From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 531691381F3 for ; Tue, 28 May 2013 19:39:14 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 39825E0A7D; Tue, 28 May 2013 19:39:10 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id C8EB0E0A7D for ; Tue, 28 May 2013 19:39:09 +0000 (UTC) Received: from hornbill.gentoo.org (hornbill.gentoo.org [94.100.119.163]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id BDE1133E14B for ; Tue, 28 May 2013 19:39:08 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id 4AA60E4402 for ; Tue, 28 May 2013 19:39:07 +0000 (UTC) From: "Robin H. Johnson" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Robin H. Johnson" Message-ID: <1369769938.aee1a7a4f37dba8edaa041624fb26a3873350b49.robbat2@gentoo> Subject: [gentoo-commits] proj/mysql-extras:master commit in: / X-VCS-Repository: proj/mysql-extras X-VCS-Files: 07110_all_mysql_gcc-4.2_5.1.69.patch X-VCS-Directories: / X-VCS-Committer: robbat2 X-VCS-Committer-Name: Robin H. Johnson X-VCS-Revision: aee1a7a4f37dba8edaa041624fb26a3873350b49 X-VCS-Branch: master Date: Tue, 28 May 2013 19:39:07 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: cb3a99ee-3430-4b05-a8a3-b52958814541 X-Archives-Hash: 6ed4fb2a17f70096a5fbad6e5bbef05b commit: aee1a7a4f37dba8edaa041624fb26a3873350b49 Author: Robin H. Johnson gentoo org> AuthorDate: Tue May 28 19:38:58 2013 +0000 Commit: Robin H. Johnson gentoo org> CommitDate: Tue May 28 19:38:58 2013 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/mysql-extras.git;a=commit;h=aee1a7a4 Fix whitespace so patch applies. Signed-off-by: Robin H. Johnson gentoo.org> --- 07110_all_mysql_gcc-4.2_5.1.69.patch | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/07110_all_mysql_gcc-4.2_5.1.69.patch b/07110_all_mysql_gcc-4.2_5.1.69.patch index e5919c4..e897fd5 100644 --- a/07110_all_mysql_gcc-4.2_5.1.69.patch +++ b/07110_all_mysql_gcc-4.2_5.1.69.patch @@ -1264,8 +1264,8 @@ diff -ur mysql-orig/sql/item_func.h mysql/sql/item_func.h const char *func_name() const { return "cast_as_unsigned"; } void fix_length_and_dec() { -- max_length= min(args[0]->max_length, MY_INT64_NUM_DECIMAL_DIGITS); -+ max_length= MYSQL_MIN(args[0]->max_length, MY_INT64_NUM_DECIMAL_DIGITS); +- max_length= min(args[0]->max_length,MY_INT64_NUM_DECIMAL_DIGITS); ++ max_length= MYSQL_MIN(args[0]->max_length,MY_INT64_NUM_DECIMAL_DIGITS); unsigned_flag=1; } longlong val_int();