summaryrefslogtreecommitdiff
path: root/mysql-test/install_test_db.sh
diff options
context:
space:
mode:
authorunknown <bell@sanja.is.com.ua>2004-04-16 08:32:10 +0300
committerunknown <bell@sanja.is.com.ua>2004-04-16 08:32:10 +0300
commitdeea15d62b82721e2077751f34de4bce418442d3 (patch)
tree4e1307c5ff9dac946817673126706a277f7c46db /mysql-test/install_test_db.sh
parent689d0a0ad571ac8185c0df799ac65b8b34f3ea48 (diff)
downloadmariadb-git-deea15d62b82721e2077751f34de4bce418442d3.tar.gz
allow --skip-ndbcluster if server is not compiled
fixed syntax errro mysql-test/install_test_db.sh: fixed option name sql/mysqld.cc: fixed syntax error allow --skip-ndbcluster if server is not compiled
Diffstat (limited to 'mysql-test/install_test_db.sh')
-rw-r--r--mysql-test/install_test_db.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/mysql-test/install_test_db.sh b/mysql-test/install_test_db.sh
index a4aa7fccf4a..8db338f0f58 100644
--- a/mysql-test/install_test_db.sh
+++ b/mysql-test/install_test_db.sh
@@ -77,7 +77,7 @@ EXTRA_ARG="--language=../sql/share/english/ --character-sets-dir=../sql/share/ch
fi
mysqld_boot=" $execdir/mysqld --no-defaults --bootstrap --skip-grant-tables \
- --basedir=$basedir --datadir=$ldata --skip-innodb --skip-ndb --skip-bdb \
+ --basedir=$basedir --datadir=$ldata --skip-innodb --skip-ndbcluster --skip-bdb \
$EXTRA_ARG"
echo "running $mysqld_boot"