summaryrefslogtreecommitdiffstats
path: root/mysql-5.5-strmov.patch
diff options
context:
space:
mode:
authorRemi Collet <fedora@famillecollet.com>2010-12-28 11:50:59 +0100
committerRemi Collet <fedora@famillecollet.com>2010-12-28 11:50:59 +0100
commitccb0cfc6e9c7ee189f3a2eee5830880a93a81186 (patch)
tree14b1c5e19e67e88f54f13d464edeed9f54f257e8 /mysql-5.5-strmov.patch
parent825ee5d466fa35eb2acf1658483c9fe8841b60a5 (diff)
sync mysql 5.5.8 with rawhide
Diffstat (limited to 'mysql-5.5-strmov.patch')
-rw-r--r--mysql-5.5-strmov.patch10
1 files changed, 6 insertions, 4 deletions
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[];