| Bug #6933 | error in the tests/grant.pl test | ||
|---|---|---|---|
| Submitted: | 2 Dec 2004 6:37 | Modified: | 2 Dec 2004 9:23 | 
| Reporter: | Ramil Kalimullin | Email Updates: | |
| Status: | Closed | Impact on me: | |
| Category: | MySQL Server | Severity: | S3 (Non-critical) | 
| Version: | 4.1 | OS: | |
| Assigned to: | Ramil Kalimullin | CPU Architecture: | Any | 
   [2 Dec 2004 9:23]
   Ramil Kalimullin        
  Thank you for your bug report. This issue has been committed to our
source repository of that product and will be incorporated into the
next release.
If necessary, you can access the source repository and build the latest
available version, including the bugfix, yourself. More information 
about accessing the source trees is available at
    http://www.mysql.com/doc/en/Installing_source_tree.html
Additional info:
fixed in 4.1.8
 

Description: we have wrong queries in the test/grant.pl: safe_query("set password FOR $opt_user=password('test')"); safe_query("set password FOR $opt_user=''"); How to repeat: just run test/grant.pl Suggested fix: replace the above with: safe_query("set password FOR $opt_user\@$opt_host=password('test')"); safe_query("set password FOR $opt_user\@$opt_host=''");