diff options
author | serg@serg.mylan <> | 2003-11-18 10:23:49 +0100 |
---|---|---|
committer | serg@serg.mylan <> | 2003-11-18 10:23:49 +0100 |
commit | 6d350964dc9f3fe105521c9e4f791443c25e121a (patch) | |
tree | 89d4a1ac4663bd62954142074197be3a54b27ee5 /include/sql_state.h | |
parent | 249c0f9b325e8d69b3087bb3c699901f58f0eb35 (diff) | |
download | mariadb-git-6d350964dc9f3fe105521c9e4f791443c25e121a.tar.gz |
word substitution in error messages removed - can create problems for i18n
Diffstat (limited to 'include/sql_state.h')
-rw-r--r-- | include/sql_state.h | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/include/sql_state.h b/include/sql_state.h index d55fb137e27..31646ea7b6b 100644 --- a/include/sql_state.h +++ b/include/sql_state.h @@ -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", "", |