mirror of
https://github.com/MariaDB/server.git
synced 2025-09-11 05:52:26 +03:00
fixed NdbConnection::restart and made use of it in ha_ndbcluster
added testcase
This commit is contained in:
@@ -75,6 +75,7 @@ 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;
|
||||
|
Reference in New Issue
Block a user