Support for CHARACTER SET syntaxes

This commit is contained in:
Alexander M. Turek
2003-05-30 19:55:41 +00:00
parent 101677e2c1
commit cf0b2ac6b3
3 changed files with 255 additions and 233 deletions

View File

@@ -19,7 +19,7 @@ $Source$
- RFE #623665 (MySQL 4.1 support):
- Fixed display of field charsets;
- The table charset is now displayed.
* libraries/sqlparser.data.php3: Added CHARSET.
* libraries/sqlparser.data.php3: Added CHARSET, SQL_CACHE, SQL_NO_CACHE.
* tbl_change.php3: binary fields with CHARACTER SET definition were treated
as SET fields (again RFE #623665).
* Documentation.html:
@@ -28,6 +28,8 @@ $Source$
- php 5.0.0-dev should work fine with phpMyAdmin - it has been doing so at
least on my test machines for a couple of months.
* scripts/create-tables.sql: Added some notes about lower_case_table_names.
* libraries/sqlparser.lib.php3: Parser treated "CHARACTER" as column type,
even if it was used in "CHARACTER SET".
2003-05-29 Michal Cihar <nijel@users.sourceforge.net>
* lang/czech: Updated.

View File

@@ -402,11 +402,13 @@ if (!defined('PMA_SQP_DATA_INCLUDED')) {
'SQL_BIG_SELECTS',
'SQL_BIG_TABLES',
'SQL_BUFFER_RESULT',
'SQL_CACHE',
'SQL_LOG_BIN',
'SQL_LOG_OFF',
'SQL_LOG_UPDATE',
'SQL_LOW_PRIORITY_UPDATES',
'SQL_MAX_JOIN_SIZE',
'SQL_NO_CACHE',
'SQL_QUOTE_SHOW_CREATE',
'SQL_SAFE_UPDATES',
'SQL_SELECT_LIMIT',

File diff suppressed because it is too large Load Diff