3499 Georgi Kodinov 2010-07-21 [merge]
merge
3498 Georgi Kodinov 2010-07-21 [merge]
merge
modified:
configure.in
3497 Georgi Kodinov 2010-07-21
Addendum #4 to bug #53095
SHOW DATABASES LIKE ... was not converting to lowercase on comparison as the
documentation is suggesting.
Fixed it to behave similarly to SHOW TABLES LIKE ... and updated the failing
on MacOSX lowercase_table2 test case.
modified:
mysql-test/r/lowercase_table2.result
sql/sql_show.cc
=== modified file 'configure.in'
--- a/configure.in 2010-07-20 17:44:29 +0000
+++ b/configure.in 2010-07-21 15:34:20 +0000
@@ -12,7 +12,7 @@ dnl
dnl When changing the major version number please also check the switch
dnl statement in mysqlbinlog::check_master_version(). You may also need
dnl to update version.c in ndb.
-AC_INIT([MySQL Server], [5.1.49], [], [mysql])
+AC_INIT([MySQL Server], [5.1.50], [], [mysql])
AC_CONFIG_SRCDIR([sql/mysqld.cc])
AC_CANONICAL_SYSTEM
Attachment: [text/bzr-bundle] bzr/georgi.kodinov@oracle.com-20100721153610-a7ots7um5qzzarxc.bundle
| Thread |
|---|
| • bzr push into mysql-5.1-bugteam branch (Georgi.Kodinov:3497 to 3499) | Georgi Kodinov | 21 Jul |