From 5c5dc27ac7bb5c5e106502705a998674b9627e11 Mon Sep 17 00:00:00 2001 From: Dirk Froemberg Date: Thu, 19 Oct 2000 09:17:57 +0000 Subject: Upgrade to MySQL-3.23.24 after repository copy from mysql322-client and mysql322-server. - mit-pthread support was dropped. - libmysqlclient.so.9 was renamed to libmysqlclient.so.6 (like the one coming with MySQL-3.22.x) so ports depending on MySQL having a chance of using 3.23.x if installed. mysql322-(client|server) and mysql323-(client|server) can't be installed at the same time, of course. --- databases/percona55-server/files/patch-ab | 35 ++++++++++++------------------- 1 file changed, 13 insertions(+), 22 deletions(-) (limited to 'databases/percona55-server/files/patch-ab') diff --git a/databases/percona55-server/files/patch-ab b/databases/percona55-server/files/patch-ab index 1fd66bbe0cad..dfeb77aaa3f9 100644 --- a/databases/percona55-server/files/patch-ab +++ b/databases/percona55-server/files/patch-ab @@ -1,24 +1,15 @@ ---- scripts/mysql_install_db.sh.orig Wed Jan 12 21:06:30 2000 -+++ scripts/mysql_install_db.sh Sun Mar 26 23:20:27 2000 -@@ -15,8 +15,6 @@ - force=0 - IN_RPM=0 - --# Are we doing an rpm install? --if test "$1" = "-IN-RPM"; then IN_RPM=1; shift; fi - if test "$1" = "--force"; then force=1; shift; fi - - # Get mysqld/safe_mysqld options from /etc/my.cnf or ~/.my.cnf -@@ -60,8 +58,6 @@ - fi - fi - --# On IRIX hostname is in /usr/bsd so add this to the path --PATH=$PATH:/usr/bsd - hostname=`hostname` # Install this too in the user table - - # Check if hostname is valid -@@ -255,12 +251,6 @@ +--- scripts/mysql_install_db.sh.orig Fri Sep 8 09:50:24 2000 ++++ scripts/mysql_install_db.sh Sat Sep 23 21:13:37 2000 +@@ -21,8 +21,6 @@ + case "$1" in + -*) eqvalue="`echo $1 |sed 's/[-_a-zA-Z0-9]*=//'`" + case "$1" in +- -IN-RPM) IN_RPM=1 +- ;; + --force) force=1 + ;; + --no-defaults) defaults="$1"; CONFIG_FILES=/nonexistent +@@ -304,12 +302,6 @@ END_OF_DATA then echo "" @@ -30,4 +21,4 @@ - fi echo "PLEASE REMEMBER TO SET A PASSWORD FOR THE MySQL root USER !" echo "This is done with:" - echo "$bindir/mysqladmin -u root password 'new-password'" + echo "$bindir/mysqladmin -u root -p password 'new-password'" -- cgit v1.2.3