summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authormonty@tik.mysql.fi <>2001-08-04 01:09:35 +0300
committermonty@tik.mysql.fi <>2001-08-04 01:09:35 +0300
commit7e2d4d8faa248c0cdc15c6ad2fef7c3cacc08748 (patch)
treebc69cbb0480a71e3845b023028b39db2b391e175 /include
parentb13d453d50c47b647c868b9dcb425133eb58c776 (diff)
downloadmariadb-git-7e2d4d8faa248c0cdc15c6ad2fef7c3cacc08748.tar.gz
New error messages for MATCH and UNION
Diffstat (limited to 'include')
-rw-r--r--include/mysqld_error.h13
1 files changed, 7 insertions, 6 deletions
diff --git a/include/mysqld_error.h b/include/mysqld_error.h
index 5f05841ae50..52f4261c22b 100644
--- a/include/mysqld_error.h
+++ b/include/mysqld_error.h
@@ -210,9 +210,10 @@
#define ER_READ_ONLY_TRANSACTION 1207
#define ER_DROP_DB_WITH_READ_LOCK 1208
#define ER_CREATE_DB_WITH_READ_LOCK 1209
-#define ER_CONNECT_TO_MASTER 1210
-#define ER_QUERY_ON_MASTER 1211
-#define ER_ERROR_WHEN_EXECUTING_COMMAND 1212
-#define ER_WRONG_USAGE 1213
-#define ER_WRONG_NUMBER_OF_COLUMNS_IN_SELECT 1214
-#define ER_ERROR_MESSAGES 215
+#define ER_WRONG_ARGUMENTS 1210
+#define ER_CONNECT_TO_MASTER 1211
+#define ER_QUERY_ON_MASTER 1212
+#define ER_ERROR_WHEN_EXECUTING_COMMAND 1213
+#define ER_WRONG_USAGE 1214
+#define ER_WRONG_NUMBER_OF_COLUMNS_IN_SELECT 1215
+#define ER_ERROR_MESSAGES 216