1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-30 16:24:05 +03:00

added check in ndb tests that require "default" cluster running

i.e. ndb_restore
This commit is contained in:
unknown
2005-01-26 14:38:13 +01:00
parent e8ae338356
commit ddad73b376
3 changed files with 7 additions and 0 deletions

View File

@ -0,0 +1,4 @@
-- require r/ndb_default_cluster.require
disable_query_log;
show status like "Ndb_connected_host";
enable_query_log;

View File

@ -0,0 +1,2 @@
Variable_name Value
Ndb_connected_host localhost

View File

@ -1,4 +1,5 @@
-- source include/have_ndb.inc
-- source include/ndb_default_cluster.inc
--disable_warnings
use test;