Packstack adds "default-storage-engine=InnoDB" to /etc/my.cnf".
Change-Id: I6a1ec7805266f58785f814872e68de772befb87c Note: default-table-type is a deprecated synonym for default-storage-engine. Fixes: 980593
This commit is contained in:
parent
2753e22cdf
commit
c7bd1640f1
@ -1,6 +1,7 @@
|
||||
|
||||
class {"mysql::server":
|
||||
config_hash => {bind_address => "0.0.0.0",
|
||||
default_engine => "InnoDB",
|
||||
root_password => "%(CONFIG_MYSQL_PW)s",}
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user