Navigation Menu

Skip to content

Commit

Permalink
Merge pull request #94 from naoa/fix-create-function-normalize
Browse files Browse the repository at this point in the history
Add missing create function for mroonga_normalize()

Patch by Naoya Murakami. Thanks!!!
  • Loading branch information
kou committed Feb 16, 2016
2 parents 4744ae6 + 0800072 commit 71eb516
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 71eb516

Please sign in to comment.