List:Commits« Previous MessageNext Message »
From:Tatiana A. Nurnberg Date:March 17 2009 5:24pm
Subject:bzr commit into mysql-5.1-bugteam branch (azundris:2839)
View as plain text  
#At file:///home/tnurnberg/forest/36446/51-36446/ based on revid:azundris@stripped

 2839 Tatiana A. Nurnberg	2009-03-17
      36446: fix Windows warning

    modified:
      mysys/my_getopt.c
=== modified file 'mysys/my_getopt.c'
--- a/mysys/my_getopt.c	2009-03-16 15:11:45 +0000
+++ b/mysys/my_getopt.c	2009-03-17 17:24:35 +0000
@@ -918,7 +918,7 @@ ulonglong getopt_ull_limit_value(ulonglo
   if (num < (ulonglong) optp->min_value)
   {
     num= (ulonglong) optp->min_value;
-    if (old < optp->min_value)
+    if (old < (ulonglong) optp->min_value)
       adjusted= TRUE;
   }
 


Attachment: [text/bzr-bundle] bzr/azundris@mysql.com-20090317172435-15vnl0kwjxdcydlc.bundle
Thread
bzr commit into mysql-5.1-bugteam branch (azundris:2839) Tatiana A. Nurnberg17 Mar