Gentoo Archives: gentoo-commits

From: "Robin H. Johnson" <robbat2@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/mysql-extras:master commit in: /
Date: Tue, 28 May 2013 19:39:14
Message-Id: 1369769938.aee1a7a4f37dba8edaa041624fb26a3873350b49.robbat2@gentoo
1 commit: aee1a7a4f37dba8edaa041624fb26a3873350b49
2 Author: Robin H. Johnson <robbat2 <AT> gentoo <DOT> org>
3 AuthorDate: Tue May 28 19:38:58 2013 +0000
4 Commit: Robin H. Johnson <robbat2 <AT> gentoo <DOT> org>
5 CommitDate: Tue May 28 19:38:58 2013 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/mysql-extras.git;a=commit;h=aee1a7a4
7
8 Fix whitespace so patch applies.
9
10 Signed-off-by: Robin H. Johnson <robbat2 <AT> gentoo.org>
11
12 ---
13 07110_all_mysql_gcc-4.2_5.1.69.patch | 4 ++--
14 1 file changed, 2 insertions(+), 2 deletions(-)
15
16 diff --git a/07110_all_mysql_gcc-4.2_5.1.69.patch b/07110_all_mysql_gcc-4.2_5.1.69.patch
17 index e5919c4..e897fd5 100644
18 --- a/07110_all_mysql_gcc-4.2_5.1.69.patch
19 +++ b/07110_all_mysql_gcc-4.2_5.1.69.patch
20 @@ -1264,8 +1264,8 @@ diff -ur mysql-orig/sql/item_func.h mysql/sql/item_func.h
21 const char *func_name() const { return "cast_as_unsigned"; }
22 void fix_length_and_dec()
23 {
24 -- max_length= min(args[0]->max_length, MY_INT64_NUM_DECIMAL_DIGITS);
25 -+ max_length= MYSQL_MIN(args[0]->max_length, MY_INT64_NUM_DECIMAL_DIGITS);
26 +- max_length= min(args[0]->max_length,MY_INT64_NUM_DECIMAL_DIGITS);
27 ++ max_length= MYSQL_MIN(args[0]->max_length,MY_INT64_NUM_DECIMAL_DIGITS);
28 unsigned_flag=1;
29 }
30 longlong val_int();