summaryrefslogtreecommitdiff
path: root/mysql-test/main/innodb_mysql_sync.result
Commit message (Collapse)AuthorAgeFilesLines
* MDEV-18152 Assertion 'num_fts_index <= 1' failedMarko Mäkelä2019-01-181-1/+3
| | | | | | | | | | | | | | | | | InnoDB does not allow creating multiple FULLTEXT INDEX in ALGORITHM=INPLACE. This constraint was not being properly enforced after MariaDB started to support ALGORITHM=INSTANT and instant ADD COLUMN. As a side effect of this bug, we again allow ALGORITHM=INPLACE to rebuild a table when one FULLTEXT INDEX survives. Also, we are returning a more accurate reason for refusing LOCK=NONE. innobase_fulltext_exist(): Return the number of fulltext indexes. ha_innobase::check_if_supported_inplace_alter(): If the table needs to be rebuilt, refuse the operation if multiple fulltext indexes would remain.
* Create 'main' test directory and move 't' and 'r' thereMichael Widenius2018-03-291-0/+569