mirror of
https://github.com/MariaDB/server.git
synced 2025-08-31 22:22:30 +03:00
added variable NDB_MGM to be able to run the management client in tests
added testcase for Bug#8035 added option to wait for not-started Bug#8035
This commit is contained in:
@@ -359,6 +359,16 @@ information_schema
|
||||
mysql
|
||||
test
|
||||
use test;
|
||||
drop database if exists test_only_ndb_tables;
|
||||
create database test_only_ndb_tables;
|
||||
use test_only_ndb_tables;
|
||||
create table t1 (a int primary key) engine=ndb;
|
||||
select * from t1;
|
||||
a
|
||||
select * from t1;
|
||||
ERROR HY000: Can't lock file (errno: 4009)
|
||||
use test;
|
||||
drop database test_only_ndb_tables;
|
||||
CREATE TABLE t9 (
|
||||
a int NOT NULL PRIMARY KEY,
|
||||
b int
|
||||
|
Reference in New Issue
Block a user