mirror of
https://github.com/MariaDB/server.git
synced 2026-04-24 17:25:31 +02:00
mysql_install_db should do skip-ndbcluster
set a printout in SocketClient only for debug ndb/src/common/util/SocketClient.cpp: set a printout only for debug scripts/mysql_install_db.sh: mysql_install_db should do skip-ndbcluster
This commit is contained in:
parent
7e45c7299b
commit
e429f2d683
2 changed files with 3 additions and 1 deletions
|
|
@ -213,7 +213,7 @@ then
|
|||
fi
|
||||
mysqld_install_cmd_line="$mysqld $defaults $mysqld_opt --bootstrap \
|
||||
--skip-grant-tables --basedir=$basedir --datadir=$ldata --skip-innodb \
|
||||
--skip-bdb $args --max_allowed_packet=8M"
|
||||
--skip-bdb --skip-ndbcluster $args --max_allowed_packet=8M"
|
||||
if $scriptdir/mysql_create_system_tables $create_option $mdata $hostname $windows \
|
||||
| eval "$mysqld_install_cmd_line"
|
||||
then
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue