summaryrefslogtreecommitdiff
path: root/mysys/my_getopt.c
diff options
context:
space:
mode:
authortnurnberg@mysql.com/white.intern.koehntopp.de <>2007-12-06 01:28:01 +0100
committertnurnberg@mysql.com/white.intern.koehntopp.de <>2007-12-06 01:28:01 +0100
commitb1e77cfc31738cf8480d8acf498c46535dee68b9 (patch)
treeddef382443551fdd438cec70128ab88a08413381 /mysys/my_getopt.c
parent658f66e36eea292f8248b26397fc7de93a4b9dc9 (diff)
downloadmariadb-git-b1e77cfc31738cf8480d8acf498c46535dee68b9.tar.gz
Bug#31177: Server variables can't be set to their current values
additional fixes for BDB and correct assignment of both signed and unsigned 64-bit data to unsigned system variables
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 9174d91dce7..3bb500616a1 100644
--- a/mysys/my_getopt.c
+++ b/mysys/my_getopt.c
@@ -824,8 +824,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: