summaryrefslogtreecommitdiff
path: root/mysql-test/r/fulltext.result
diff options
context:
space:
mode:
authorserg@serg.mysql.com <>2002-12-07 22:40:20 +0100
committerserg@serg.mysql.com <>2002-12-07 22:40:20 +0100
commitb42eff16cb6ff402d5b7d332f7081df3948a1559 (patch)
treecac4edcace5032716391947982c07af2dba77b24 /mysql-test/r/fulltext.result
parentfc076abe85f8833da89add9e3b14cbbe30d7a7d0 (diff)
downloadmariadb-git-b42eff16cb6ff402d5b7d332f7081df3948a1559.tar.gz
bulk insert code optimized
Diffstat (limited to 'mysql-test/r/fulltext.result')
-rw-r--r--mysql-test/r/fulltext.result4
1 files changed, 2 insertions, 2 deletions
diff --git a/mysql-test/r/fulltext.result b/mysql-test/r/fulltext.result
index edf109fcc93..fc1e0788087 100644
--- a/mysql-test/r/fulltext.result
+++ b/mysql-test/r/fulltext.result
@@ -135,8 +135,8 @@ id
3
show keys from t2;
Table Non_unique Key_name Seq_in_index Column_name Collation Cardinality Sub_part Packed Null Index_type Comment
-t2 1 tig 1 ticket A NULL NULL NULL YES BTREE
-t2 1 tix 1 inhalt A NULL 1 NULL YES FULLTEXT
+t2 1 tig 1 ticket A 3 NULL NULL YES BTREE
+t2 1 tix 1 inhalt A 1 1 NULL YES FULLTEXT
show create table t2;
Table Create Table
t2 CREATE TABLE `t2` (