Comment 3 for bug 1628751

Revision history for this message
Laurynas Biveinis (laurynas-biveinis) wrote :

Reduced testcase

SET expand_fast_index_creation=1;
CREATE TEMPORARY TABLE t1(c1 INT PRIMARY KEY, INDEX c1(c1)) ENGINE=InnoDB;
INSERT INTO t1 VALUES(3);
OPTIMIZE TABLE t1;
INSERT INTO t1 VALUES(2);