1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-29 05:21:33 +03:00

Merge commit '10.3' into 10.4

This commit is contained in:
Oleksandr Byelkin
2020-03-11 13:27:10 +01:00
61 changed files with 1158 additions and 222 deletions

View File

@ -1,4 +1,5 @@
call mtr.add_suppression("InnoDB: Tablespace for table .* is set as discarded");
call mtr.add_suppression("InnoDB: Table '.*' tablespace is set as discarded.");
call mtr.add_suppression("InnoDB: Tablespace for table .* is set as discarded.");
CREATE TABLE mdev21563(f1 VARCHAR(100), FULLTEXT idx(f1))ENGINE=InnoDB;
set debug_dbug="+d,fts_instrument_sync_request";
INSERT INTO mdev21563 VALUES('This is a test');