diff options
author | unknown <bar@bar.mysql.r18.ru> | 2003-05-20 16:36:59 +0500 |
---|---|---|
committer | unknown <bar@bar.mysql.r18.ru> | 2003-05-20 16:36:59 +0500 |
commit | b9e3d8da3c12bd0621c719a82909fdb93084a34a (patch) | |
tree | ef5cfa35ed429c92e96cb6c7884de0e96c503cc5 /include/mysqld_error.h | |
parent | 9a47c4c18277d55776e45b3d89a1a28991c390bd (diff) | |
download | mariadb-git-b9e3d8da3c12bd0621c719a82909fdb93084a34a.tar.gz |
A separate, better error message when it's impossible to aggregate strings for some operation
Diffstat (limited to 'include/mysqld_error.h')
-rw-r--r-- | include/mysqld_error.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/include/mysqld_error.h b/include/mysqld_error.h index 224ad3798ef..ae31171553d 100644 --- a/include/mysqld_error.h +++ b/include/mysqld_error.h @@ -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 |