1
0
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:
tomas@poseidon.ndb.mysql.com
2005-01-20 13:45:42 +01:00
parent c449637cea
commit ac53ecce1c
5 changed files with 58 additions and 9 deletions

View File

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