summaryrefslogtreecommitdiffstats
path: root/mysql-5.5-strmov.patch
diff options
context:
space:
mode:
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[];