diff options
author | tnurnberg@mysql.com/white.intern.koehntopp.de <> | 2007-12-06 01:28:01 +0100 |
---|---|---|
committer | tnurnberg@mysql.com/white.intern.koehntopp.de <> | 2007-12-06 01:28:01 +0100 |
commit | b1e77cfc31738cf8480d8acf498c46535dee68b9 (patch) | |
tree | ddef382443551fdd438cec70128ab88a08413381 /mysys/my_getopt.c | |
parent | 658f66e36eea292f8248b26397fc7de93a4b9dc9 (diff) | |
download | mariadb-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.c | 2 |
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: |