diff options
author | igor@rurik.mysql.com <> | 2006-05-27 23:57:33 -0700 |
---|---|---|
committer | igor@rurik.mysql.com <> | 2006-05-27 23:57:33 -0700 |
commit | 377b3e0306b0b5ba8769ad23689f1aa6d92a0fdc (patch) | |
tree | b79720aa64490cd88ed6b40aa30a5fd6ca4d822f /mysql-test/r/preload.result | |
parent | 6d285f8a29fd6e495fd16153780297717931344f (diff) | |
download | mariadb-git-377b3e0306b0b5ba8769ad23689f1aa6d92a0fdc.tar.gz |
Fixed bug #17873: confusing error message when IGNORE/USE/FORCE INDEX
refers to a column name.
Added a new error message ER_INDEX_DOES_NOT_EXIST.
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 7237a0da7e0..efe39dc1f22 100644 --- a/mysql-test/r/preload.result +++ b/mysql-test/r/preload.result @@ -158,7 +158,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.t2 preload_keys error Key column 'c' doesn't exist in table +test.t2 preload_keys error Index 'c' is not defined for table 't2' test.t2 preload_keys status Operation failed show status like "key_read%"; Variable_name Value |