1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-27 18:02:13 +03:00

word substitution in error messages removed - can create problems for i18n

This commit is contained in:
serg@serg.mylan
2003-11-18 10:23:49 +01:00
parent 249c0f9b32
commit 6d350964dc
32 changed files with 155 additions and 175 deletions

View File

@ -159,4 +159,8 @@ ER_WARN_TOO_MANY_RECORDS, "01000", "",
ER_WARN_NULL_TO_NOTNULL, "01000", "",
ER_WARN_DATA_OUT_OF_RANGE, "01000", "",
ER_WARN_DATA_TRUNCATED, "01000", "",
ER_WRONG_NAME, "42000", "",
ER_WRONG_NAME_FOR_TABLE, "42000", "",
ER_WRONG_NAME_FOR_DATABASE, "42000", "",
ER_WRONG_NAME_FOR_COLUMN, "42000", "",
ER_WRONG_NAME_FOR_INDEX, "42000", "",
ER_WRONG_NAME_FOR_CATALOG, "42000", "",