Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Faustin Lammler
mariadb-10.1
Commits
90d41745
Commit
90d41745
authored
Mar 12, 2016
by
Otto Kekäläinen
Browse files
Fix typo in Mroonga prerm script
parent
59da91ed
Changes
2
Hide whitespace changes
Inline
Side-by-side
debian/changelog
View file @
90d41745
...
@@ -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
...
...
debian/mariadb-plugin-mroonga.prerm
View file @
90d41745
...
@@ -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/
un
install.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
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment