mariadb/mysql-test/suite/innodb_fts/r
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.result remove two redundant *.inc files to restart a server 2017-03-31 19:28:58 +02:00
create.result MDEV-7635: Update tests to adapt to the new default sql_mode 2017-02-10 06:30:42 -05:00
fulltext.result Fix innodb_fts suite 2016-09-14 15:10:47 +02:00
fulltext2.result Percona-Server-5.6.14-rel62.0 merge 2013-12-22 17:06:50 +01:00
fulltext3.result Innodb full text search tests. 2013-09-24 16:47:33 +03:00
fulltext_cache.result Innodb full text search tests. 2013-09-24 16:47:33 +03:00
fulltext_distinct.result MDEV-7563 Support CHECK constraint as in (or close to) SQL Standard 2016-06-30 11:43:02 +02:00
fulltext_left_join.result MDEV-5574 Set AUTO_INCREMENT below max value of column. 2014-02-01 09:33:26 +01:00
fulltext_misc.result Item::print(): remove redundant parentheses 2016-12-12 20:44:41 +01:00
fulltext_multi.result Innodb full text search tests. 2013-09-24 16:47:33 +03:00
fulltext_order_by.result MDEV-334: Backport of UNION ALL optimization from mysql-5.7. 2014-10-14 09:36:50 -07:00
fulltext_update.result MDEV-7563 Support CHECK constraint as in (or close to) SQL Standard 2016-06-30 11:43:02 +02:00
fulltext_var.result Percona-Server-5.6.14-rel62.0 merge 2013-12-22 17:06:50 +01:00
innodb-fts-basic.result Percona-Server-5.6.14-rel62.0 merge 2013-12-22 17:06:50 +01:00
innodb-fts-ddl.result Remove end . from error messages to get them consistent 2016-10-05 01:11:08 +03:00
innodb-fts-fic.result Fix innodb_fts suite 2016-09-14 15:10:47 +02:00
innodb-fts-stopword.result Part of MDEV-10134 Add full support for DEFAULT 2016-06-30 11:43:02 +02:00
innodb_fts_large_records.result Innodb full text search tests. 2013-09-24 16:47:33 +03:00
innodb_fts_misc.result Merge branch '10.1' into 10.2 2016-12-29 13:23:18 +01:00
innodb_fts_misc_1.result Fix innodb_fts suite 2016-09-14 15:10:47 +02:00
innodb_fts_multiple_index.result MDEV-12698 innodb.innodb_stats_del_mark test failure 2017-05-19 22:56:39 +03:00
innodb_fts_plugin.result MDEV-11649 Uninitialized field fts_token->position in innodb_fts.innodb_fts_plugin 2017-06-30 15:03:53 +03:00
innodb_fts_proximity.result Fix innodb_fts suite 2016-09-14 15:10:47 +02:00
innodb_fts_result_cache_limit.result Remove some more error log spam. 2017-02-08 12:36:07 +02:00
innodb_fts_stopword_charset.result Merge branch '10.1' into 10.2 2017-03-30 12:48:42 +02:00
innodb_fts_transaction.result MDEV-6720 - enable connection log in mysqltest by default 2016-03-31 10:11:16 +04:00
misc_debug.result Remove some more error log spam. 2017-02-08 12:36:07 +02:00