diff options
author | brian@zim.(none) <> | 2005-03-25 13:43:42 -0800 |
---|---|---|
committer | brian@zim.(none) <> | 2005-03-25 13:43:42 -0800 |
commit | 8e50a98e71b0751c89bc5ed146318eac387c37ce (patch) | |
tree | ea97e988fc603398a781792456bf05293c6f5023 /mysql-test | |
parent | 3d2554bcef6c94cccdfc5a12eaddd86b16de630c (diff) | |
download | mariadb-git-8e50a98e71b0751c89bc5ed146318eac387c37ce.tar.gz |
Adding rules for building blackhole, also updating test case.
Diffstat (limited to 'mysql-test')
-rw-r--r-- | mysql-test/r/blackhole.result | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mysql-test/r/blackhole.result b/mysql-test/r/blackhole.result index 20018dcb089..a3053075de5 100644 --- a/mysql-test/r/blackhole.result +++ b/mysql-test/r/blackhole.result @@ -73,7 +73,7 @@ explain extended select * from t1 where MATCH(a,b) AGAINST ("collections"); id select_type table type possible_keys key key_len ref rows Extra 1 SIMPLE t1 fulltext a a 0 1 Using where Warnings: -Note 1003 select test.t1.a AS `a`,test.t1.b AS `b` from test.t1 where (match test.t1.a,test.t1.b against (_latin1'collections')) +Note 1003 select `test`.`t1`.`a` AS `a`,`test`.`t1`.`b` AS `b` from `test`.`t1` where (match `test`.`t1`.`a`,`test`.`t1`.`b` against (_latin1'collections')) select * from t1 where MATCH(a,b) AGAINST ("indexes"); a b Full-text indexes are called collections |