You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: lib/puppet/provider/mysql_datadir/mysql.rb
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -47,6 +47,7 @@ def create
47
47
if (mysqld_type == "mysql" or mysqld_type == "percona") and Puppet::Util::Package.versioncmp(mysqld_version, '5.7.6') >= 0
48
48
debug("Initializing MySQL data directory >= 5.7.6 with 'mysqld #{defaults_extra_file}#{initialize} --basedir=#{basedir} --datadir=#{datadir} --user=#{user}'")
49
49
opts<<"--log-error=#{log_error}"
50
+
opts<<"#{initialize}"
50
51
mysqld(opts.compact)
51
52
else
52
53
debug("Installing MySQL data directory with mysql_install_db #{defaults_extra_file} --basedir=#{basedir} --datadir=#{datadir} --user=#{user}")
0 commit comments