summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJorge Manuel B. S. Vicetto (jmbsvicetto) <jmbsvicetto@gentoo.org>2011-02-17 00:23:09 -0100
committerJorge Manuel B. S. Vicetto (jmbsvicetto) <jmbsvicetto@gentoo.org>2011-02-17 00:23:09 -0100
commit8857534d098e5801748d5c960d7d3f8422cbe61e (patch)
tree00d559c0d4f74ef96a5666e03bb09f8378cd4ac0
parentUpdated the 02040_all_embedded-library-shared patch for the 5.0.92 release. (diff)
downloadmysql-extras-8857534d098e5801748d5c960d7d3f8422cbe61e.tar.gz
mysql-extras-8857534d098e5801748d5c960d7d3f8422cbe61e.tar.bz2
mysql-extras-8857534d098e5801748d5c960d7d3f8422cbe61e.zip
Updated 07300_all_mysql_embedded_compilefix patch for 5.0.92 release.
-rw-r--r--00000_index.txt7
-rw-r--r--07300_all_mysql_embedded_compilefix-5.0.92.patch11
2 files changed, 17 insertions, 1 deletions
diff --git a/00000_index.txt b/00000_index.txt
index 19cb0f8..1aab7b7 100644
--- a/00000_index.txt
+++ b/00000_index.txt
@@ -659,7 +659,12 @@
@@ Bug #308999: Fix false positives with between OK/"Table is already up to date" output
@patch 07300_all_mysql_embedded_compilefix-5.0.91.patch
-@ver 5.00.91.00 to 5.00.99.99
+@ver 5.00.91.00 to 5.00.91.99
+@pn mysql
+@@ Compile fix for bug introduced by upstream in 5.0.91
+
+@patch 07300_all_mysql_embedded_compilefix-5.0.92.patch
+@ver 5.00.92.00 to 5.00.99.99
@pn mysql
@@ Compile fix for bug introduced by upstream in 5.0.91
diff --git a/07300_all_mysql_embedded_compilefix-5.0.92.patch b/07300_all_mysql_embedded_compilefix-5.0.92.patch
new file mode 100644
index 0000000..26a4c87
--- /dev/null
+++ b/07300_all_mysql_embedded_compilefix-5.0.92.patch
@@ -0,0 +1,11 @@
+diff -Nuar mysql-5.0.91.orig//sql/sql_parse.cc mysql-5.0.91//sql/sql_parse.cc
+--- mysql-5.0.91.orig//sql/sql_parse.cc 2010-05-05 14:07:10.000000000 +0000
++++ mysql-5.0.91//sql/sql_parse.cc 2010-05-21 20:29:16.714903163 +0000
+@@ -499,6 +499,7 @@
+ big packets indefinitely, this is a previously established behavior
+ that needs to be preserved as to not break backwards compatibility.
+ */
++#if defined(MYSQL_SERVER) && !defined(EMBEDDED_LIBRARY)
+ thd->net.skip_big_packet= TRUE;
+ #endif
+ /* Ready to handle queries */