mirror of
https://github.com/MariaDB/server.git
synced 2025-07-29 05:21:33 +03:00
New startup options and some cleanups
BitKeeper/etc/ignore: Added =6 to the ignore list include/mysqld_error.h: Error message for no-mixing of table types.. sql/mysql_priv.h: New option sql/mysqld.cc: New option sql/share/english/errmsg.txt: Error message for no-mixing of table types.. sql/sql_base.cc: Checking of the mixing of table types sql/sql_parse.cc: some fixes
This commit is contained in:
@ -218,4 +218,5 @@
|
||||
#define ER_WRONG_USAGE 1215
|
||||
#define ER_WRONG_NUMBER_OF_COLUMNS_IN_SELECT 1216
|
||||
#define ER_CANT_UPDATE_WITH_READLOCK 1217
|
||||
#define ER_ERROR_MESSAGES 218
|
||||
#define ER_MIXING_NOT_ALLOWED 1218
|
||||
#define ER_ERROR_MESSAGES 219
|
||||
|
Reference in New Issue
Block a user