mirror of
https://github.com/MariaDB/server.git
synced 2026-04-25 17:55:31 +02:00
Update Mroonga to the latest version on 2014-09-21T00:33:44+0900
This commit is contained in:
parent
989dd4d9ec
commit
0cc855cdc8
2027 changed files with 460307 additions and 0 deletions
10
storage/mroonga/packages/debian/mysql-server-mroonga.prerm
Executable file
10
storage/mroonga/packages/debian/mysql-server-mroonga.prerm
Executable file
|
|
@ -0,0 +1,10 @@
|
|||
#! /bin/sh
|
||||
|
||||
set -e
|
||||
|
||||
cat /usr/share/mroonga/uninstall.sql | \
|
||||
mysql --defaults-file=/etc/mysql/debian.cnf || true
|
||||
|
||||
#DEBHELPER#
|
||||
|
||||
exit 0
|
||||
Loading…
Add table
Add a link
Reference in a new issue