Commit 9501c7d0 authored by Vladislav Vaintroub's avatar Vladislav Vaintroub

Merge branch 'bb-10.2-mariarocks' into bb-10.2-mariarocks-wlad

parents a194390e 74889de4
......@@ -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