mirror of
https://github.com/MariaDB/server.git
synced 2025-07-30 16:24:05 +03:00
removed shaky test case
This commit is contained in:
@ -72,17 +72,3 @@ col6 col1 col3 fourth col4 col4_5 col5 col7 col8
|
||||
1 101 3 4 5 PENDING 0000-00-00 00:00:00
|
||||
2 102 4 3 5 99 PENDING EXTRA 2004-01-01 00:00:00
|
||||
drop table t1;
|
||||
DROP TABLE IF EXISTS t2;
|
||||
create table t2 (a int NOT NULL PRIMARY KEY) engine=myisam;
|
||||
alter table t2 engine=ndbcluster;
|
||||
alter table t2 add c int;
|
||||
delete from t2;
|
||||
ERROR HY000: Got temporary error 1217 '1217' from ndbcluster
|
||||
select count(*) from t2 where a+0 > 0;
|
||||
count(*)
|
||||
12001
|
||||
truncate table t2;
|
||||
select count(*) from t2;
|
||||
count(*)
|
||||
0
|
||||
drop table t2;
|
||||
|
Reference in New Issue
Block a user