Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Eric Sandall (e770a401d422d6a413ff15927664328c84361107)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Eric Sandall <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Eric Sandall (e770a401d422d6a413ff15927664328c84361107)
  • Date: Wed, 15 Apr 2009 23:57:08 -0500

GIT changes to master grimoire by Eric Sandall <sandalle AT sourcemage.org>:

database/mysql/HISTORY | 4 ++++
database/mysql/PRE_BUILD | 2 +-
database/mysql/big_tables.patch | 7 ++++---
3 files changed, 9 insertions(+), 4 deletions(-)

New commits:
commit e770a401d422d6a413ff15927664328c84361107
Author: Eric Sandall <sandalle AT sourcemage.org>
Commit: Eric Sandall <sandalle AT sourcemage.org>

mysql: Synched big_tables.patch to 5.1.32

diff --git a/database/mysql/HISTORY b/database/mysql/HISTORY
index 21d46e4..aab3feb 100644
--- a/database/mysql/HISTORY
+++ b/database/mysql/HISTORY
@@ -1,3 +1,7 @@
+2009-04-15 Eric Sandall <sandalle AT sourcemage.org>
+ * big_tables.patch: Synched to 5.1.32
+ * PRE_BUILD: Use -p1 for big_tables.patch
+
2009-04-11 Eric Sandall <sandalle AT sourcemage.org>
* DETAILS: Old is now 5.0.x and new is 5.1.x
* DEPENDS: 5.1.x uses --with-ssl instead of --with-openssl
diff --git a/database/mysql/PRE_BUILD b/database/mysql/PRE_BUILD
index c0f708d..a28c410 100755
--- a/database/mysql/PRE_BUILD
+++ b/database/mysql/PRE_BUILD
@@ -1,7 +1,7 @@
default_pre_build &&
cd $SOURCE_DIRECTORY &&

-patch -p0 < "$SPELL_DIRECTORY/big_tables.patch" &&
+patch -p1 < "$SPELL_DIRECTORY/big_tables.patch" &&

sedit 's:$(libdir)/@PACKAGE@:$(libdir):' libmysql/Makefile.in &&
sedit 's:$(libdir)/@PACKAGE@:$(libdir):' libmysql_r/Makefile.in
diff --git a/database/mysql/big_tables.patch b/database/mysql/big_tables.patch
index c1ac81f..836ede1 100644
--- a/database/mysql/big_tables.patch
+++ b/database/mysql/big_tables.patch
@@ -1,6 +1,7 @@
---- include/my_base.h.orig 2009-01-30 00:42:12.000000000 +0300
-+++ include/my_base.h 2009-02-20 02:06:46.452883556 +0300
-@@ -41,6 +41,15 @@
+diff -Naur mysql-5.1.32.orig/include/my_base.h mysql-5.1.32/include/my_base.h
+--- mysql-5.1.32.orig/include/my_base.h 2009-04-15 21:14:57.795163964
-0700
++++ mysql-5.1.32/include/my_base.h 2009-04-15 21:15:17.947918898 -0700
+@@ -36,6 +36,15 @@
#endif /* stdin */
#include <my_list.h>




  • [SM-Commit] GIT changes to master grimoire by Eric Sandall (e770a401d422d6a413ff15927664328c84361107), Eric Sandall, 04/16/2009

Archive powered by MHonArc 2.6.24.

Top of Page