From 5ed3fdeabc20d3d183d6ed0abe7e9475c43f1089 Mon Sep 17 00:00:00 2001 From: "msvensson@pilot.mysql.com" <> Date: Mon, 26 Nov 2007 18:46:05 +0100 Subject: [PATCH] Use myisam as default storage engine when running mysqld in --bootstrap mode --- scripts/mysql_install_db.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/mysql_install_db.sh b/scripts/mysql_install_db.sh index 260c372c802..0a816cef493 100644 --- a/scripts/mysql_install_db.sh +++ b/scripts/mysql_install_db.sh @@ -314,6 +314,7 @@ mysqld_bootstrap="${MYSQLD_BOOTSTRAP-$mysqld}" mysqld_install_cmd_line="$mysqld_bootstrap $defaults $mysqld_opt --bootstrap \ --basedir=$basedir --datadir=$ldata --log-warnings=0 --loose-skip-innodb \ --loose-skip-ndbcluster $args --max_allowed_packet=8M \ + --default-storage-engine=myisam \ --net_buffer_length=16K" # Create the system and help tables by passing them to "mysqld --bootstrap"