mirror of
https://github.com/MariaDB/server.git
synced 2025-07-30 16:24:05 +03:00
MDEV-26: Global transaction ID.
Ensure that mysql_install_db can create the rpl_slave_state with InnoDB storage engine.
This commit is contained in:
@ -416,9 +416,8 @@ 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 \
|
||||
"--basedir=$basedir" "--datadir=$ldata" --log-warnings=0 \
|
||||
--loose-skip-ndbcluster --loose-skip-pbxt $args --max_allowed_packet=8M \
|
||||
--default-storage-engine=myisam \
|
||||
--net_buffer_length=16K
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user