Update to MySQL 4.1.9.
This commit is contained in:
parent
942607bce9
commit
7b606d4314
@ -1 +1 @@
|
|||||||
mysql-4.1.7.tar.gz
|
mysql-4.1.9.tar.gz
|
||||||
|
@ -6,10 +6,10 @@ on a 32-bit, else they will interfere with each other. Also increase a
|
|||||||
timeout that has been observed to get violated under heavy load.
|
timeout that has been observed to get violated under heavy load.
|
||||||
|
|
||||||
|
|
||||||
diff -Naur mysql-4.1.7.orig/mysql-test/mysql-test-run.sh mysql-4.1.7/mysql-test/mysql-test-run.sh
|
diff -Naur mysql-4.1.9.orig/mysql-test/mysql-test-run.sh mysql-4.1.9/mysql-test/mysql-test-run.sh
|
||||||
--- mysql-4.1.7.orig/mysql-test/mysql-test-run.sh 2004-10-23 03:28:47.000000000 -0400
|
--- mysql-4.1.9.orig/mysql-test/mysql-test-run.sh 2005-01-11 17:06:03.000000000 -0500
|
||||||
+++ mysql-4.1.7/mysql-test/mysql-test-run.sh 2004-12-21 15:51:11.000000000 -0500
|
+++ mysql-4.1.9/mysql-test/mysql-test-run.sh 2005-01-15 19:44:10.780699826 -0500
|
||||||
@@ -199,12 +199,24 @@
|
@@ -200,12 +200,24 @@
|
||||||
|
|
||||||
MASTER_RUNNING=0
|
MASTER_RUNNING=0
|
||||||
MASTER1_RUNNING=0
|
MASTER1_RUNNING=0
|
||||||
@ -39,12 +39,9 @@ diff -Naur mysql-4.1.7.orig/mysql-test/mysql-test-run.sh mysql-4.1.7/mysql-test/
|
|||||||
MYSQL_MANAGER_PW_FILE=$MYSQL_TEST_DIR/var/tmp/manager.pwd
|
MYSQL_MANAGER_PW_FILE=$MYSQL_TEST_DIR/var/tmp/manager.pwd
|
||||||
MYSQL_MANAGER_LOG=$MYSQL_TEST_DIR/var/log/manager.log
|
MYSQL_MANAGER_LOG=$MYSQL_TEST_DIR/var/log/manager.log
|
||||||
MYSQL_MANAGER_USER=root
|
MYSQL_MANAGER_USER=root
|
||||||
@@ -227,9 +239,9 @@
|
@@ -230,7 +242,7 @@
|
||||||
SLEEP_TIME_AFTER_RESTART=1
|
|
||||||
SLEEP_TIME_FOR_DELETE=10
|
|
||||||
SLEEP_TIME_FOR_FIRST_MASTER=400 # Enough time to create innodb tables
|
SLEEP_TIME_FOR_FIRST_MASTER=400 # Enough time to create innodb tables
|
||||||
-SLEEP_TIME_FOR_SECOND_MASTER=30
|
SLEEP_TIME_FOR_SECOND_MASTER=400
|
||||||
+SLEEP_TIME_FOR_SECOND_MASTER=60
|
|
||||||
SLEEP_TIME_FOR_FIRST_SLAVE=400
|
SLEEP_TIME_FOR_FIRST_SLAVE=400
|
||||||
-SLEEP_TIME_FOR_SECOND_SLAVE=30
|
-SLEEP_TIME_FOR_SECOND_SLAVE=30
|
||||||
+SLEEP_TIME_FOR_SECOND_SLAVE=60
|
+SLEEP_TIME_FOR_SECOND_SLAVE=60
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
Name: mysql
|
Name: mysql
|
||||||
Version: 4.1.7
|
Version: 4.1.9
|
||||||
Release: 10
|
Release: 1
|
||||||
Source0: http://dev.mysql.com/get/Downloads/MySQL-4.1/mysql-%{version}.tar.gz
|
Source0: http://dev.mysql.com/get/Downloads/MySQL-4.1/mysql-%{version}.tar.gz
|
||||||
Source1: mysql.init
|
Source1: mysql.init
|
||||||
Source2: mysql.logrotate
|
Source2: mysql.logrotate
|
||||||
@ -357,6 +357,9 @@ fi
|
|||||||
%{_datadir}/sql-bench
|
%{_datadir}/sql-bench
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sat Jan 15 2005 Tom Lane <tgl@redhat.com> 4.1.9-1
|
||||||
|
- Update to MySQL 4.1.9.
|
||||||
|
|
||||||
* Wed Jan 12 2005 Tom Lane <tgl@redhat.com> 4.1.7-10
|
* Wed Jan 12 2005 Tom Lane <tgl@redhat.com> 4.1.7-10
|
||||||
- Don't assume /etc/my.cnf will specify pid-file (bz#143724)
|
- Don't assume /etc/my.cnf will specify pid-file (bz#143724)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user