diff options
author | Georgi Kodinov <Georgi.Kodinov@Oracle.com> | 2010-10-05 11:03:14 +0300 |
---|---|---|
committer | Georgi Kodinov <Georgi.Kodinov@Oracle.com> | 2010-10-05 11:03:14 +0300 |
commit | cb49825d10a1ddd7c6ba85fd9039719db1ec7ad0 (patch) | |
tree | f5e89cce306899e22309485070b95c0d822f412c /mysql-test/lib | |
parent | 58a8c4b36e6de40c03f3e65c815e8ae8989dc194 (diff) | |
download | mariadb-git-cb49825d10a1ddd7c6ba85fd9039719db1ec7ad0.tar.gz |
Disable NDB tests to run by default.
Diffstat (limited to 'mysql-test/lib')
-rw-r--r-- | mysql-test/lib/mtr_cases.pl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mysql-test/lib/mtr_cases.pl b/mysql-test/lib/mtr_cases.pl index b3b7adf1b9e..b74512e5a39 100644 --- a/mysql-test/lib/mtr_cases.pl +++ b/mysql-test/lib/mtr_cases.pl @@ -581,7 +581,7 @@ sub collect_one_test_case($$$$$$$) { { # Ndb is not supported, skip it $tinfo->{'skip'}= 1; - $tinfo->{'comment'}= "No ndbcluster support"; + $tinfo->{'comment'}= "No ndbcluster support or ndb tests disabled"; return; } elsif ( $::opt_skip_ndbcluster ) |