summaryrefslogtreecommitdiffstats
path: root/mysql-test/suite/innodb_fts/r/innodb-fts-fic,vers_trx.rdiff
blob: f9ba217769fd4fc8d6d9b7b5dc0e0ba5540538a0 (plain)
1
2
3
4
5
6
7
8
9
10
--- innodb-fts-fic.result
+++ innodb-fts-fic.reject
@@ -172,7 +172,6 @@
 (1, 'MySQL Tutorial','DBMS stands for DataBase ...'),
 (2, 'How To Use MySQL Well','After you went through a ...');
 CREATE FULLTEXT INDEX idx ON wp(title, text);
-ERROR HY000: Column 'FTS_DOC_ID' is of wrong type for an InnoDB FULLTEXT index
 DROP TABLE wp;
 CREATE TABLE wp(
 FTS_DOC_ID bigint unsigned PRIMARY KEY,