1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-29 05:21:33 +03:00

New error message for situation like:

SELECT latin1_expr COLLATE anpther_charset_collation
This commit is contained in:
unknown
2003-03-02 14:05:03 +04:00
parent 0d19df2f5d
commit 1019053392
25 changed files with 35 additions and 2 deletions

View File

@ -267,4 +267,5 @@
#define ER_TABLENAME_NOT_ALLOWED_HERE 1248
#define ER_NOT_SUPPORTED_AUTH_MODE 1249
#define ER_SPATIAL_CANT_HAVE_NULL 1250
#define ER_ERROR_MESSAGES 251
#define ER_COLLATION_CHARSET_MISMATCH 1251
#define ER_ERROR_MESSAGES 252