diff --git a/ChangeLog b/ChangeLog index dabb00213a..72c00f93e2 100755 --- a/ChangeLog +++ b/ChangeLog @@ -9,6 +9,7 @@ $Source$ * main.php3: Added link to charset page. * libraries/mysql_charsets.lib.php3, lang/*.inc.php3: More detailed charset information. + * tbl_properties_structure.php3: Tooltips for collations. 2003-07-31 Marc Delisle * tbl_replace_fields: bug 780793: a '+' sign in ENUM (or SET diff --git a/tbl_properties_structure.php3 b/tbl_properties_structure.php3 index 4123bda295..f474cde882 100755 --- a/tbl_properties_structure.php3 +++ b/tbl_properties_structure.php3 @@ -9,6 +9,9 @@ if (!defined('PMA_GRAB_GLOBALS_INCLUDED')) { if (!defined('PMA_COMMON_LIB_INCLUDED')) { include('./libraries/common.lib.php3'); } +if (PMA_MYSQL_INT_VERSION >= 40100 && !defined('PMA_MYSQL_CHARSETS_LIB_INCLUDED')) { + include('./libraries/mysql_charsets.lib.php3'); +} /** * Drop multiple fields if required @@ -262,7 +265,7 @@ while ($row = PMA_mysql_fetch_array($fields_rs)) {    > -= 40100 ? ' ' . (empty($field_charset) ? ' ' : $field_charset) . '' . "\n" : '' ?> += 40100 ? ' ' . (empty($field_charset) ? ' ' : '' . $field_charset . '') . '' . "\n" : '' ?>     @@ -579,7 +582,7 @@ if ($cfg['ShowStats']) { ' . $tbl_charset . ''; ?>