Commit a5f682ef authored by Vincent Pelletier's avatar Vincent Pelletier

Drop unneeded parameter.

Executable passed as "binary" parameter must provide needed --socket
argument to actual binary.
parent b8d2ca9b
...@@ -220,7 +220,6 @@ class WrapUpdateMySQL(GenericBaseRecipe): ...@@ -220,7 +220,6 @@ class WrapUpdateMySQL(GenericBaseRecipe):
[{ [{
'mysql_upgrade_binary': self.options['binary'], 'mysql_upgrade_binary': self.options['binary'],
'mysql_binary': self.options['mysql'], 'mysql_binary': self.options['mysql'],
'socket': self.options['socket'],
'mysql_script_file': self.options['init-script'], 'mysql_script_file': self.options['init-script'],
}] }]
), ),
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment