summaryrefslogtreecommitdiff
path: root/scripts/mysql_install_db.sh
diff options
context:
space:
mode:
authorunknown <tomas@poseidon.(none)>2004-09-16 08:22:22 +0000
committerunknown <tomas@poseidon.(none)>2004-09-16 08:22:22 +0000
commite429f2d683f4797ef0b54a39b6751a878e635850 (patch)
treea3615bd011a16b69ff2ebefddf96417eafca80b7 /scripts/mysql_install_db.sh
parent7e45c7299bdd0a60765725779dda2cffaf7f315d (diff)
downloadmariadb-git-e429f2d683f4797ef0b54a39b6751a878e635850.tar.gz
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
Diffstat (limited to 'scripts/mysql_install_db.sh')
-rw-r--r--scripts/mysql_install_db.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/mysql_install_db.sh b/scripts/mysql_install_db.sh
index aa5b99aebcc..b4f59790e73 100644
--- a/scripts/mysql_install_db.sh
+++ b/scripts/mysql_install_db.sh
@@ -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