• unknown's avatar
    Fix for Bug#6377 "Password Generation Discrepancy" · 29b3ae4d
    unknown authored
    
    client/mysqladmin.cc:
      Fix for Bug#6377 "Password Generation Discrepancy":
      this is not a MySQL bug.
      The problem is that Windows command line client doesn't trim single quotes
      from arguments, as any UNIX shell does.
      The fix just checks for this condition and gives a warning if it is true.
    29b3ae4d
mysqladmin.cc 34.6 KB