1
0
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:
unknown
2004-09-07 12:30:11 +00:00
parent b8f24215a0
commit 7540feca8e
4 changed files with 13 additions and 23 deletions

View File

@@ -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;