diff options
author | ale <ale@FreeBSD.org> | 2006-03-17 15:06:04 +0800 |
---|---|---|
committer | ale <ale@FreeBSD.org> | 2006-03-17 15:06:04 +0800 |
commit | c629ca332e82eda8b5a46cb004983621e8b5d8d8 (patch) | |
tree | 1a1b3219f201b4eb4d8b7337f04a509a05ab6c9b /databases/mysql55-server/files | |
parent | bf6ce9b408b535e52b7b7405d8e835d030b07177 (diff) | |
download | freebsd-ports-gnome-c629ca332e82eda8b5a46cb004983621e8b5d8d8.tar.gz freebsd-ports-gnome-c629ca332e82eda8b5a46cb004983621e8b5d8d8.tar.zst freebsd-ports-gnome-c629ca332e82eda8b5a46cb004983621e8b5d8d8.zip |
Update to 5.1.7 beta release:
- add mysql_upgrade script to update the databases from an earlier (even minor) release
Diffstat (limited to 'databases/mysql55-server/files')
-rw-r--r-- | databases/mysql55-server/files/patch-scripts::Makefile.in | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/databases/mysql55-server/files/patch-scripts::Makefile.in b/databases/mysql55-server/files/patch-scripts::Makefile.in index dd0d6964ae12..6548d492fc3c 100644 --- a/databases/mysql55-server/files/patch-scripts::Makefile.in +++ b/databases/mysql55-server/files/patch-scripts::Makefile.in @@ -1,6 +1,6 @@ ---- scripts/Makefile.in.orig Tue Jan 10 12:21:25 2006 -+++ scripts/Makefile.in Sat Jan 28 15:59:15 2006 -@@ -336,23 +336,7 @@ +--- scripts/Makefile.in.orig Mon Feb 27 22:26:54 2006 ++++ scripts/Makefile.in Thu Mar 16 08:04:00 2006 +@@ -342,24 +342,7 @@ yassl_libs_with_path = @yassl_libs_with_path@ yassl_taocrypt_extra_cxxflags = @yassl_taocrypt_extra_cxxflags@ zlib_dir = @zlib_dir@ @@ -19,13 +19,14 @@ - mysqlhotcopy \ - mysqldumpslow \ - mysql_explain_log \ +- mysql_upgrade \ - mysqld_multi \ - mysql_create_system_tables +bin_SCRIPTS = noinst_SCRIPTS = make_binary_distribution \ make_sharedlib_distribution \ -@@ -384,7 +368,7 @@ +@@ -392,7 +375,7 @@ mysqlaccess.conf \ mysqlbug |