We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a5497b2 commit 5600647Copy full SHA for 5600647
lib/puppet/provider/mysql.rb
@@ -56,7 +56,7 @@ def defaults_file
56
57
def self.mysql_caller(text_of_sql, type)
58
if type.eql? 'system'
59
- mysql_raw([defaults_file, '--host=', system_database, '-e', text_of_sql].flatten.compact)
+ mysql_raw([defaults_file, system_database, '-e', text_of_sql].flatten.compact)
60
elsif type.eql? 'regular'
61
mysql_raw([defaults_file, '-NBe', text_of_sql].flatten.compact)
62
else
0 commit comments