summaryrefslogtreecommitdiff
path: root/mysql-test/r/key_cache.result
diff options
context:
space:
mode:
authorunknown <igor@rurik.mysql.com>2003-12-09 13:29:38 -0800
committerunknown <igor@rurik.mysql.com>2003-12-09 13:29:38 -0800
commitb6df8bb66ac8eefcbea86aecb0f8c067dcbe004c (patch)
tree4fc50077940a0dabc39e9913665f20393df38b3f /mysql-test/r/key_cache.result
parent9388c419531adee2ce0ef0113f957dc013b81d49 (diff)
downloadmariadb-git-b6df8bb66ac8eefcbea86aecb0f8c067dcbe004c.tar.gz
key_cache.result, key_cache.test, mf_keycache.c:
Fixed a wrong return code by the function init_key_cache. mysys/mf_keycache.c: Fixed a wrong return code by the function init_key_cache. mysql-test/t/key_cache.test: Fixed a wrong return code by the function init_key_cache. mysql-test/r/key_cache.result: Fixed a wrong return code by the function init_key_cache.
Diffstat (limited to 'mysql-test/r/key_cache.result')
-rw-r--r--mysql-test/r/key_cache.result4
1 files changed, 3 insertions, 1 deletions
diff --git a/mysql-test/r/key_cache.result b/mysql-test/r/key_cache.result
index 4bc4cad40a4..394099b363c 100644
--- a/mysql-test/r/key_cache.result
+++ b/mysql-test/r/key_cache.result
@@ -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;