diff options
author | Mats Kindahl <mats@sun.com> | 2010-04-21 00:29:30 +0200 |
---|---|---|
committer | Mats Kindahl <mats@sun.com> | 2010-04-21 00:29:30 +0200 |
commit | c0817bacafacfd3199551a64acae8c6cb60dc238 (patch) | |
tree | 619f7e42b7a151e4684d648ed2ddcd74e5c2f05c /sql/share | |
parent | fe0828b3b8193e086abe740572c9b0cb2b7da671 (diff) | |
download | mariadb-git-c0817bacafacfd3199551a64acae8c6cb60dc238.tar.gz |
WL#5030: Splitting mysql_priv.h
Removing traces of mysql_priv.h from comments and other
non-source files that were missed before.
Diffstat (limited to 'sql/share')
-rw-r--r-- | sql/share/errmsg-utf8.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sql/share/errmsg-utf8.txt b/sql/share/errmsg-utf8.txt index 517782cb0b4..21f5dd32663 100644 --- a/sql/share/errmsg-utf8.txt +++ b/sql/share/errmsg-utf8.txt @@ -5927,7 +5927,7 @@ ER_DROP_INDEX_FK eng "Cannot drop index '%-.192s': needed in a foreign key constraint" ger "Kann Index '%-.192s' nicht löschen: wird für einen Fremdschlüssel benötigt" # When using this error message, use the ER_WARN_DEPRECATED_SYNTAX error -# code. See, for example, code in mysql_priv.h. +# code. ER_WARN_DEPRECATED_SYNTAX_WITH_VER eng "The syntax '%s' is deprecated and will be removed in MySQL %s. Please use %s instead" ger "Die Syntax '%s' ist veraltet und wird in MySQL %s entfernt. Bitte benutzen Sie statt dessen %s" @@ -6173,7 +6173,7 @@ ER_FUNC_INEXISTENT_NAME_COLLISION 42000 eng "FUNCTION %s does not exist. Check the 'Function Name Parsing and Resolution' section in the Reference Manual" # When updating these, please update EXPLAIN_FILENAME_MAX_EXTRA_LENGTH in -# mysql_priv.h with the new maximal additional length for explain_filename. +# sql_table.h with the new maximal additional length for explain_filename. ER_DATABASE_NAME eng "Database" swe "Databas" |