Skip to content

Commit 74889de

Browse files
committed
Apply a workaround for MyRocks upstream issue #569
We are hitting this facebook/mysql-5.6#569 and we are not ready to merge the fix currently
1 parent 92c24fd commit 74889de

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

storage/rocksdb/mysql-test/rocksdb/t/add_index_inplace_sstfilewriter.test

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -99,3 +99,4 @@ ALTER TABLE t1 ADD INDEX kb(b) comment 'rev:cf1', ALGORITHM=INPLACE;
9999
SHOW CREATE TABLE t1;
100100
SELECT COUNT(*) FROM t1 FORCE INDEX(kb);
101101
DROP TABLE t1;
102+
--remove_file $file

storage/rocksdb/mysql-test/rocksdb/t/bulk_load.test

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -118,3 +118,4 @@ EOF
118118
# Cleanup
119119
disconnect other;
120120
DROP TABLE t1, t2, t3;
121+
--remove_file $file

0 commit comments

Comments
 (0)