MXS-2227 Add test that reveals problem
This commit is contained in:
parent
fda3cf8160
commit
3df8429db3
@ -153,3 +153,10 @@ RESET SLAVE;
|
||||
# MXS-2508
|
||||
SELECT 10 DIV 2;
|
||||
SELECT 10 MOD 2;
|
||||
|
||||
# MXS-2227
|
||||
OPTIMIZE TABLE t;
|
||||
OPTIMIZE NO_WRITE_TO_BINLOG TABLE t;
|
||||
OPTIMIZE LOCAL TABLE t;
|
||||
OPTIMIZE LOCAL TABLE t NOWAIT;
|
||||
OPTIMIZE LOCAL TABLE t WAIT 42;
|
||||
|
Loading…
x
Reference in New Issue
Block a user