Commit 5927abee authored by Vincent Pelletier's avatar Vincent Pelletier

fixup! Provide a way to disable mroonga.

parent e65bea34
......@@ -69,7 +69,7 @@ class Recipe(GenericBaseRecipe):
mysql_script_list = []
# user defined functions
mroonga = options.get('mroonga', 'ha_mroonga.so')
mroonga = self.options.get('mroonga', 'ha_mroonga.so')
if mroonga:
last_insert_grn_id = "CREATE FUNCTION last_insert_grn_id RETURNS " \
"INTEGER SONAME '" + mroonga + "';"
......
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