summaryrefslogtreecommitdiff
path: root/include/mysqld_error.h
diff options
context:
space:
mode:
authorvva@eagle.mysql.r18.ru <>2003-04-09 20:50:30 -0400
committervva@eagle.mysql.r18.ru <>2003-04-09 20:50:30 -0400
commit950fa7aa8a40c575665ce4c8a8847fd5020c4981 (patch)
treebd0630d1e16baaeb815da46e7de6032c9f3d82e7 /include/mysqld_error.h
parent028c35847f5af56ee9e14e55784e1a47af095001 (diff)
downloadmariadb-git-950fa7aa8a40c575665ce4c8a8847fd5020c4981.tar.gz
added compress/uncompress function
Diffstat (limited to 'include/mysqld_error.h')
-rw-r--r--include/mysqld_error.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/include/mysqld_error.h b/include/mysqld_error.h
index 2f4158110cd..57625198c24 100644
--- a/include/mysqld_error.h
+++ b/include/mysqld_error.h
@@ -270,4 +270,8 @@
#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_TOO_BIG_FOR_UNCOMPRESS 1254
+#define ER_ZLIB_Z_MEM_ERROR 1255
+#define ER_ZLIB_Z_BUF_ERROR 1256
+#define ER_ZLIB_Z_DATA_ERROR 1257
+#define ER_ERROR_MESSAGES 258