Skip to content

Commit

Permalink
Merge remote-tracking branch 10.4 into 10.5
Browse files Browse the repository at this point in the history
  • Loading branch information
grooverdan committed Feb 26, 2021
2 parents 86d60fc + a6c6c4f commit 1696e4d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion mysql-test/main/innodb_ext_key.result
Original file line number Diff line number Diff line change
Expand Up @@ -813,7 +813,7 @@ PRIMARY KEY(pk)
INSERT INTO t2 SELECT a,a FROM t1;
EXPLAIN SELECT pk FROM t2 FORCE INDEX(k1);
id select_type table type possible_keys key key_len ref rows Extra
1 SIMPLE t2 index NULL k1 23 NULL 10 Using index
1 SIMPLE t2 index NULL k1 23 NULL # Using index
DROP TABLE t1,t2;
set global innodb_stats_persistent= @innodb_stats_persistent_save;
set global innodb_stats_persistent_sample_pages= @innodb_stats_persistent_sample_pages_save;
1 change: 1 addition & 0 deletions mysql-test/main/innodb_ext_key.test
Original file line number Diff line number Diff line change
Expand Up @@ -640,6 +640,7 @@ CREATE TABLE t2 (
)ENGINE=INNODB;

INSERT INTO t2 SELECT a,a FROM t1;
--replace_column 9 #
EXPLAIN SELECT pk FROM t2 FORCE INDEX(k1);

DROP TABLE t1,t2;
Expand Down

0 comments on commit 1696e4d

Please sign in to comment.