Loading mysql-test/r/fulltext.result +9 −0 Original line number Diff line number Diff line Loading @@ -298,3 +298,12 @@ t1_id name t2_id t1_id name select * from t2 where match name against ('a* b* c* d* e* f*' in boolean mode); t2_id t1_id name drop table t1,t2; CREATE TABLE t1 (h text, FULLTEXT (h)); INSERT INTO t1 VALUES ('Jesses Hasse Ling and his syncopators of Swing'); REPAIR TABLE t1; Table Op Msg_type Msg_text test.t1 repair status OK select count(*) from t1; count(*) 1 drop table t1; mysql-test/t/fulltext.test +10 −0 Original line number Diff line number Diff line Loading @@ -240,3 +240,13 @@ select * from t2 where match name against ('a* b* c* d* e* f*' in boolean mode); drop table t1,t2; # # icc -ip bug (ip = interprocedural optimization) # bug#5528 # CREATE TABLE t1 (h text, FULLTEXT (h)); INSERT INTO t1 VALUES ('Jesses Hasse Ling and his syncopators of Swing'); REPAIR TABLE t1; select count(*) from t1; drop table t1; Loading
mysql-test/r/fulltext.result +9 −0 Original line number Diff line number Diff line Loading @@ -298,3 +298,12 @@ t1_id name t2_id t1_id name select * from t2 where match name against ('a* b* c* d* e* f*' in boolean mode); t2_id t1_id name drop table t1,t2; CREATE TABLE t1 (h text, FULLTEXT (h)); INSERT INTO t1 VALUES ('Jesses Hasse Ling and his syncopators of Swing'); REPAIR TABLE t1; Table Op Msg_type Msg_text test.t1 repair status OK select count(*) from t1; count(*) 1 drop table t1;
mysql-test/t/fulltext.test +10 −0 Original line number Diff line number Diff line Loading @@ -240,3 +240,13 @@ select * from t2 where match name against ('a* b* c* d* e* f*' in boolean mode); drop table t1,t2; # # icc -ip bug (ip = interprocedural optimization) # bug#5528 # CREATE TABLE t1 (h text, FULLTEXT (h)); INSERT INTO t1 VALUES ('Jesses Hasse Ling and his syncopators of Swing'); REPAIR TABLE t1; select count(*) from t1; drop table t1;