Commit 90d41745 authored by Otto Kekäläinen's avatar Otto Kekäläinen
Browse files

Fix typo in Mroonga prerm script

parent 59da91ed
...@@ -2,6 +2,7 @@ mariadb-10.0 (10.0.24-5) UNRELEASED; urgency=low ...@@ -2,6 +2,7 @@ mariadb-10.0 (10.0.24-5) UNRELEASED; urgency=low
* Disable sporadically failing rpl_binlog_index test on PowerPC. * Disable sporadically failing rpl_binlog_index test on PowerPC.
* Disable another sporadic on amd64 and update all Jira links. * Disable another sporadic on amd64 and update all Jira links.
* Fix typo in Mroonga prerm script.
-- Otto Kekäläinen <otto@debian.org> Fri, 11 Mar 2016 10:54:15 +0200 -- Otto Kekäläinen <otto@debian.org> Fri, 11 Mar 2016 10:54:15 +0200
......
...@@ -5,7 +5,7 @@ set -e ...@@ -5,7 +5,7 @@ set -e
# Install Mroonga # Install Mroonga
# No user or password parameter is required with new MariaDB that # No user or password parameter is required with new MariaDB that
# has unix socket authentication support by default. # has unix socket authentication support by default.
mysql < /usr/share/mysql/mroonga/install.sql || true mysql < /usr/share/mysql/mroonga/uninstall.sql || true
# Always exit with success instead of leaving dpkg in a broken state # Always exit with success instead of leaving dpkg in a broken state
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment