[Groonga-mysql-commit] mroonga/mroonga at bc76f50 [master] Add missing UDF

Back to archive index

HAYASHI Kentaro null+****@clear*****
Thu Dec 26 16:49:09 JST 2013


HAYASHI Kentaro	2013-12-26 16:49:09 +0900 (Thu, 26 Dec 2013)

  New Revision: bc76f50c791dc946571591b5f15a3ce449bc02ea
  https://github.com/mroonga/mroonga/commit/bc76f50c791dc946571591b5f15a3ce449bc02ea

  Message:
    Add missing UDF

  Modified files:
    data/install.sql.in

  Modified: data/install.sql.in (+4 -0)
===================================================================
--- data/install.sql.in    2013-12-26 16:40:47 +0900 (b2ca72a)
+++ data/install.sql.in    2013-12-26 16:49:09 +0900 (b1dacc1)
@@ -11,3 +11,7 @@ CREATE FUNCTION mroonga_snippet RETURNS STRING
 DROP FUNCTION IF EXISTS mroonga_command;
 CREATE FUNCTION mroonga_command RETURNS STRING
   SONAME 'ha_mroonga �� MRN_PLUGIN_SUFFIX@';
+
+DROP FUNCTION IF EXISTS mroonga_escape;
+CREATE FUNCTION mroonga_escape RETURNS STRING
+  SONAME 'ha_mroonga �� MRN_PLUGIN_SUFFIX@';
-------------- next part --------------
HTML����������������������������...
Download 



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