support MySQL 5.1 PARTITION in CREATE TABLE dialog

This commit is contained in:
Marc Delisle
2007-10-06 12:30:29 +00:00
parent 6057aaa33b
commit c04fe749b6
58 changed files with 77 additions and 3 deletions

View File

@@ -571,6 +571,8 @@ $PMA_SQPdata_reserved_word = array (
'OUTFILE',
'PACK_KEYS',
'PARTIAL',
'PARTITION', // 5.1
'PARTITIONS', // 5.1
'PASSWORD',
'PRIMARY',
'PRIVILEGES',
@@ -680,7 +682,7 @@ $PMA_SQPdata_reserved_word = array (
*
* @global integer MySQL reserved words count
*/
$PMA_SQPdata_reserved_word_cnt = 279;
$PMA_SQPdata_reserved_word_cnt = 281;
/**
* words forbidden to be used as column or table name wihtout quotes