diff options
author | unknown <magnus@neptunus.(none)> | 2004-04-15 12:03:13 +0200 |
---|---|---|
committer | unknown <magnus@neptunus.(none)> | 2004-04-15 12:03:13 +0200 |
commit | 689d0a0ad571ac8185c0df799ac65b8b34f3ea48 (patch) | |
tree | 78fd0a67df020857c680cdaa6cfc4c98510250db /mysql-test/include/have_ndb.inc | |
parent | 90cf174529bbdf102890aed3e5f91c09d97b1c72 (diff) | |
download | mariadb-git-689d0a0ad571ac8185c0df799ac65b8b34f3ea48.tar.gz |
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
Diffstat (limited to 'mysql-test/include/have_ndb.inc')
-rw-r--r-- | mysql-test/include/have_ndb.inc | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/mysql-test/include/have_ndb.inc b/mysql-test/include/have_ndb.inc new file mode 100644 index 00000000000..095c2dcaaa4 --- /dev/null +++ b/mysql-test/include/have_ndb.inc @@ -0,0 +1,4 @@ +-- require r/have_ndb.require +disable_query_log; +show variables like "have_ndbcluster"; +enable_query_log; |