File tree Expand file tree Collapse file tree 2 files changed +0
-29
lines changed Expand file tree Collapse file tree 2 files changed +0
-29
lines changed Original file line number Diff line number Diff line change @@ -14,22 +14,6 @@ drop table t1;
14
14
rename table mysql.table_stats_save to mysql.table_stats;
15
15
flush tables;
16
16
#
17
- # MDEV-32667 dict_stats_save_index_stat() reads uninitialized
18
- # index->stats_error_printed
19
- #
20
- call mtr.add_suppression("InnoDB: Cannot save index statistics for table");
21
- CREATE TABLE t1(a INT) ENGINE=InnoDB STATS_PERSISTENT=1 STATS_AUTO_RECALC=1;
22
- BEGIN;
23
- SELECT COUNT(*)>=0 FROM mysql.innodb_index_stats LOCK IN SHARE MODE;
24
- COUNT(*)>=0
25
- 1
26
- INSERT INTO t1 VALUES(0),(0);
27
- SELECT sleep(1);
28
- sleep(1)
29
- 0
30
- COMMIT;
31
- DROP TABLE t1;
32
- #
33
17
# MDEV-26753 Assertion state == TRX_STATE_PREPARED ||... failed
34
18
#
35
19
CREATE TABLE t1(a INT PRIMARY KEY) ENGINE=InnoDB;
Original file line number Diff line number Diff line change @@ -16,19 +16,6 @@ drop table t1;
16
16
rename table mysql.table_stats_save to mysql.table_stats;
17
17
flush tables;
18
18
19
- --echo #
20
- --echo # MDEV-32667 dict_stats_save_index_stat() reads uninitialized
21
- --echo # index->stats_error_printed
22
- --echo #
23
- call mtr.add_suppression("InnoDB: Cannot save index statistics for table");
24
- CREATE TABLE t1(a INT) ENGINE=InnoDB STATS_PERSISTENT=1 STATS_AUTO_RECALC=1;
25
- BEGIN;
26
- SELECT COUNT(*)>=0 FROM mysql.innodb_index_stats LOCK IN SHARE MODE;
27
- INSERT INTO t1 VALUES(0),(0);
28
- SELECT sleep(1);
29
- COMMIT;
30
- DROP TABLE t1;
31
-
32
19
--echo #
33
20
--echo # MDEV-26753 Assertion state == TRX_STATE_PREPARED ||... failed
34
21
--echo #
You can’t perform that action at this time.
0 commit comments