summaryrefslogtreecommitdiff
path: root/mysql-test/r/preload.result
diff options
context:
space:
mode:
authorigor@rurik.mysql.com <>2006-05-27 23:57:33 -0700
committerigor@rurik.mysql.com <>2006-05-27 23:57:33 -0700
commit377b3e0306b0b5ba8769ad23689f1aa6d92a0fdc (patch)
treeb79720aa64490cd88ed6b40aa30a5fd6ca4d822f /mysql-test/r/preload.result
parent6d285f8a29fd6e495fd16153780297717931344f (diff)
downloadmariadb-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.result2
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