1
0
mirror of https://github.com/MariaDB/server.git synced 2025-12-15 08:21:24 +03:00

Merged 4.1 -> 5.0.

This commit is contained in:
pem@mysql.com
2003-03-18 16:12:50 +01:00
65 changed files with 5257 additions and 109 deletions

View File

@@ -270,4 +270,16 @@
#define ER_COLLATION_CHARSET_MISMATCH 1251
#define ER_SLAVE_WAS_RUNNING 1252
#define ER_SLAVE_WAS_NOT_RUNNING 1253
#define ER_ERROR_MESSAGES 254
#define ER_SP_NO_RECURSIVE_CREATE 1254
#define ER_SP_ALREADY_EXISTS 1255
#define ER_SP_DOES_NOT_EXIST 1256
#define ER_SP_DROP_FAILED 1257
#define ER_SP_STORE_FAILED 1258
#define ER_SP_LILABEL_MISMATCH 1259
#define ER_SP_LABEL_REDEFINE 1260
#define ER_SP_LABEL_MISMATCH 1261
#define ER_SP_UNINIT_VAR 1262
#define ER_SP_BADSELECT 1263
#define ER_SP_BADRETURN 1264
#define ER_SP_BADQUERY 1265
#define ER_ERROR_MESSAGES 266