config root man

Current Path : /home/usr.opt/mysql57/mysql-test/suite/ndb/r/

FreeBSD hs32.drive.ne.jp 9.1-RELEASE FreeBSD 9.1-RELEASE #1: Wed Jan 14 12:18:08 JST 2015 root@hs32.drive.ne.jp:/sys/amd64/compile/hs32 amd64
Upload File :
Current File : //home/usr.opt/mysql57/mysql-test/suite/ndb/r/ndb_disconnect_ddl.result

DROP TABLE IF EXISTS t1;
"testing the bug#31853"
create table t1(i int primary key) engine=ndb;
ERROR HY000: Can't create table 'test.t1' (errno: 157)
# restart
create table t2(i int primary key) engine=ndb;
ERROR HY000: Can't create table 'test.t2' (errno: 157)
"end of test the bug#31853"

Man Man