1
0
mirror of https://github.com/MariaDB/server.git synced 2025-08-08 11:22:35 +03:00

MDEV-7142: main.index_merge_innodb fails sporadically in buildbot

Attempt to stabilize the testcase.
This commit is contained in:
Sergei Petrunia
2016-09-05 12:28:35 +03:00
parent f81f985f37
commit a14f61ef74
3 changed files with 7 additions and 0 deletions

View File

@@ -341,6 +341,7 @@ while ($1)
alter table t1 add index i2(key2);
alter table t1 add index i3(key3);
update t1 set key2=key1,key3=key1;
analyze table t1;
# to test the bug, the following must use "sort_union":
--replace_column 9 REF