diff options
author | Staale Smedseng <staale.smedseng@sun.com> | 2009-02-27 16:11:15 +0200 |
---|---|---|
committer | Staale Smedseng <staale.smedseng@sun.com> | 2009-02-27 16:11:15 +0200 |
commit | c0fb3df0d0ce3087933b9be39473033da4697804 (patch) | |
tree | 0889eb621b49a1317043d5853f7c7b4e474efbca /mysql-test/r/preload.result | |
parent | da7aa6bc9f534cec856354df66fbfb637824ff38 (diff) | |
download | mariadb-git-c0fb3df0d0ce3087933b9be39473033da4697804.tar.gz |
Recommit for merging and pushing
Diffstat (limited to 'mysql-test/r/preload.result')
-rw-r--r-- | mysql-test/r/preload.result | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mysql-test/r/preload.result b/mysql-test/r/preload.result index 24a6e594a14..7ed0c62f33a 100644 --- a/mysql-test/r/preload.result +++ b/mysql-test/r/preload.result @@ -144,7 +144,7 @@ Key_reads 0 load index into cache t3, t2 key (primary,b) ; Table Op Msg_type Msg_text test.t3 preload_keys Error Table 'test.t3' doesn't exist -test.t3 preload_keys error Corrupt +test.t3 preload_keys status Operation failed test.t2 preload_keys status OK show status like "key_read%"; Variable_name Value @@ -159,7 +159,7 @@ Key_reads 0 load index into cache t3 key (b), t2 key (c) ; Table Op Msg_type Msg_text test.t3 preload_keys Error Table 'test.t3' doesn't exist -test.t3 preload_keys error Corrupt +test.t3 preload_keys status Operation failed test.t2 preload_keys Error Key 'c' doesn't exist in table 't2' test.t2 preload_keys status Operation failed show status like "key_read%"; |