Commit 74889de4 authored by Sergei Petrunia's avatar Sergei Petrunia

Apply a workaround for MyRocks upstream issue #569

We are hitting this
https://github.com/facebook/mysql-5.6/issues/569
and we are not ready to merge the fix currently
parent 92c24fda
......@@ -99,3 +99,4 @@ ALTER TABLE t1 ADD INDEX kb(b) comment 'rev:cf1', ALGORITHM=INPLACE;
SHOW CREATE TABLE t1;
SELECT COUNT(*) FROM t1 FORCE INDEX(kb);
DROP TABLE t1;
--remove_file $file
......@@ -118,3 +118,4 @@ EOF
# Cleanup
disconnect other;
DROP TABLE t1, t2, t3;
--remove_file $file
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment