Update to MySQL 5.1.41, also remove old_passwords=1
This commit is contained in:
parent
195f2c4413
commit
51519c66b4
@ -1 +1 @@
|
|||||||
mysql-5.1.40.tar.gz
|
mysql-5.1.41.tar.gz
|
||||||
|
3
my.cnf
3
my.cnf
@ -2,9 +2,6 @@
|
|||||||
datadir=/var/lib/mysql
|
datadir=/var/lib/mysql
|
||||||
socket=/var/lib/mysql/mysql.sock
|
socket=/var/lib/mysql/mysql.sock
|
||||||
user=mysql
|
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
|
# To allow mysqld to connect to a MySQL Cluster management daemon, uncomment
|
||||||
# these lines and adjust the connectstring as needed.
|
# these lines and adjust the connectstring as needed.
|
||||||
|
@ -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
|
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
|
diff -Naur mysql-5.1.41.orig/mysql-test/t/disabled.def mysql-5.1.41/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.41.orig/mysql-test/t/disabled.def 2009-11-04 14:00:39.000000000 -0500
|
||||||
+++ mysql-5.1.40/mysql-test/t/disabled.def 2009-11-10 13:01:50.000000000 -0500
|
+++ mysql-5.1.41/mysql-test/t/disabled.def 2009-11-23 22:04:14.000000000 -0500
|
||||||
@@ -14,3 +14,6 @@
|
@@ -15,3 +15,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
|
|
||||||
partition_innodb_plugin : Bug#32430 2009-09-25 mattiasj Waiting for push of Innodb changes
|
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
|
+plugin_load : gives wrong answer on PPC64
|
||||||
+outfile_loaddata : gives different results on different platforms
|
+outfile_loaddata : gives different results on different platforms
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
Name: mysql
|
Name: mysql
|
||||||
Version: 5.1.40
|
Version: 5.1.41
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: MySQL client programs and shared libraries
|
Summary: MySQL client programs and shared libraries
|
||||||
Group: Applications/Databases
|
Group: Applications/Databases
|
||||||
@ -649,6 +649,12 @@ fi
|
|||||||
%{_mandir}/man1/mysql_client_test.1*
|
%{_mandir}/man1/mysql_client_test.1*
|
||||||
|
|
||||||
%changelog
|
%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
|
* Tue Nov 10 2009 Tom Lane <tgl@redhat.com> 5.1.40-1
|
||||||
- Update to MySQL 5.1.40, for various fixes described at
|
- 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
|
http://dev.mysql.com/doc/refman/5.1/en/news-5-1-40.html
|
||||||
|
Loading…
Reference in New Issue
Block a user