• Marko Mäkelä's avatar
    Remove a useless large test, and add a debug assertion · 4ec0c346
    Marko Mäkelä authored
    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().
    4ec0c346
unstable-tests 62.5 KB