Navigation Menu

Skip to content

Commit

Permalink
rpm: don't drop undefined UDF on upgrade
Browse files Browse the repository at this point in the history
refs #1918
  • Loading branch information
kenhys committed Sep 2, 2013
1 parent f006f9e commit cecae9d
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion packages/rpm/centos/mysql-mroonga.spec.in
Expand Up @@ -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;
"
Expand Down
1 change: 0 additions & 1 deletion packages/rpm/fedora/mariadb-mroonga.spec.in
Expand Up @@ -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;
"
Expand Down
1 change: 0 additions & 1 deletion packages/rpm/fedora/mysql-mroonga.spec.in
Expand Up @@ -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;
"
Expand Down

0 comments on commit cecae9d

Please sign in to comment.