[Groonga-mysql-commit] mroonga/mroonga at cecae9d [master] rpm: don't drop undefined UDF on upgrade

アーカイブの一覧に戻る

HAYASHI Kentaro null+****@clear*****
Mon Sep 2 10:53:32 JST 2013


HAYASHI Kentaro	2013-09-02 10:53:32 +0900 (Mon, 02 Sep 2013)

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

  Message:
    rpm: don't drop undefined UDF on upgrade
    
    refs #1918

  Modified files:
    packages/rpm/centos/mysql-mroonga.spec.in
    packages/rpm/fedora/mariadb-mroonga.spec.in
    packages/rpm/fedora/mysql-mroonga.spec.in

  Modified: packages/rpm/centos/mysql-mroonga.spec.in (+0 -1)
===================================================================
--- packages/rpm/centos/mysql-mroonga.spec.in    2013-08-28 16:15:32 +0900 (5e1f572)
+++ packages/rpm/centos/mysql-mroonga.spec.in    2013-09-02 10:53:32 +0900 (d6a2100)
@@ -127,7 +127,6 @@ if [ "$1" = 2 ] ; then
     DROP FUNCTION mroonga_snippet;
     DROP FUNCTION last_insert_grn_id;
     DROP FUNCTION mroonga_command;
-    DROP FUNCTION mroonga_escape;
     UNINSTALL PLUGIN mroonga;
     FLUSH TABLES;
     "

  Modified: packages/rpm/fedora/mariadb-mroonga.spec.in (+0 -1)
===================================================================
--- packages/rpm/fedora/mariadb-mroonga.spec.in    2013-08-28 16:15:32 +0900 (f303068)
+++ packages/rpm/fedora/mariadb-mroonga.spec.in    2013-09-02 10:53:32 +0900 (cd316e9)
@@ -73,7 +73,6 @@ if [ "$1" = 2 ] ; then
     DROP FUNCTION mroonga_snippet;
     DROP FUNCTION last_insert_grn_id;
     DROP FUNCTION mroonga_command;
-    DROP FUNCTION mroonga_escape;
     UNINSTALL PLUGIN mroonga;
     FLUSH TABLES;
     "

  Modified: packages/rpm/fedora/mysql-mroonga.spec.in (+0 -1)
===================================================================
--- packages/rpm/fedora/mysql-mroonga.spec.in    2013-08-28 16:15:32 +0900 (9a06616)
+++ packages/rpm/fedora/mysql-mroonga.spec.in    2013-09-02 10:53:32 +0900 (1174b98)
@@ -73,7 +73,6 @@ if [ "$1" = 2 ] ; then
     DROP FUNCTION mroonga_snippet;
     DROP FUNCTION last_insert_grn_id;
     DROP FUNCTION mroonga_command;
-    DROP FUNCTION mroonga_escape;
     UNINSTALL PLUGIN mroonga;
     FLUSH TABLES;
     "
-------------- next part --------------
HTML����������������������������...
ダウンロード 



More information about the Groonga-mysql-commit mailing list
アーカイブの一覧に戻る