mirror of
https://github.com/MariaDB/server.git
synced 2026-01-06 05:22:24 +03:00
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
This commit is contained in:
@@ -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"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user