1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-20 10:24:14 +03:00

added checking for empty index name (fixed bug #1419)

This commit is contained in:
vva@eagle.mysql.r18.ru
2003-10-16 11:33:44 -04:00
parent 6ad94a6d57
commit c74da8bbd7
27 changed files with 34 additions and 1 deletions

View File

@ -295,4 +295,5 @@
#define ER_BAD_SLAVE_UNTIL_COND 1276
#define ER_MISSING_SKIP_SLAVE 1277
#define ER_UNTIL_COND_IGNORED 1278
#define ER_ERROR_MESSAGES 279
#define ER_WRONG_INDEX_NAME 1279
#define ER_ERROR_MESSAGES 280