From b6174b92853a9d7e816c9d1e6b67d73f18a0bf78 Mon Sep 17 00:00:00 2001 From: Joerg Bruehe Date: Tue, 28 Feb 2012 12:42:02 +0100 Subject: [PATCH 01/13] The current year is 2012, and nobody noticed ... Update the year in the copyright notice, file "README". --- README | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README b/README index 795d325e2d5..acc98e400bd 100644 --- a/README +++ b/README @@ -5,7 +5,7 @@ For the avoidance of doubt, this particular copy of the software is released under the version 2 of the GNU General Public License. MySQL is brought to you by Oracle. -Copyright (c) 2000, 2011, Oracle and/or its affiliates. All rights reserved. +Copyright (c) 2000, 2012, Oracle and/or its affiliates. All rights reserved. License information can be found in the COPYING file. From bacd6ad2edf2bf1e68b7059a49ba647451b9227a Mon Sep 17 00:00:00 2001 From: Karen Langford Date: Tue, 28 Feb 2012 17:20:30 +0100 Subject: [PATCH 02/13] AIX builds fail for comments using // --- client/mysqldump.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/client/mysqldump.c b/client/mysqldump.c index a69c9306b4b..8601b533849 100644 --- a/client/mysqldump.c +++ b/client/mysqldump.c @@ -2331,10 +2331,10 @@ static uint dump_routines_for_db(char *db) { if (opt_xml) { - if (i) // Procedures. + if (i) /* Procedures. */ print_xml_row(sql_file, "routine", routine_res, &row, "Create Procedure"); - else // Functions. + else /* Functions. */ print_xml_row(sql_file, "routine", routine_res, &row, "Create Function"); continue; From f8a26bab5f37fb3fae4c80a93d6ba7c46e20fc28 Mon Sep 17 00:00:00 2001 From: Hery Ramilison Date: Thu, 1 Mar 2012 01:05:05 +0100 Subject: [PATCH 03/13] fix for the windows platform for bug: 13788143 --- packaging/WiX/custom_ui.wxs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packaging/WiX/custom_ui.wxs b/packaging/WiX/custom_ui.wxs index a77612c4e50..568053f4cf5 100644 --- a/packaging/WiX/custom_ui.wxs +++ b/packaging/WiX/custom_ui.wxs @@ -2,7 +2,7 @@ xmlns:util="http://schemas.microsoft.com/wix/UtilExtension">