summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorserg@serg.mylan <>2003-10-15 13:40:20 +0200
committerserg@serg.mylan <>2003-10-15 13:40:20 +0200
commit50c8b7c13bf991bf4dbc1c4da3da8c2665df4810 (patch)
tree7ca1709a625f0a7e152f5e3e37eba61382ab851e /include
parent50d9b95b771cf083fd090f45aa0c74eb5e0fceb3 (diff)
downloadmariadb-git-50c8b7c13bf991bf4dbc1c4da3da8c2665df4810.tar.gz
stricter checks on FULLTEXT index creating
Diffstat (limited to 'include')
-rw-r--r--include/mysqld_error.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/include/mysqld_error.h b/include/mysqld_error.h
index 3c20202603f..8a75ccffe8c 100644
--- a/include/mysqld_error.h
+++ b/include/mysqld_error.h
@@ -230,7 +230,7 @@
#define ER_NO_PERMISSION_TO_CREATE_USER 1211
#define ER_UNION_TABLES_IN_DIFFERENT_DIR 1212
#define ER_LOCK_DEADLOCK 1213
-#define ER_TABLE_CANT_HANDLE_FULLTEXT 1214
+#define ER_TABLE_CANT_HANDLE_FT 1214
#define ER_CANNOT_ADD_FOREIGN 1215
#define ER_NO_REFERENCED_ROW 1216
#define ER_ROW_IS_REFERENCED 1217
@@ -295,4 +295,5 @@
#define ER_BAD_SLAVE_UNTIL_COND 1276
#define ER_MISSING_SKIP_SLAVE 1277
#define ER_UNTIL_COND_IGNORED 1278
-#define ER_ERROR_MESSAGES 279
+#define ER_BAD_FT_COLUMN 1279
+#define ER_ERROR_MESSAGES 280