From bc6c3c991044d506067502446ca759e5659c200e Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Sat, 28 Aug 2010 19:35:39 +0200 Subject: MySQL: add patch for missing header --- mysql-missing-string-code.patch | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'mysql-missing-string-code.patch') diff --git a/mysql-missing-string-code.patch b/mysql-missing-string-code.patch index dd54f8e..4627760 100644 --- a/mysql-missing-string-code.patch +++ b/mysql-missing-string-code.patch @@ -1,8 +1,9 @@ Crude workaround for bug #587170. There are probably better ways ... ---- mysql-5.1.50/storage/federated/Makefile.am.orig 2010-08-03 19:24:29.000000000 +0200 -+++ mysql-5.1.50/storage/federated/Makefile.am 2010-08-20 16:43:51.151715305 +0200 +diff -Naur mysql-5.1.50.orig/storage/federated/Makefile.am mysql-5.1.50/storage/federated/Makefile.am +--- mysql-5.1.50.orig/storage/federated/Makefile.am 2010-08-03 13:24:29.000000000 -0400 ++++ mysql-5.1.50/storage/federated/Makefile.am 2010-08-27 23:49:22.280394828 -0400 @@ -38,6 +38,7 @@ ha_federated_la_CXXFLAGS= $(AM_CXXFLAGS) -DMYSQL_DYNAMIC_PLUGIN ha_federated_la_CFLAGS = $(AM_CFLAGS) -DMYSQL_DYNAMIC_PLUGIN -- cgit