1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-30 16:24:05 +03:00

multiple keycache fixes

This commit is contained in:
serg@serg.mylan
2003-11-13 14:31:29 +01:00
parent cf10caef22
commit f4d7afd213
3 changed files with 5 additions and 1 deletions

View File

@ -34,8 +34,8 @@ Full-text indexes are called collections
Only MyISAM tables support collections
select * from t1 where MATCH(a,b) AGAINST ("indexes collections" WITH QUERY EXPANSION);
a b
Only MyISAM tables support collections
Full-text indexes are called collections
Only MyISAM tables support collections
MySQL has now support for full-text search
explain select * from t1 where MATCH(a,b) AGAINST ("collections");
id select_type table type possible_keys key key_len ref rows Extra