mirror of
https://github.com/MariaDB/server.git
synced 2026-05-09 16:44:29 +02:00
ndb - ndb_multi spurious failure
remove timeing dependant part of test mysql-test/r/ndb_multi.result: remove timeing dependant part of test mysql-test/t/ndb_multi.test: remove timeing dependant part of test
This commit is contained in:
parent
5a20c5fd48
commit
2ba485da08
2 changed files with 0 additions and 4 deletions
|
|
@ -28,9 +28,6 @@ Handler_discover 0
|
|||
drop table t1;
|
||||
create table t1 (a int) engine=ndbcluster;
|
||||
insert into t1 value (2);
|
||||
select * from t1;
|
||||
a
|
||||
2
|
||||
flush table t1;
|
||||
select * from t1;
|
||||
a
|
||||
|
|
|
|||
|
|
@ -37,7 +37,6 @@ drop table t1;
|
|||
create table t1 (a int) engine=ndbcluster;
|
||||
insert into t1 value (2);
|
||||
connection server1;
|
||||
select * from t1;
|
||||
flush table t1;
|
||||
select * from t1;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue