mirror of
https://github.com/MariaDB/server.git
synced 2025-01-17 04:22:27 +01:00
Bug#31315 mysql_install_db fails if a default table type of NDB is set in my.cnf
- Use myisam as default storage engine when running mysqld in --bootstrap mode scripts/mysql_install_db.sh: Use myisam as default storage engine when running mysqld in --bootstrap mode
This commit is contained in:
parent
9dfc925db0
commit
770cafbcfe
1 changed files with 1 additions and 0 deletions
|
@ -339,6 +339,7 @@ mysqld_bootstrap="${MYSQLD_BOOTSTRAP-$mysqld}"
|
||||||
mysqld_install_cmd_line="$mysqld_bootstrap $defaults $mysqld_opt --bootstrap \
|
mysqld_install_cmd_line="$mysqld_bootstrap $defaults $mysqld_opt --bootstrap \
|
||||||
--basedir=$basedir --datadir=$ldata --log-warnings=0 --loose-skip-innodb \
|
--basedir=$basedir --datadir=$ldata --log-warnings=0 --loose-skip-innodb \
|
||||||
--loose-skip-ndbcluster $args --max_allowed_packet=8M \
|
--loose-skip-ndbcluster $args --max_allowed_packet=8M \
|
||||||
|
--default-storage-engine=myisam \
|
||||||
--net_buffer_length=16K"
|
--net_buffer_length=16K"
|
||||||
|
|
||||||
# Create the system and help tables by passing them to "mysqld --bootstrap"
|
# Create the system and help tables by passing them to "mysqld --bootstrap"
|
||||||
|
|
Loading…
Reference in a new issue