Navigation Menu

Skip to content

Commit

Permalink
rpm: add missing "DROP FUNCTION mroonga_snippet"
Browse files Browse the repository at this point in the history
Reported by @tokuhy. Thanks!!!
  • Loading branch information
kou committed Oct 22, 2012
1 parent 97b48a4 commit 1e09644
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
6 changes: 6 additions & 0 deletions packages/rpm/centos/mysql-mroonga.spec.in
Expand Up @@ -149,6 +149,7 @@ eval $command || \
%preun
if [ "$1" = 0 ]; then
sql="
DROP FUNCTION mroonga_snippet;
DROP FUNCTION last_insert_grn_id;
UNINSTALL PLUGIN mroonga;
FLUSH TABLES;
Expand All @@ -172,6 +173,11 @@ fi
%doc mysql-mroonga-doc/*

%changelog
* Mon Oct 29 2012 HAYASHI Kentaro <hayashi@clear-code.com> - 2.08-0
- new upstream release.
- add missing "DROP FUNCTION mroonga_snippet".
Reported by @tokuhy. Thanks!!!

* Sat Sep 29 2012 HAYASHI Kentaro <hayashi@clear-code.com> - 2.07-0
- new upstream release.

Expand Down
6 changes: 6 additions & 0 deletions packages/rpm/fedora/mysql-mroonga.spec.in
Expand Up @@ -95,6 +95,7 @@ eval $command || \
%preun
if [ "$1" = 0 ]; then
sql="
DROP FUNCTION mroonga_snippet;
DROP FUNCTION last_insert_grn_id;
UNINSTALL PLUGIN mroonga;
FLUSH TABLES;
Expand All @@ -118,6 +119,11 @@ fi
%doc mysql-mroonga-doc/*

%changelog
* Mon Oct 29 2012 HAYASHI Kentaro <hayashi@clear-code.com> - 2.08-0
- new upstream release.
- add missing "DROP FUNCTION mroonga_snippet".
Reported by @tokuhy. Thanks!!!

* Sat Sep 29 2012 HAYASHI Kentaro <hayashi@clear-code.com> - 2.07-0
- new upstream release.

Expand Down

0 comments on commit 1e09644

Please sign in to comment.