HAYASHI Kentaro
null+****@clear*****
Wed Mar 27 16:33:44 JST 2013
HAYASHI Kentaro 2013-03-27 16:33:44 +0900 (Wed, 27 Mar 2013) New Revision: 2ffa2c74baa44b332914ef0ae226503cbca5da55 https://github.com/mroonga/mroonga/commit/2ffa2c74baa44b332914ef0ae226503cbca5da55 Message: doc: add manual install procedure about mroonga_command Modified files: doc/source/install.rst Modified: doc/source/install.rst (+13 -0) =================================================================== --- doc/source/install.rst 2013-03-27 16:31:55 +0900 (d4a6133) +++ doc/source/install.rst 2013-03-27 16:33:44 +0900 (10c7cd2) @@ -522,6 +522,13 @@ Invoke CREATE FUNCTION like the following. :: mysql> CREATE FUNCTION mroonga_snippet RETURNS STRING soname 'ha_mroonga.so'; +To enable invoking groonga query from mroonga, install mroonga_command function. + +Invoke CREATE FUNCTION like the following. :: + + mysql> CREATE FUNCTION mroonga_command RETURNS STRING soname 'ha_mroonga.so'; + + Install from the source code with MariaDB ------------------------------------------- @@ -615,3 +622,9 @@ To enable snippet (keyword in context) UDF, install mroonga_snippet function. Invoke CREATE FUNCTION like the following. :: mysql> CREATE FUNCTION mroonga_snippet RETURNS STRING soname 'ha_mroonga.so'; + +To enable invoking groonga query from mroonga, install mroonga_command function. + +Invoke CREATE FUNCTION like the following. :: + + mysql> CREATE FUNCTION mroonga_command RETURNS STRING soname 'ha_mroonga.so'; -------------- next part -------------- HTML����������������������������...다운로드