[Groonga-mysql-commit] mroonga/mroonga at 0800072 [master] Add missing create function for mroonga_normalize()

Back to archive index

naoa null+****@clear*****
Tue Feb 16 04:48:30 JST 2016


naoa	2016-02-16 04:48:30 +0900 (Tue, 16 Feb 2016)

  New Revision: 080007252f6ab004bc3ff0f205ff3caae752950f
  https://github.com/mroonga/mroonga/commit/080007252f6ab004bc3ff0f205ff3caae752950f

  Merged 71eb516: Merge pull request #94 from naoa/fix-create-function-normalize

  Message:
    Add missing create function for mroonga_normalize()

  Modified files:
    data/install.sql.in

  Modified: data/install.sql.in (+4 -0)
===================================================================
--- data/install.sql.in    2016-02-15 18:23:41 +0900 (b458ff6)
+++ data/install.sql.in    2016-02-16 04:48:30 +0900 (c22ea2f)
@@ -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@';
-------------- next part --------------
HTML����������������������������...
Télécharger 



More information about the Groonga-mysql-commit mailing list
Back to archive index