1
0
mirror of https://github.com/MariaDB/server.git synced 2025-08-31 22:22:30 +03:00

Fix error messages after merge from 3.23

This commit is contained in:
monty@hundin.mysql.fi
2001-08-13 15:24:29 +03:00
parent 58ac4b5dfe
commit 4a470fcc99
24 changed files with 259 additions and 252 deletions

View File

@@ -211,10 +211,10 @@
#define ER_DROP_DB_WITH_READ_LOCK 1208
#define ER_CREATE_DB_WITH_READ_LOCK 1209
#define ER_WRONG_ARGUMENTS 1210
#define ER_CONNECT_TO_MASTER 1211
#define ER_QUERY_ON_MASTER 1212
#define ER_ERROR_WHEN_EXECUTING_COMMAND 1213
#define ER_WRONG_USAGE 1214
#define ER_WRONG_NUMBER_OF_COLUMNS_IN_SELECT 1215
#define ER_NO_PERMISSION_TO_CREATE_USER 1216
#define ER_NO_PERMISSION_TO_CREATE_USER 1211
#define ER_CONNECT_TO_MASTER 1212
#define ER_QUERY_ON_MASTER 1213
#define ER_ERROR_WHEN_EXECUTING_COMMAND 1214
#define ER_WRONG_USAGE 1215
#define ER_WRONG_NUMBER_OF_COLUMNS_IN_SELECT 1216
#define ER_ERROR_MESSAGES 217