Update to MySQL 5.1.41, also remove old_passwords=1

This commit is contained in:
Tom Lane 2009-11-24 05:04:04 +00:00 committed by Michal Schorm
parent 195f2c4413
commit 51519c66b4
5 changed files with 15 additions and 12 deletions

View File

@ -1 +1 @@
mysql-5.1.40.tar.gz
mysql-5.1.41.tar.gz

3
my.cnf
View File

@ -2,9 +2,6 @@
datadir=/var/lib/mysql
socket=/var/lib/mysql/mysql.sock
user=mysql
# Default to using old password format for compatibility with mysql 3.x
# clients (those using the mysqlclient10 compatibility package).
old_passwords=1
# To allow mysqld to connect to a MySQL Cluster management daemon, uncomment
# these lines and adjust the connectstring as needed.

View File

@ -11,13 +11,13 @@ platform-dependent results, with the "expected" results being arguably the
wrong ones. This is upstream at http://bugs.mysql.com/bug.php?id=46895
diff -Naur mysql-5.1.40.orig/mysql-test/t/disabled.def mysql-5.1.40/mysql-test/t/disabled.def
--- mysql-5.1.40.orig/mysql-test/t/disabled.def 2009-10-06 14:21:05.000000000 -0400
+++ mysql-5.1.40/mysql-test/t/disabled.def 2009-11-10 13:01:50.000000000 -0500
@@ -14,3 +14,6 @@
query_cache_28249 : Bug#43861 2009-03-25 main.query_cache_28249 fails sporadically
partition_innodb_builtin : Bug#32430 2009-09-25 mattiasj Waiting for push of Innodb changes
diff -Naur mysql-5.1.41.orig/mysql-test/t/disabled.def mysql-5.1.41/mysql-test/t/disabled.def
--- mysql-5.1.41.orig/mysql-test/t/disabled.def 2009-11-04 14:00:39.000000000 -0500
+++ mysql-5.1.41/mysql-test/t/disabled.def 2009-11-23 22:04:14.000000000 -0500
@@ -15,3 +15,6 @@
partition_innodb_plugin : Bug#32430 2009-09-25 mattiasj Waiting for push of Innodb changes
innodb-autoinc : Bug#48482 2009-11-02 svoj innodb-autoinc.test fails with results difference
rpl_killed_ddl : Bug#45520: rpl_killed_ddl fails sporadically in pb2
+#
+plugin_load : gives wrong answer on PPC64
+outfile_loaddata : gives different results on different platforms

View File

@ -1,5 +1,5 @@
Name: mysql
Version: 5.1.40
Version: 5.1.41
Release: 1%{?dist}
Summary: MySQL client programs and shared libraries
Group: Applications/Databases
@ -649,6 +649,12 @@ fi
%{_mandir}/man1/mysql_client_test.1*
%changelog
* Mon Nov 23 2009 Tom Lane <tgl@redhat.com> 5.1.41-1
- Update to MySQL 5.1.41, for various fixes described at
http://dev.mysql.com/doc/refman/5.1/en/news-5-1-41.html
- Don't set old_passwords=1; we aren't being bug-compatible with 3.23 anymore
Resolves: #540735
* Tue Nov 10 2009 Tom Lane <tgl@redhat.com> 5.1.40-1
- Update to MySQL 5.1.40, for various fixes described at
http://dev.mysql.com/doc/refman/5.1/en/news-5-1-40.html

View File

@ -1 +1 @@
32e7373c16271606007374396e6742ad mysql-5.1.40.tar.gz
b5d39e8789174753f3c782959729e68c mysql-5.1.41.tar.gz