diff options
author | igor@rurik.mysql.com <> | 2006-05-31 22:55:45 -0700 |
---|---|---|
committer | igor@rurik.mysql.com <> | 2006-05-31 22:55:45 -0700 |
commit | d350bd9050832ce0b3660f42b9a8b1883779195d (patch) | |
tree | 2f722241c9671de63cb9de3c5bf019e9fdfedb0a /mysql-test/r/preload.result | |
parent | 2fca3df45260be9c5985fa74b6a93a61bde31665 (diff) | |
download | mariadb-git-d350bd9050832ce0b3660f42b9a8b1883779195d.tar.gz |
Post-merge fixes
Diffstat (limited to 'mysql-test/r/preload.result')
-rw-r--r-- | mysql-test/r/preload.result | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mysql-test/r/preload.result b/mysql-test/r/preload.result index 0c5b54883fc..145fd22ffb6 100644 --- a/mysql-test/r/preload.result +++ b/mysql-test/r/preload.result @@ -164,7 +164,7 @@ test.t2 preload_keys error Key 'c' doesn't exist in table 't2' test.t2 preload_keys status Operation failed Warnings: Error 1146 Table 'test.t3' doesn't exist -Error 1072 Key column 'c' doesn't exist in table +Error 1176 Key 'c' doesn't exist in table 't2' show status like "key_read%"; Variable_name Value Key_read_requests 0 |