[Groonga-mysql-commit] mroonga/mroonga at 34d0ad9 [master] Use "Mroonga" form

Back to archive index

Kouhei Sutou null+****@clear*****
Thu Aug 14 18:51:56 JST 2014


Kouhei Sutou	2014-08-14 18:51:56 +0900 (Thu, 14 Aug 2014)

  New Revision: 34d0ad9951fef8b6dfc077fd30a19174bb7a97b4
  https://github.com/mroonga/mroonga/commit/34d0ad9951fef8b6dfc077fd30a19174bb7a97b4

  Message:
    Use "Mroonga" form

  Modified files:
    data/install.sql.in
    data/uninstall.sql

  Modified: data/install.sql.in (+2 -2)
===================================================================
--- data/install.sql.in    2014-08-14 17:57:27 +0900 (bda43ca)
+++ data/install.sql.in    2014-08-14 18:51:56 +0900 (b0c930c)
@@ -1,6 +1,6 @@
-DELETE IGNORE FROM mysql.plugin WHERE name = 'mroonga';
+DELETE IGNORE FROM mysql.plugin WHERE dl = 'ha_mroonga �� MRN_PLUGIN_SUFFIX@';
 
-INSTALL PLUGIN mroonga SONAME 'ha_mroonga �� MRN_PLUGIN_SUFFIX@';
+INSTALL PLUGIN Mroonga SONAME 'ha_mroonga �� MRN_PLUGIN_SUFFIX@';
 
 DROP FUNCTION IF EXISTS last_insert_grn_id;
 CREATE FUNCTION last_insert_grn_id RETURNS INTEGER

  Modified: data/uninstall.sql (+1 -1)
===================================================================
--- data/uninstall.sql    2014-08-14 17:57:27 +0900 (482e3c0)
+++ data/uninstall.sql    2014-08-14 18:51:56 +0900 (b79e6c0)
@@ -3,6 +3,6 @@ DROP FUNCTION IF EXISTS mroonga_snippet;
 DROP FUNCTION IF EXISTS mroonga_command;
 DROP FUNCTION IF EXISTS mroonga_escape;
 
-UNINSTALL PLUGIN mroonga;
+UNINSTALL PLUGIN Mroonga;
 
 FLUSH TABLES;
-------------- next part --------------
HTML����������������������������...
Download 



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