1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-17 12:02:09 +03:00

A separate, better error message when it's impossible to aggregate strings for some operation

This commit is contained in:
unknown
2003-05-20 16:36:59 +05:00
parent 90c95b9677
commit ccf9895159
28 changed files with 69 additions and 10 deletions

View File

@ -276,4 +276,5 @@
#define ER_ZLIB_Z_DATA_ERROR 1257
#define ER_CUT_VALUE_GROUP_CONCAT 1258
#define ER_WARN_USING_OTHER_HANDLER 1259
#define ER_ERROR_MESSAGES 259
#define ER_CANT_AGGREGATE_COLLATIONS 1260
#define ER_ERROR_MESSAGES 260