mirror of
https://github.com/MariaDB/server.git
synced 2025-05-11 13:21:44 +03:00

Added one test case for ndb to mysql-test-run, ndb_basic. It will show that NDB Cluster is supported.
5 lines
106 B
PHP
5 lines
106 B
PHP
-- require r/have_ndb.require
|
|
disable_query_log;
|
|
show variables like "have_ndbcluster";
|
|
enable_query_log;
|