Commit e65bea34 authored by Vincent Pelletier's avatar Vincent Pelletier

fixup! Provide a way to disable mroonga.

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