summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Deutschmann <whissi@gentoo.org>2018-02-14 01:05:17 +0100
committerThomas Deutschmann <whissi@gentoo.org>2018-02-14 01:24:32 +0100
commitbb6f2115f03bcc765a2b1958016cbc1c6c9918c9 (patch)
treeee7ab78945da753fd214eb7b14b57c6625ac93bd /00000_index.txt
parentAdd patch to enable NUMA in MariaDB 10.1 (diff)
downloadmysql-extras-bb6f2115f03bcc765a2b1958016cbc1c6c9918c9.tar.gz
mysql-extras-bb6f2115f03bcc765a2b1958016cbc1c6c9918c9.tar.bz2
mysql-extras-bb6f2115f03bcc765a2b1958016cbc1c6c9918c9.zip
Add patch to fix invalid type in MySQL 5.5
Bug: https://bugs.gentoo.org/645894
Diffstat (limited to '00000_index.txt')
-rw-r--r--00000_index.txt6
1 files changed, 6 insertions, 0 deletions
diff --git a/00000_index.txt b/00000_index.txt
index 19fb8a1..b5d3ee4 100644
--- a/00000_index.txt
+++ b/00000_index.txt
@@ -926,3 +926,9 @@
@pn mysql
@pn mariadb
@@ Fix tests for Perl 5.26+ compatibility
+
+@patch 20030_all_mysql-5.5-fix-client-mysql-type.patch
+@ver 5.05.58.00 to 5.05.99.99
+@pn mysql
+@@ Fix type in mysql client
+@@ Bug 645894