Update to MySQL 5.1.34
This commit is contained in:
parent
d87f3fc06c
commit
82ab89f3ab
@ -1 +1 @@
|
|||||||
mysql-5.1.33.tar.gz
|
mysql-5.1.34.tar.gz
|
||||||
|
@ -7,12 +7,12 @@ http://bugs.mysql.com/bug.php?id=42144
|
|||||||
For the moment, just disable this test.
|
For the moment, just disable this test.
|
||||||
|
|
||||||
|
|
||||||
diff -Naur mysql-5.1.33.orig/mysql-test/t/disabled.def mysql-5.1.33/mysql-test/t/disabled.def
|
diff -Naur mysql-5.1.34.orig/mysql-test/t/disabled.def mysql-5.1.34/mysql-test/t/disabled.def
|
||||||
--- mysql-5.1.33.orig/mysql-test/t/disabled.def 2009-03-13 18:39:40.000000000 -0400
|
--- mysql-5.1.34.orig/mysql-test/t/disabled.def 2009-03-31 11:26:07.000000000 -0400
|
||||||
+++ mysql-5.1.33/mysql-test/t/disabled.def 2009-04-07 17:20:13.000000000 -0400
|
+++ mysql-5.1.34/mysql-test/t/disabled.def 2009-05-15 20:02:24.000000000 -0400
|
||||||
@@ -11,3 +11,5 @@
|
@@ -13,3 +13,5 @@
|
||||||
##############################################################################
|
|
||||||
kill : Bug#37780 2008-12-03 HHunger need some changes to be robust enough for pushbuild.
|
|
||||||
innodb_bug39438 : BUG#42383 2009-01-28 lsoares "This fails in embedded and on windows. Note that this test is not run on windows and on embedded in PB for main trees currently"
|
innodb_bug39438 : BUG#42383 2009-01-28 lsoares "This fails in embedded and on windows. Note that this test is not run on windows and on embedded in PB for main trees currently"
|
||||||
|
#concurrent_innodb_safelog: disabled for embedded server due to bug#43733 Select on processlist let the embedded server crash (concurrent_innodb_safelog).
|
||||||
|
#concurrent_innodb_unsafelog: disabled for embedded server due to bug#43733.
|
||||||
+#
|
+#
|
||||||
+plugin_load : gives wrong answer on PPC64
|
+plugin_load : gives wrong answer on PPC64
|
||||||
|
@ -66,7 +66,7 @@ start(){
|
|||||||
# Rather than assuming we know a valid username, accept an "access
|
# Rather than assuming we know a valid username, accept an "access
|
||||||
# denied" response as meaning the server is functioning.
|
# denied" response as meaning the server is functioning.
|
||||||
if [ $ret -eq 0 ]; then
|
if [ $ret -eq 0 ]; then
|
||||||
STARTTIMEOUT=30
|
STARTTIMEOUT=60
|
||||||
while [ $STARTTIMEOUT -gt 0 ]; do
|
while [ $STARTTIMEOUT -gt 0 ]; do
|
||||||
RESPONSE=`/usr/bin/mysqladmin --socket="$socketfile" --user=UNKNOWN_MYSQL_USER ping 2>&1` && break
|
RESPONSE=`/usr/bin/mysqladmin --socket="$socketfile" --user=UNKNOWN_MYSQL_USER ping 2>&1` && break
|
||||||
echo "$RESPONSE" | grep -q "Access denied for user" && break
|
echo "$RESPONSE" | grep -q "Access denied for user" && break
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
Name: mysql
|
Name: mysql
|
||||||
Version: 5.1.33
|
Version: 5.1.34
|
||||||
Release: 2%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: MySQL client programs and shared libraries
|
Summary: MySQL client programs and shared libraries
|
||||||
Group: Applications/Databases
|
Group: Applications/Databases
|
||||||
URL: http://www.mysql.com
|
URL: http://www.mysql.com
|
||||||
@ -639,6 +639,11 @@ fi
|
|||||||
%{_mandir}/man1/mysql_client_test.1*
|
%{_mandir}/man1/mysql_client_test.1*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri May 15 2009 Tom Lane <tgl@redhat.com> 5.1.34-1
|
||||||
|
* Update to MySQL 5.1.34, for various fixes described at
|
||||||
|
http://dev.mysql.com/doc/refman/5.1/en/news-5-1-34.html
|
||||||
|
* Increase startup timeout per bug #472222
|
||||||
|
|
||||||
* Wed Apr 15 2009 Tom Lane <tgl@redhat.com> 5.1.33-2
|
* Wed Apr 15 2009 Tom Lane <tgl@redhat.com> 5.1.33-2
|
||||||
- Increase stack size of ndbd threads for safety's sake.
|
- Increase stack size of ndbd threads for safety's sake.
|
||||||
Related: #494631
|
Related: #494631
|
||||||
|
Loading…
Reference in New Issue
Block a user