1
0
mirror of https://github.com/MariaDB/server.git synced 2025-05-11 13:21:44 +03:00
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

5 lines
106 B
PHP

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