Bug #31608 | missing mysqltest change_user command | ||
---|---|---|---|
Submitted: | 15 Oct 2007 13:31 | Modified: | 25 Oct 2007 0:24 |
Reporter: | Davi Arnaut (OCA) | Email Updates: | |
Status: | Closed | Impact on me: | |
Category: | MySQL Server: Tests | Severity: | S4 (Feature request) |
Version: | 5.1 | OS: | Any |
Assigned to: | Davi Arnaut | CPU Architecture: | Any |
Tags: | mysql_change_user |
[15 Oct 2007 13:31]
Davi Arnaut
[16 Oct 2007 14:30]
Bugs System
A patch for this bug has been committed. After review, it may be pushed to the relevant source trees for release in the next version. You can access the patch from: http://lists.mysql.com/commits/35657 ChangeSet@1.2599, 2007-10-16 12:29:22-03:00, davi@moksha.com.br +5 -0 Bug#31608 missing mysqltest change_user command The problem is that currently there is no way to test the behavior of the mysql_change_user() function using the mysqltest suite because there is no internal command for it. The solution is to introduce a change_user command that can be used to test aspects of the MySQL client function mysql_change_user().
[17 Oct 2007 18:43]
Bugs System
A patch for this bug has been committed. After review, it may be pushed to the relevant source trees for release in the next version. You can access the patch from: http://lists.mysql.com/commits/35792 ChangeSet@1.2600, 2007-10-17 16:43:30-03:00, davi@moksha.com.br +3 -0 Bug#31608 missing mysqltest change_user command Post merge fixes: close any open statement before the change user command and fix test case output.
[17 Oct 2007 18:58]
Davi Arnaut
Pushed into mysql-5.1-runtime
[19 Oct 2007 18:53]
Bugs System
Pushed into 5.1.23-beta
[25 Oct 2007 0:24]
Paul DuBois
Noted in 5.1.23 changelog. mysqltest now has a change_user command to change the user for the current connection. (It invokes the mysql_change_user() C API function.) Also updated the mysqltest manual to describe the command.