mariadb/mysql-test/include/have_ndb.inc
magnus@neptunus.(none) 855fcf1411 Updated mysql-test-run to work with the started NDB Cluster
Added one test case for ndb to mysql-test-run, ndb_basic. It will show that
NDB Cluster is supported.
2004-04-15 12:03:13 +02:00

4 lines
106 B
PHP

-- require r/have_ndb.require
disable_query_log;
show variables like "have_ndbcluster";
enable_query_log;