diff options
author | tnurnberg@white.intern.koehntopp.de <> | 2007-12-06 08:46:01 +0100 |
---|---|---|
committer | tnurnberg@white.intern.koehntopp.de <> | 2007-12-06 08:46:01 +0100 |
commit | 987ec3f306e43faf55981b3e71e7a3fe5ebccea0 (patch) | |
tree | 7bd1d9278cda643791b895dd34703d19ef6828d2 /mysys | |
parent | 22b4b4db045e81fcc7c7be3433ed78500efd20ca (diff) | |
parent | b1e77cfc31738cf8480d8acf498c46535dee68b9 (diff) | |
download | mariadb-git-987ec3f306e43faf55981b3e71e7a3fe5ebccea0.tar.gz |
Merge tnurnberg@bk-internal.mysql.com:/home/bk/mysql-5.0-opt
into mysql.com:/misc/mysql/31177/50-31177
Diffstat (limited to 'mysys')
-rw-r--r-- | mysys/my_getopt.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mysys/my_getopt.c b/mysys/my_getopt.c index f41e8166876..3bb500616a1 100644 --- a/mysys/my_getopt.c +++ b/mysys/my_getopt.c @@ -799,7 +799,7 @@ ulonglong getopt_ull_limit_value(ulonglong num, const struct my_option *optp, bool *fix) { bool adjusted= FALSE; - ulonglong old= num, mod; + ulonglong old= num; char buf1[255], buf2[255]; if ((ulonglong) num > (ulonglong) optp->max_value && |