MXS-3292 Add test that reveals bug

This commit is contained in:
Johan Wikman
2020-11-11 12:27:23 +02:00
parent 63ed377e3a
commit b459b6f13f

View File

@ -160,3 +160,6 @@ OPTIMIZE NO_WRITE_TO_BINLOG TABLE t;
OPTIMIZE LOCAL TABLE t;
OPTIMIZE LOCAL TABLE t NOWAIT;
OPTIMIZE LOCAL TABLE t WAIT 42;
# MXS-3292
USE `test`;