summaryrefslogtreecommitdiff
path: root/mysql-test/include/index_merge2.inc
diff options
context:
space:
mode:
authorAlexander Barkov <bar@mariadb.org>2016-12-30 15:43:08 +0400
committerAlexander Barkov <bar@mariadb.org>2016-12-30 15:43:08 +0400
commit86209c7304fe022e5e3c7b535176cc79661af86b (patch)
tree3d9c3b8a54524a66a38c2b82d27c22ff6be22cfa /mysql-test/include/index_merge2.inc
parentc0fc4391f0f591248865abe0e20842658d878bff (diff)
parent9b2bcf19f40ef0f69b6f5da7fd5c348e50b38f2c (diff)
downloadmariadb-git-86209c7304fe022e5e3c7b535176cc79661af86b.tar.gz
Merge remote-tracking branch 'origin/bb-10.2-ext' into 10.3
Diffstat (limited to 'mysql-test/include/index_merge2.inc')
-rw-r--r--mysql-test/include/index_merge2.inc1
1 files changed, 1 insertions, 0 deletions
diff --git a/mysql-test/include/index_merge2.inc b/mysql-test/include/index_merge2.inc
index c50a45a9923..03afa49d323 100644
--- a/mysql-test/include/index_merge2.inc
+++ b/mysql-test/include/index_merge2.inc
@@ -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