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_global_schema_lock_error.result

call mtr.add_suppression("Could not acquire global schema lock");
Restarting all nodes "no start"
Waiting for not started
CREATE DATABASE test2;
Warnings:
Warning	1296	Got error 4009 'Cluster Failure' from NDB. Could not acquire global schema lock
ALTER DATABASE test2 CHARACTER SET latin2;
Warnings:
Warning	1296	Got error 4009 'Cluster Failure' from NDB. Could not acquire global schema lock
DROP DATABASE test2;
Warnings:
Warning	1296	Got error 4009 'Cluster Failure' from NDB. Could not acquire global schema lock
CREATE TABLE t1(a int not null primary key);
Warnings:
Warning	1296	Got error 4009 'Cluster Failure' from NDB. Could not acquire global schema lock
Warning	1296	Got error 4009 'Cluster Failure' from NDB
Warning	1296	Got error 4009 'Cluster Failure' from NDB
RENAME TABLE t1 TO t2;
Warnings:
Warning	1296	Got error 4009 'Cluster Failure' from NDB. Could not acquire global schema lock
CREATE TABLE t3 LIKE t2;
Warnings:
Warning	1296	Got error 4009 'Cluster Failure' from NDB. Could not acquire global schema lock
Warning	1296	Got error 4009 'Cluster Failure' from NDB
Warning	1296	Got error 4009 'Cluster Failure' from NDB
ALTER TABLE t3 ADD COLUMN b int default NULL;
Warnings:
Warning	1296	Got error 4009 'Cluster Failure' from NDB
INSERT INTO t2 VALUES(1);
TRUNCATE TABLE t2;
Warnings:
Warning	1296	Got error 4009 'Cluster Failure' from NDB. Could not acquire global schema lock
CREATE TABLE t4 AS SELECT * FROM t2;
Warnings:
Warning	1296	Got error 4009 'Cluster Failure' from NDB. Could not acquire global schema lock
Warning	1296	Got error 4009 'Cluster Failure' from NDB
Warning	1296	Got error 4009 'Cluster Failure' from NDB
DROP TABLE t2;
Warnings:
Warning	1296	Got error 4009 'Cluster Failure' from NDB. Could not acquire global schema lock
DROP TABLE t3, t4;
Warnings:
Warning	1296	Got error 4009 'Cluster Failure' from NDB. Could not acquire global schema lock
Starting all nodes
Waiting for started

Man Man