[Groonga-mysql-commit] mroonga/mroonga [master] deb: add CREATE/DROP FUNCTION for experimental mroonga_command feature

Back to archive index

HAYASHI Kentaro null+****@clear*****
Wed Mar 27 12:01:06 JST 2013


HAYASHI Kentaro	2013-03-27 12:01:06 +0900 (Wed, 27 Mar 2013)

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

  Message:
    deb: add CREATE/DROP FUNCTION for experimental mroonga_command feature

  Modified files:
    packages/debian/mysql-server-mroonga.postinst
    packages/debian/mysql-server-mroonga.postrm

  Modified: packages/debian/mysql-server-mroonga.postinst (+1 -0)
===================================================================
--- packages/debian/mysql-server-mroonga.postinst    2013-03-27 11:50:32 +0900 (1483d45)
+++ packages/debian/mysql-server-mroonga.postinst    2013-03-27 12:01:06 +0900 (ee05216)
@@ -10,6 +10,7 @@ DELETE IGNORE FROM mysql.plugin WHERE name = 'mroonga';
 INSTALL PLUGIN mroonga SONAME 'ha_mroonga.so';
 CREATE FUNCTION last_insert_grn_id RETURNS INTEGER soname 'ha_mroonga.so';
 CREATE FUNCTION mroonga_snippet RETURNS STRING soname 'ha_mroonga.so';
+CREATE FUNCTION mroonga_command RETURNS STRING soname 'ha_mroonga.so';
 EOS
 }
 

  Modified: packages/debian/mysql-server-mroonga.postrm (+1 -0)
===================================================================
--- packages/debian/mysql-server-mroonga.postrm    2013-03-27 11:50:32 +0900 (3a18670)
+++ packages/debian/mysql-server-mroonga.postrm    2013-03-27 12:01:06 +0900 (3a309fa)
@@ -5,6 +5,7 @@ set -e
 cat <<EOS | mysql --defaults-file=/etc/mysql/debian.cnf || true
 DROP FUNCTION mroonga_snippet;
 DROP FUNCTION last_insert_grn_id;
+DROP FUNCTION mroonga_command;
 UNINSTALL PLUGIN mroonga;
 FLUSH TABLES;
 EOS
-------------- next part --------------
HTML����������������������������...
Download 



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