SOURCES (MYSQL_5_0): mysql-lp284123.patch (NEW) - https://bugs.launchpad.ne...
glen
glen at pld-linux.org
Tue Nov 4 22:12:07 CET 2008
Author: glen Date: Tue Nov 4 21:12:07 2008 GMT
Module: SOURCES Tag: MYSQL_5_0
---- Log message:
- https://bugs.launchpad.net/pld-linux/+bug/284123
- http://bugs.mysql.com/bug.php?id=35346
---- Files affected:
SOURCES:
mysql-lp284123.patch (NONE -> 1.1.2.1) (NEW)
---- Diffs:
================================================================
Index: SOURCES/mysql-lp284123.patch
diff -u /dev/null SOURCES/mysql-lp284123.patch:1.1.2.1
--- /dev/null Tue Nov 4 22:12:08 2008
+++ SOURCES/mysql-lp284123.patch Tue Nov 4 22:12:02 2008
@@ -0,0 +1,18 @@
+--- mysql-5.0.67.orig/include/my_base.h
++++ mysql-5.0.67/include/my_base.h
+@@ -41,6 +41,15 @@
+ #endif /* stdin */
+ #include <my_list.h>
+
++/*
++ Clean workaround for inconsistent BIG_TABLES define issue
++ https://bugs.launchpad.net/ourdelta/+bug/284123
++ http://bugs.mysql.com/35346
++ Author: Antony Curtis, patch created by Arjen Lentz
++*/
++#undef BIG_TABLES
++#define BIG_TABLES 1
++
+ /* The following is bits in the flag parameter to ha_open() */
+
+ #define HA_OPEN_ABORT_IF_LOCKED 0 /* default */
================================================================
More information about the pld-cvs-commit
mailing list