2016-09-28 17:59:11 +02:00
|
|
|
call mtr.add_suppression('Error writing file.*errno: 28 ');
|
|
|
|
create table t1 (a int, b int) engine=memory;
|
|
|
|
insert t1 select seq, seq+1 from seq_1_to_1000;
|
|
|
|
set global general_log=0;
|
|
|
|
set global log_queries_not_using_indexes=1;
|
2020-01-09 13:38:48 +01:00
|
|
|
SET @saved_dbug = @@SESSION.debug_dbug;
|
|
|
|
SET debug_dbug='+d,simulate_file_write_error';
|
2016-09-28 17:59:11 +02:00
|
|
|
select * from t1 where a>10;
|
|
|
|
select * from t1 where a>10;
|
|
|
|
select * from t1 where a>10;
|
|
|
|
select * from t1 where a>10;
|
|
|
|
select * from t1 where a>10;
|
|
|
|
select * from t1 where a>10;
|
|
|
|
select * from t1 where a>10;
|
|
|
|
select * from t1 where a>10;
|
|
|
|
select * from t1 where a>10;
|
|
|
|
select * from t1 where a>10;
|
|
|
|
select * from t1 where a>10;
|
|
|
|
select * from t1 where a>10;
|
|
|
|
select * from t1 where a>10;
|
|
|
|
select * from t1 where a>10;
|
|
|
|
select * from t1 where a>10;
|
|
|
|
select * from t1 where a>10;
|
|
|
|
select * from t1 where a>10;
|
|
|
|
select * from t1 where a>10;
|
|
|
|
select * from t1 where a>10;
|
|
|
|
select * from t1 where a>10;
|
|
|
|
select * from t1 where a>10;
|
|
|
|
select * from t1 where a>10;
|
|
|
|
select * from t1 where a>10;
|
|
|
|
select * from t1 where a>10;
|
|
|
|
select * from t1 where a>10;
|
|
|
|
select * from t1 where a>10;
|
|
|
|
select * from t1 where a>10;
|
|
|
|
select * from t1 where a>10;
|
|
|
|
select * from t1 where a>10;
|
|
|
|
select * from t1 where a>10;
|
|
|
|
select * from t1 where a>10;
|
|
|
|
select * from t1 where a>10;
|
|
|
|
select * from t1 where a>10;
|
|
|
|
select * from t1 where a>10;
|
|
|
|
select * from t1 where a>10;
|
|
|
|
select * from t1 where a>10;
|
|
|
|
select * from t1 where a>10;
|
|
|
|
select * from t1 where a>10;
|
|
|
|
select * from t1 where a>10;
|
|
|
|
select * from t1 where a>10;
|
|
|
|
select * from t1 where a>10;
|
|
|
|
select * from t1 where a>10;
|
|
|
|
select * from t1 where a>10;
|
|
|
|
select * from t1 where a>10;
|
|
|
|
select * from t1 where a>10;
|
|
|
|
select * from t1 where a>10;
|
|
|
|
select * from t1 where a>10;
|
|
|
|
select * from t1 where a>10;
|
|
|
|
select * from t1 where a>10;
|
|
|
|
select * from t1 where a>10;
|
2020-01-09 13:38:48 +01:00
|
|
|
SET debug_dbug= @saved_dbug;
|
2016-09-28 17:59:11 +02:00
|
|
|
set global general_log=1;
|
|
|
|
set global log_queries_not_using_indexes=default;
|
|
|
|
drop table t1;
|