Remove patches no longer relevant to 5.2.6 after they were

incorporated upstream
This commit is contained in:
Doug Barton 2011-06-07 00:06:41 +00:00
parent b6c40bb455
commit 2519ee2c5e
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=275165
2 changed files with 0 additions and 23 deletions

View file

@ -1,11 +0,0 @@
--- extra/yassl/src/yassl_error.cpp.orig 2011-03-01 22:22:55.000000000 -0800
+++ extra/yassl/src/yassl_error.cpp 2011-05-31 16:50:56.000000000 -0700
@@ -128,7 +128,7 @@
break;
case badVersion_error :
- strncpy(buffer, "protocl version mismatch", max);
+ strncpy(buffer, "protocol version mismatch", max);
break;
case compress_error :

View file

@ -1,12 +0,0 @@
--- sql/mysqld.cc.orig 2011-03-01 22:24:07.000000000 -0800
+++ sql/mysqld.cc 2011-05-31 16:50:56.000000000 -0700
@@ -744,9 +744,7 @@
/* Static variables */
static bool kill_in_progress, segfaulted;
-#ifdef HAVE_STACKTRACE
static my_bool opt_stack_trace;
-#endif /* HAVE_STACKTRACE */
static my_bool opt_bootstrap, opt_myisam_log;
static int cleanup_done;
static ulong opt_specialflag, opt_myisam_block_size;