1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-30 16:24:05 +03:00

fix misplaced and non-working if() in the grammar

few small post-merge fixes
This commit is contained in:
Sergei Golubchik
2011-07-12 17:41:13 +02:00
parent c97f938bcf
commit aac3a1eac9
11 changed files with 18 additions and 49 deletions

View File

@ -14,6 +14,5 @@ show warnings;
Level Code Message
Warning 1280 Cannot Create Index with name 'GEN_CLUST_INDEX'. The name is reserved for the system default primary index.
Error 1280 Incorrect index name 'GEN_CLUST_INDEX'
Error 1030 Got error -1 from storage engine
create index idx on bug46000(id);
drop table bug46000;