3542 Jonathan Perkin 2011-09-20
Update email address for Release Engineering.
modified:
cmake/mysql_version.cmake
support-files/mysql.spec.sh
3541 Tor Didriksen 2011-09-20
Bug#12985030 SIMPLE QUERY WITH DECIMAL NUMBERS LEAKS MEMORY
@ mysql-test/r/func_str.result
New test cases.
@ mysql-test/t/func_str.test
New test cases.
@ strings/dtoa.c
Increasing the buffer size slightly made some queries pass without leaks.
Adding Bfree(p51, alloc) fixed the remaining leaks.
modified:
mysql-test/r/func_str.result
mysql-test/t/func_str.test
strings/dtoa.c
=== modified file 'cmake/mysql_version.cmake'
--- a/cmake/mysql_version.cmake 2011-06-30 15:46:53 +0000
+++ b/cmake/mysql_version.cmake 2011-09-20 15:47:53 +0000
@@ -94,8 +94,8 @@ ENDIF()
IF(NOT CPACK_SOURCE_PACKAGE_FILE_NAME)
SET(CPACK_SOURCE_PACKAGE_FILE_NAME "mysql-${VERSION}")
ENDIF()
-SET(CPACK_PACKAGE_CONTACT "MySQL Build Team <build@stripped>")
-SET(CPACK_PACKAGE_VENDOR "Sun Microsystems, Inc")
+SET(CPACK_PACKAGE_CONTACT "MySQL Release Engineering <mysql-build@stripped>")
+SET(CPACK_PACKAGE_VENDOR "Oracle Corporation")
SET(CPACK_SOURCE_GENERATOR "TGZ")
INCLUDE(cpack_source_ignore_files)
=== modified file 'support-files/mysql.spec.sh'
--- a/support-files/mysql.spec.sh 2011-09-19 19:16:01 +0000
+++ b/support-files/mysql.spec.sh 2011-09-20 15:47:53 +0000
@@ -247,7 +247,7 @@ Distribution: %{distro_description}
License: Copyright (c) 2000, @MYSQL_COPYRIGHT_YEAR@, %{mysql_vendor}. All rights reserved. Under %{license_type} license as shown in the Description field.
Source: http://www.mysql.com/Downloads/MySQL-@MYSQL_BASE_VERSION@/%{src_dir}.tar.gz
URL: http://www.mysql.com/
-Packager: MySQL Build Team <build@stripped>
+Packager: MySQL Release Engineering <mysql-build@stripped>
Vendor: %{mysql_vendor}
Provides: msqlormysql MySQL-server mysql
BuildRequires: %{distro_buildreq}
No bundle (reason: useless for push emails).
| Thread |
|---|
| • bzr push into mysql-5.5 branch (jonathan.perkin:3541 to 3542) | Jonathan Perkin | 20 Sep |