[Groonga-mysql-commit] mroonga/mroonga at c875c92 [master] doc: add missing install procedure about mroonga_escape

Back to archive index

HAYASHI Kentaro null+****@clear*****
Wed Mar 26 13:13:29 JST 2014


HAYASHI Kentaro	2014-03-26 13:13:29 +0900 (Wed, 26 Mar 2014)

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

  Message:
    doc: add missing install procedure about mroonga_escape

  Modified files:
    doc/source/install.rst

  Modified: doc/source/install.rst (+10 -0)
===================================================================
--- doc/source/install.rst    2014-03-26 13:12:56 +0900 (22b4ec0)
+++ doc/source/install.rst    2014-03-26 13:13:29 +0900 (f210796)
@@ -591,6 +591,11 @@ Invoke CREATE FUNCTION like the following. ::
 
  mysql> CREATE FUNCTION mroonga_command RETURNS STRING SONAME 'ha_mroonga.so';
 
+To enable escaping given string properly, install mroonga_escape function.
+
+Invoke CREATE FUNCTION like the following. ::
+
+ mysql> CREATE FUNCTION mroonga_escape RETURNS STRING SONAME 'ha_mroonga.so';
 
 Install from the source code with MariaDB
 -----------------------------------------
@@ -692,6 +697,11 @@ Invoke CREATE FUNCTION like the following. ::
 
  mysql> CREATE FUNCTION mroonga_command RETURNS STRING SONAME 'ha_mroonga.so';
 
+To enable escaping given string properly, install mroonga_escape function.
+
+Invoke CREATE FUNCTION like the following. ::
+
+ mysql> CREATE FUNCTION mroonga_escape RETURNS STRING SONAME 'ha_mroonga.so';
 
 Upgrade Guide
 -------------
-------------- next part --------------
HTML����������������������������...
Download 



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