summaryrefslogtreecommitdiff
path: root/include/mysqld_error.h
diff options
context:
space:
mode:
authorunknown <serg@serg.mylan>2003-11-18 10:23:49 +0100
committerunknown <serg@serg.mylan>2003-11-18 10:23:49 +0100
commit5a24433d271e6317886102448f2b60728b738940 (patch)
tree89d4a1ac4663bd62954142074197be3a54b27ee5 /include/mysqld_error.h
parentcf192616699b0d562f600552397c9e5bc4ee74e8 (diff)
downloadmariadb-git-5a24433d271e6317886102448f2b60728b738940.tar.gz
word substitution in error messages removed - can create problems for i18n
Diffstat (limited to 'include/mysqld_error.h')
-rw-r--r--include/mysqld_error.h17
1 files changed, 8 insertions, 9 deletions
diff --git a/include/mysqld_error.h b/include/mysqld_error.h
index 91b10ab578a..1168e74ae95 100644
--- a/include/mysqld_error.h
+++ b/include/mysqld_error.h
@@ -295,12 +295,11 @@
#define ER_BAD_SLAVE_UNTIL_COND 1276
#define ER_MISSING_SKIP_SLAVE 1277
#define ER_UNTIL_COND_IGNORED 1278
-#define ER_WRONG_NAME 1279
-#define ER_TABLE 1280
-#define ER_DATABASE 1281
-#define ER_COLUMN 1282
-#define ER_INDEX 1283
-#define ER_CATALOG 1284
-#define ER_WARN_QC_RESIZE 1285
-#define ER_BAD_FT_COLUMN 1286
-#define ER_ERROR_MESSAGES 287
+#define ER_WRONG_NAME_FOR_TABLE 1279
+#define ER_WRONG_NAME_FOR_DATABASE 1280
+#define ER_WRONG_NAME_FOR_COLUMN 1281
+#define ER_WRONG_NAME_FOR_INDEX 1282
+#define ER_WRONG_NAME_FOR_CATALOG 1283
+#define ER_WARN_QC_RESIZE 1284
+#define ER_BAD_FT_COLUMN 1285
+#define ER_ERROR_MESSAGES 286