File tree Expand file tree Collapse file tree 2 files changed +1
-15
lines changed Expand file tree Collapse file tree 2 files changed +1
-15
lines changed Original file line number Diff line number Diff line change @@ -96,16 +96,9 @@ insert into t1 select * from t1;
96
96
insert into t1 select * from t1;
97
97
insert into t1 select * from t1;
98
98
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;
106
99
select count(*) from t1;
107
100
count(*)
108
- 131072
101
+ 1024
109
102
Stop the purge thread
110
103
set global innodb_purge_stop_now = 1;
111
104
delete from t1;
Original file line number Diff line number Diff line change @@ -148,13 +148,6 @@ insert into t1 select * from t1;
148
148
insert into t1 select * from t1;
149
149
insert into t1 select * from t1;
150
150
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;
158
151
select count(*) from t1;
159
152
160
153
--echo Stop the purge thread
You can’t perform that action at this time.
0 commit comments