mirror of
https://github.com/MariaDB/server.git
synced 2025-07-29 05:21:33 +03:00
Remove a useless large test, and add a debug assertion
The test innodb_fts.fulltext_table_evict was only creating 1000 tables with fulltext indexes, only to check that no tables with fulltext indexes are being evicted. The reason why tables containing fulltext indexes cannot be evicted is that fts_optimize_init() invokes dict_table_prevent_eviction().
This commit is contained in:
@ -519,7 +519,6 @@ innodb.xa_recovery : MDEV-15279 - mysqld got exception
|
||||
#-----------------------------------------------------------------------
|
||||
|
||||
innodb_fts.fulltext2 : Modified in 10.2.26
|
||||
innodb_fts.fulltext_table_evict : Modified in 10.2.27
|
||||
innodb_fts.innodb_fts_misc : Modified in 10.2.27
|
||||
innodb_fts.innodb_fts_misc_debug : MDEV-14156 - Unexpected warning
|
||||
innodb_fts.innodb_fts_plugin : MDEV-13888 - Errors in server log
|
||||
|
Reference in New Issue
Block a user