diff options
author | Remi Collet <fedora@famillecollet.com> | 2017-02-11 11:48:04 +0100 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2017-02-11 11:48:04 +0100 |
commit | cc426cff465c5e67cc7ae21af2ca6924ed59db20 (patch) | |
tree | 88e02fdc8779c3a39e5474c12f4754e9b4708994 /mysql-strmov.patch | |
parent | bb5aa75b1d4c9589faf6dd1e1bba74f65a06656b (diff) |
Diffstat (limited to 'mysql-strmov.patch')
-rw-r--r-- | mysql-strmov.patch | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/mysql-strmov.patch b/mysql-strmov.patch index 07e5914..7aa3ed1 100644 --- a/mysql-strmov.patch +++ b/mysql-strmov.patch @@ -13,9 +13,10 @@ of any real performance gain from optimizing these calls. So I'm keeping this patch. ---- mysql-5.1.54/include/m_string.h.orig 2010-11-29 11:38:01.000000000 +0100 -+++ mysql-5.1.54/include/m_string.h 2010-12-16 17:52:57.914976701 +0100 -@@ -73,14 +73,6 @@ +diff -Naur mysql-5.1.61.orig/include/m_string.h mysql-5.1.61/include/m_string.h +--- mysql-5.1.61.orig/include/m_string.h 2011-12-16 14:06:02.000000000 -0500 ++++ mysql-5.1.61/include/m_string.h 2012-02-03 15:33:26.044959627 -0500 +@@ -75,15 +75,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 NEAR _dig_vec_upper[]; + extern char NEAR _dig_vec_lower[]; |