Navigation Menu

Skip to content

Commit

Permalink
Add missing create function for mroonga_normalize()
Browse files Browse the repository at this point in the history
  • Loading branch information
naoa committed Feb 15, 2016
1 parent 4744ae6 commit 0800072
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions data/install.sql.in
Expand Up @@ -21,3 +21,7 @@ CREATE FUNCTION mroonga_escape RETURNS STRING
DROP FUNCTION IF EXISTS mroonga_snippet_html;
CREATE FUNCTION mroonga_snippet_html RETURNS STRING
SONAME 'ha_mroonga@MRN_PLUGIN_SUFFIX@';

DROP FUNCTION IF EXISTS mroonga_normalize;
CREATE FUNCTION mroonga_normalize RETURNS STRING
SONAME 'ha_mroonga@MRN_PLUGIN_SUFFIX@';

0 comments on commit 0800072

Please sign in to comment.