diff options
author | ingo@mysql.com <> | 2005-08-07 20:39:17 +0200 |
---|---|---|
committer | ingo@mysql.com <> | 2005-08-07 20:39:17 +0200 |
commit | 1147e0027424acfed7cd833d0edbd6f111208f8a (patch) | |
tree | 4ef9625701d08f60d64213e805dad252b10b53ee /sql/share/errmsg.txt | |
parent | b76cea46e936376a33bdb5c8c001bac649585e29 (diff) | |
download | mariadb-git-1147e0027424acfed7cd833d0edbd6f111208f8a.tar.gz |
Bug#10473 - Can't set 'key_buffer_size' system variable to ZERO
Give the user a warning if he tries to destroy the default key cache.
Diffstat (limited to 'sql/share/errmsg.txt')
-rw-r--r-- | sql/share/errmsg.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sql/share/errmsg.txt b/sql/share/errmsg.txt index 5dd5cd9c775..c47b3bb7dd9 100644 --- a/sql/share/errmsg.txt +++ b/sql/share/errmsg.txt @@ -5388,3 +5388,6 @@ ER_STACK_OVERRUN_NEED_MORE eng "Thread stack overrun: %ld bytes used of a %ld byte stack, and %ld bytes needed. Use 'mysqld -O thread_stack=#' to specify a bigger stack." ER_TOO_LONG_BODY 42000 S1009 eng "Routine body for '%-.100s' is too long" +ER_WARN_CANT_DROP_DEFAULT_KEYCACHE + eng "Cannot drop default keycache" + ger "Der Default-Keycache kann nicht gelöscht werden" |