diff options
author | Alex Dupre <ale@FreeBSD.org> | 2004-06-01 07:15:09 +0000 |
---|---|---|
committer | Alex Dupre <ale@FreeBSD.org> | 2004-06-01 07:15:09 +0000 |
commit | eff0021f23748979a14d15ff8d48b4e9ea0a01fc (patch) | |
tree | 0783c546549a7063f5a0211a0d27d3c6195c8f5d /databases/mysql41-server/files/patch-scripts::Makefile.in | |
parent | Update to 1.3.15 with a lot of new backend features including a redone (diff) |
- Update to 4.1.2 release
- Add experimental WITH_PROC_SCOPE_PTH knob to use process scope
threads instead of system scope threads with libpthread
Notes
Notes:
svn path=/head/; revision=110578
Diffstat (limited to 'databases/mysql41-server/files/patch-scripts::Makefile.in')
-rw-r--r-- | databases/mysql41-server/files/patch-scripts::Makefile.in | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/databases/mysql41-server/files/patch-scripts::Makefile.in b/databases/mysql41-server/files/patch-scripts::Makefile.in index a7e83fd3d258..961fbb5898e2 100644 --- a/databases/mysql41-server/files/patch-scripts::Makefile.in +++ b/databases/mysql41-server/files/patch-scripts::Makefile.in @@ -1,6 +1,6 @@ ---- scripts/Makefile.in.orig Tue Mar 2 12:24:51 2004 -+++ scripts/Makefile.in Tue Mar 2 12:25:28 2004 -@@ -203,25 +203,7 @@ +--- scripts/Makefile.in.orig Fri May 28 21:38:37 2004 ++++ scripts/Makefile.in Mon May 31 15:14:31 2004 +@@ -276,26 +276,7 @@ vio_dir = @vio_dir@ vio_libs = @vio_libs@ @@ -22,12 +22,13 @@ - mysql_tableinfo \ - mysqld_multi \ - make_win_src_distribution \ +- make_win_binary_distribution \ - mysql_create_system_tables +bin_SCRIPTS = EXTRA_SCRIPTS = make_binary_distribution.sh \ -@@ -254,7 +236,7 @@ +@@ -329,7 +310,7 @@ mysqlbug @@ -36,7 +37,7 @@ # mysqlbug should be distributed built so that people can report build # failures with it. -@@ -510,8 +492,6 @@ +@@ -605,8 +586,6 @@ all: fill_help_tables.sql make_win_src_distribution make_binary_distribution make_sharedlib_distribution |