summaryrefslogtreecommitdiff
path: root/mysql-test/r/fulltext2.result
diff options
context:
space:
mode:
authorunknown <serg@serg.mylan>2004-09-03 22:04:08 +0200
committerunknown <serg@serg.mylan>2004-09-03 22:04:08 +0200
commitf45655138e52808f691329d0ab4572bd9074e1c9 (patch)
tree053c8ad4d9647677258e7d0f66086adb673e3149 /mysql-test/r/fulltext2.result
parentf7f85eb664fc2308ad34b6d28c5f6aaa3934cca8 (diff)
downloadmariadb-git-f45655138e52808f691329d0ab4572bd9074e1c9.tar.gz
BUG#5327 - mi_sort_index() of 2-level tree
Diffstat (limited to 'mysql-test/r/fulltext2.result')
-rw-r--r--mysql-test/r/fulltext2.result9
1 files changed, 9 insertions, 0 deletions
diff --git a/mysql-test/r/fulltext2.result b/mysql-test/r/fulltext2.result
index 0fdb7d4dbd1..0b1d8eb9a15 100644
--- a/mysql-test/r/fulltext2.result
+++ b/mysql-test/r/fulltext2.result
@@ -7,6 +7,15 @@ FULLTEXT KEY (a)
repair table t1 quick;
Table Op Msg_type Msg_text
test.t1 repair status OK
+check table t1;
+Table Op Msg_type Msg_text
+test.t1 check status OK
+optimize table t1;
+Table Op Msg_type Msg_text
+test.t1 optimize status OK
+check table t1;
+Table Op Msg_type Msg_text
+test.t1 check status OK
select count(*) from t1 where match a against ('aaaxxx');
count(*)
260