1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-24 19:42:23 +03:00

A new separate error message: Unknown collation 'blablabla'

This commit is contained in:
bar@bar.mysql.r18.ru
2003-07-29 17:12:14 +05:00
parent 6a46d28e21
commit c2a7768b56
33 changed files with 51 additions and 8 deletions

View File

@ -287,4 +287,5 @@
#define ER_CANT_AGGREGATE_3COLLATIONS 1268
#define ER_CANT_AGGREGATE_NCOLLATIONS 1269
#define ER_VARIABLE_IS_NOT_STRUCT 1270
#define ER_ERROR_MESSAGES 271
#define ER_UNKNOWN_COLLATION 1271
#define ER_ERROR_MESSAGES 272