summaryrefslogtreecommitdiff
path: root/mysys/my_getopt.c
diff options
context:
space:
mode:
authortnurnberg@mysql.com/white.intern.koehntopp.de <>2007-12-10 08:12:41 +0100
committertnurnberg@mysql.com/white.intern.koehntopp.de <>2007-12-10 08:12:41 +0100
commit2959cc58cf70a2a0c6579711b560f5788da07734 (patch)
treea2b1fc751133e0758fb6636ad87b2fbc8da6f13e /mysys/my_getopt.c
parent5cab4a77e13761c4fddbb06afff9df583a2081b9 (diff)
downloadmariadb-git-2959cc58cf70a2a0c6579711b560f5788da07734.tar.gz
Bug #31177: Server variables can't be set to their current values
fixes for SLES10
Diffstat (limited to 'mysys/my_getopt.c')
-rw-r--r--mysys/my_getopt.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/mysys/my_getopt.c b/mysys/my_getopt.c
index 7691472b76a..5132ac820b8 100644
--- a/mysys/my_getopt.c
+++ b/mysys/my_getopt.c
@@ -892,8 +892,6 @@ ulonglong getopt_ull_limit_value(ulonglong num, const struct my_option *optp,
num= ((ulonglong) ULONG_MAX);
adjusted= TRUE;
}
-#else
- num= min(num, LONG_MAX);
#endif
break;
default: