mariadb/mysql-test/suite/innodb_fts/t
Marko Mäkelä bf262bd957 MDEV-11649 Uninitialized field fts_token->position in innodb_fts.innodb_fts_plugin
The field fts_token->position is not initialized in
row_merge_fts_doc_tokenize(). We cannot have that field
without changing the fulltext parser plugin ABI
(adding st_mysql_ftparser_boolean_info::position,
as it was done in MySQL 5.7 in WL#6943).

The InnoDB fulltext parser plugins "ngram" and "Mecab" that were
introduced in MySQL 5.7 do depend on that field. But the simple_parser
does not. Apparently, simple_parser is leaving the field as 0.

So, in our fix we will assume that the missing position field is 0.
2017-06-30 15:03:53 +03:00
..
crash_recovery.test Fixes for innodb crash recovery tests from Serg 2017-04-02 17:29:04 +00:00
create.opt MDEV-11233 CREATE FULLTEXT INDEX with a token longer than 127 bytes 2017-01-27 10:19:39 +02:00
create.test MDEV-7635: Update tests to adapt to the new default sql_mode 2017-02-10 06:30:42 -05:00
fulltext.test MDEV-5574 Set AUTO_INCREMENT below max value of column. 2014-02-01 09:33:26 +01:00
fulltext2.test Percona-Server-5.6.14-rel62.0 merge 2013-12-22 17:06:50 +01:00
fulltext3.test Innodb full text search tests. 2013-09-24 16:47:33 +03:00
fulltext_cache.test Innodb full text search tests. 2013-09-24 16:47:33 +03:00
fulltext_distinct.test Innodb full text search tests. 2013-09-24 16:47:33 +03:00
fulltext_left_join.test MDEV-5574 Set AUTO_INCREMENT below max value of column. 2014-02-01 09:33:26 +01:00
fulltext_misc.test sort a non-deterministic test result 2015-01-15 08:55:00 +01:00
fulltext_multi.test Innodb full text search tests. 2013-09-24 16:47:33 +03:00
fulltext_order_by.test MDEV-334: Backport of UNION ALL optimization from mysql-5.7. 2014-10-14 09:36:50 -07:00
fulltext_update.test Innodb full text search tests. 2013-09-24 16:47:33 +03:00
fulltext_var.test Percona-Server-5.6.14-rel62.0 merge 2013-12-22 17:06:50 +01:00
innodb-fts-basic.test Percona-Server-5.6.14-rel62.0 merge 2013-12-22 17:06:50 +01:00
innodb-fts-ddl.test Innodb full text search tests. 2013-09-24 16:47:33 +03:00
innodb-fts-fic.test Fix innodb_fts suite 2016-09-14 15:10:47 +02:00
innodb-fts-stopword.opt Innodb full text search tests. 2013-09-24 16:47:33 +03:00
innodb-fts-stopword.test MDEV-6720 - enable connection log in mysqltest by default 2016-03-31 10:11:16 +04:00
innodb_fts_large_records.test Innodb full text search tests. 2013-09-24 16:47:33 +03:00
innodb_fts_misc.test MDEV-5574 Set AUTO_INCREMENT below max value of column. 2014-02-01 09:33:26 +01:00
innodb_fts_misc_1.test Fix innodb_fts suite 2016-09-14 15:10:47 +02:00
innodb_fts_multiple_index.test Innodb full text search tests. 2013-09-24 16:47:33 +03:00
innodb_fts_plugin.test MDEV-11649 Uninitialized field fts_token->position in innodb_fts.innodb_fts_plugin 2017-06-30 15:03:53 +03:00
innodb_fts_proximity.test Fix innodb_fts suite 2016-09-14 15:10:47 +02:00
innodb_fts_result_cache_limit.test Remove some more error log spam. 2017-02-08 12:36:07 +02:00
innodb_fts_stopword_charset.test Merge branch '10.1' into 10.2 2017-03-30 12:48:42 +02:00
innodb_fts_transaction.test MDEV-6720 - enable connection log in mysqltest by default 2016-03-31 10:11:16 +04:00
misc_debug.test Remove some more error log spam. 2017-02-08 12:36:07 +02:00