mirror of
https://github.com/MariaDB/server.git
synced 2026-01-06 05:22:24 +03:00
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. mysql-test/install_test_db.sh: Added --skip-ndb wile installing test db mysql-test/mysql-test-run.sh: To enable NDB use --ndbcluster and to disable it --skip-ndbcluster or --skip-ndb mysql-test/r/ndb_basic.result: Updated testcase to use all uppercase mysql-test/t/ndb_basic.test: Updated testcase to use all uppercase
This commit is contained in:
4
mysql-test/include/have_ndb.inc
Normal file
4
mysql-test/include/have_ndb.inc
Normal file
@@ -0,0 +1,4 @@
|
||||
-- require r/have_ndb.require
|
||||
disable_query_log;
|
||||
show variables like "have_ndbcluster";
|
||||
enable_query_log;
|
||||
Reference in New Issue
Block a user