1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-30 16:24:05 +03:00

key_cache.result, key_cache.test, mf_keycache.c:

Fixed a wrong return code by the function init_key_cache.
This commit is contained in:
igor@rurik.mysql.com
2003-12-09 13:29:38 -08:00
parent f913b942a9
commit 28113396ec
3 changed files with 9 additions and 3 deletions

View File

@ -256,4 +256,6 @@ Table Op Msg_type Msg_text
test.t1 assign_to_keycache status OK
test.t2 assign_to_keycache status OK
drop table t1,t2,t3;
set global keycache1.key_buffer_size=0;
set global keycache2.key_buffer_size=0;
set global keycache3.key_buffer_size=100;
set global keycache3.key_buffer_size=0;