Skip to content

Commit a6c6c4f

Browse files
committed
Merge 10.3 into 10.4
2 parents ef96ec3 + 4473d17 commit a6c6c4f

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

mysql-test/main/innodb_ext_key.result

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -809,7 +809,7 @@ PRIMARY KEY(pk)
809809
INSERT INTO t2 SELECT a,a FROM t1;
810810
EXPLAIN SELECT pk FROM t2 FORCE INDEX(k1);
811811
id select_type table type possible_keys key key_len ref rows Extra
812-
1 SIMPLE t2 index NULL k1 23 NULL 10 Using index
812+
1 SIMPLE t2 index NULL k1 23 NULL # Using index
813813
DROP TABLE t1,t2;
814814
set global innodb_stats_persistent= @innodb_stats_persistent_save;
815815
set global innodb_stats_persistent_sample_pages= @innodb_stats_persistent_sample_pages_save;

mysql-test/main/innodb_ext_key.test

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -636,6 +636,7 @@ CREATE TABLE t2 (
636636
)ENGINE=INNODB;
637637

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

641642
DROP TABLE t1,t2;

0 commit comments

Comments
 (0)