From ccb0cfc6e9c7ee189f3a2eee5830880a93a81186 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 28 Dec 2010 11:50:59 +0100 Subject: sync mysql 5.5.8 with rawhide --- mysql-5.5-strmov.patch | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) (limited to 'mysql-5.5-strmov.patch') diff --git a/mysql-5.5-strmov.patch b/mysql-5.5-strmov.patch index faed43e..3d8ccec 100644 --- a/mysql-5.5-strmov.patch +++ b/mysql-5.5-strmov.patch @@ -13,9 +13,10 @@ of any real performance gain from optimizing these calls. So I'm keeping this patch. ---- mysql-5.5.8/include/m_string.h.orig 2010-12-03 18:58:24.000000000 +0100 -+++ mysql-5.5.8/include/m_string.h 2010-12-17 20:30:31.649497572 +0100 -@@ -74,14 +74,6 @@ +diff -Naur mysql-5.5.8.orig/include/m_string.h mysql-5.5.8/include/m_string.h +--- mysql-5.5.8.orig/include/m_string.h 2010-12-03 12:58:24.000000000 -0500 ++++ mysql-5.5.8/include/m_string.h 2010-12-20 21:39:13.905186372 -0500 +@@ -74,15 +74,6 @@ extern void *(*my_str_malloc)(size_t); extern void (*my_str_free)(void *); @@ -27,6 +28,7 @@ this patch. -extern char *stpcpy(char *, const char *); /* For AIX with gcc 2.95.3 */ -#endif -#endif - +- /* Declared in int2str() */ extern char _dig_vec_upper[]; + extern char _dig_vec_lower[]; -- cgit