1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-27 18:02:13 +03:00

added error message for receiving variable with wrong GLOBAL|LOCAL type

(bug #2086)
This commit is contained in:
vva@eagle.mysql.r18.ru
2003-12-17 16:37:47 -04:00
parent fddab846d4
commit d49ff0fd62
26 changed files with 35 additions and 8 deletions

View File

@ -254,4 +254,5 @@
#define ER_NOT_SUPPORTED_YET 1235
#define ER_MASTER_FATAL_ERROR_READING_BINLOG 1236
#define ER_SLAVE_IGNORED_TABLE 1237 /* only the slave SQL thread can be sent this */
#define ER_ERROR_MESSAGES 238
#define ER_INCORRECT_GLOBAL_LOCAL_VAR 1238
#define ER_ERROR_MESSAGES 239