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

@@ -1043,4 +1043,5 @@ $strRestartInsertion = 'Restart insertion with %s rows'; //to translate
$strTriggers = 'Triggers'; //to translate
$strEvent = 'Event'; //to translate
$strProfiling = 'Profiling'; //to translate
$strPartitionDefinition = 'PARTITION definition'; //to translate
?>