diff options
author | unknown <bell@sanja.is.com.ua> | 2004-04-16 08:32:10 +0300 |
---|---|---|
committer | unknown <bell@sanja.is.com.ua> | 2004-04-16 08:32:10 +0300 |
commit | deea15d62b82721e2077751f34de4bce418442d3 (patch) | |
tree | 4e1307c5ff9dac946817673126706a277f7c46db /mysql-test/install_test_db.sh | |
parent | 689d0a0ad571ac8185c0df799ac65b8b34f3ea48 (diff) | |
download | mariadb-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.sh | 2 |
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" |