mariadb/mysql-test/suite/innodb_fts/r
Thirunarayanan Balathandayuthapani e30c4cfc7a MDEV-22811 DDL fails to drop and re-create FTS index
Problem:
========
- InnoDB clears the fts resource when last FTS index is being dropped
if the table has user defined FTS_DOC_ID. While creating the new fts
index, InnoDB expects to have FTS resources.

Fix:
===
fts_drop_index(): Removed the fts resource clear.

fts_clear_all(): Clear the fts resource when there are no new fts
index to be added.

commit_cache_norebuild(), row_merge_drop_indexes():
Tries to call fts resource after removing associated fts index
from table object
2020-06-18 15:49:39 +05:30
..
basic.result dict_create_index_tree_in_mem(): Remove dead code 2018-05-12 10:28:54 +03:00
concurrent_insert.result MDEV-21360 save/restore debud_dbug instead of total reset at the end of the test 2020-01-21 11:22:47 +01:00
crash_recovery.result Merge 10.1 to 10.2 2019-10-25 17:33:39 +03:00
create.result MDEV-14576 Include full name of object in message about incorrect value for column. 2018-12-16 02:21:41 +04:00
fts_kill_query.result Merge 10.1 into 10.2 2018-08-02 08:19:57 +03:00
fulltext.result Merge branch '10.1' into 10.2 2017-10-24 14:53:18 +02:00
fulltext2.result MDEV-19869 Port innodb_fts.fulltext2 from mysql to mariadb. 2019-07-01 13:46:56 +05:30
fulltext3.result Merge 10.1 into 10.2 2019-03-06 15:15:59 +02: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-ddl.result MDEV-22811 DDL fails to drop and re-create FTS index 2020-06-18 15:49:39 +05:30
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_ft_aux_table.result Merge 10.1 into 10.2 2019-05-13 18:48:28 +03:00
innodb_fts_large_records.result Innodb full text search tests. 2013-09-24 16:47:33 +03:00
innodb_fts_misc.result MDEV-22358 Assertion srv_undo_sources || ... in row_prebuilt_free() 2020-04-23 19:33:55 +03: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 Do not SET DEBUG_DBUG=-d,... in tests 2018-01-29 16:39:54 +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 MDEV-21550 Assertion `!table->fts->in_queue' failed in fts_optimize_remove_table 2020-01-28 18:21:00 +05:30
misc_debug2.result MDEV-21563 FTS thread aborts during shutdown 2020-02-20 14:04:27 +05:30
stopword.result Merge 10.1 into 10.2 2020-04-28 19:39:40 +03:00
sync.result MDEV-14808 innodb_fts.sync fails in buildbot with wrong result 2020-03-17 19:40:13 +05:30
sync_block.result MDEV-21360 save/restore debud_dbug instead of total reset at the end of the test 2020-01-21 11:22:47 +01:00
sync_ddl.result MDEV-16855 Fix fts_sync_synchronization in InnoDB 2018-07-30 18:06:30 +03:00