]> git.pld-linux.org Git - packages/mysql.git/blob - big_tables_fixlp284123_fixmysql35346.patch
rel 6
[packages/mysql.git] / big_tables_fixlp284123_fixmysql35346.patch
1 Index: mysql-5.0.67/include/my_base.h
2 ===================================================================
3 --- mysql-5.0.67.orig/include/my_base.h
4 +++ mysql-5.0.67/include/my_base.h
5 @@ -41,6 +41,15 @@
6  #endif /* stdin */
7  #include <my_list.h>
8  
9 +/*
10 +  Clean workaround for inconsistent BIG_TABLES define issue
11 +  https://bugs.launchpad.net/ourdelta/+bug/284123
12 +  http://bugs.mysql.com/35346
13 +  Author: Antony Curtis, patch created by Arjen Lentz
14 +*/
15 +#undef BIG_TABLES
16 +#define BIG_TABLES 1
17 +
18  /* The following is bits in the flag parameter to ha_open() */
19  
20  #define HA_OPEN_ABORT_IF_LOCKED                0       /* default */
21 Index: mysql-5.0.67/patch_info/big_tables_fixlp284123_fixmysql35346.info
22 ===================================================================
23 --- /dev/null
24 +++ mysql-5.0.67/patch_info/big_tables_fixlp284123_fixmysql35346.info
25 @@ -0,0 +1,6 @@
26 +File=big_tables_fixlp284123_fixmysql35346.patch
27 +Name=Fix for http://bugs.mysql.com/35346 (BIG_TABLES define)
28 +Version=1.0
29 +Author=Antony Curtis <atcurtis@mac.com>
30 +License=N/A
31 +Comment=Patch created by Arjen Lentz <arjen@openquery.com>
This page took 0.025567 seconds and 3 git commands to generate.