Skip to content

Commit 33fa37f

Browse files
author
Aditya A
committed
Bug #23070734 CONCURRENT TRUNCATE TABLES CAUSE STALLS
Post push test case fix for pb2 issue.
1 parent ab406f9 commit 33fa37f

File tree

2 files changed

+1
-15
lines changed

2 files changed

+1
-15
lines changed

mysql-test/suite/innodb/r/innodb-truncate-debug.result

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -96,16 +96,9 @@ insert into t1 select * from t1;
9696
insert into t1 select * from t1;
9797
insert into t1 select * from t1;
9898
insert into t1 select * from t1;
99-
insert into t1 select * from t1;
100-
insert into t1 select * from t1;
101-
insert into t1 select * from t1;
102-
insert into t1 select * from t1;
103-
insert into t1 select * from t1;
104-
insert into t1 select * from t1;
105-
insert into t1 select * from t1;
10699
select count(*) from t1;
107100
count(*)
108-
131072
101+
1024
109102
Stop the purge thread
110103
set global innodb_purge_stop_now = 1;
111104
delete from t1;

mysql-test/suite/innodb/t/innodb-truncate-debug.test

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -148,13 +148,6 @@ insert into t1 select * from t1;
148148
insert into t1 select * from t1;
149149
insert into t1 select * from t1;
150150
insert into t1 select * from t1;
151-
insert into t1 select * from t1;
152-
insert into t1 select * from t1;
153-
insert into t1 select * from t1;
154-
insert into t1 select * from t1;
155-
insert into t1 select * from t1;
156-
insert into t1 select * from t1;
157-
insert into t1 select * from t1;
158151
select count(*) from t1;
159152

160153
--echo Stop the purge thread

0 commit comments

Comments
 (0)