Bug #18202 | use database command doesn't select database | ||
---|---|---|---|
Submitted: | 14 Mar 2006 0:18 | Modified: | 14 Mar 2006 0:36 |
Reporter: | HOTorNOT Tech | Email Updates: | |
Status: | Can't repeat | Impact on me: | |
Category: | MySQL Server | Severity: | S3 (Non-critical) |
Version: | 5.0.15 | OS: | Fedore Core 4 |
Assigned to: | MySQL Verification Team | CPU Architecture: | Any |
[14 Mar 2006 0:18]
HOTorNOT Tech
[14 Mar 2006 0:22]
HOTorNOT Tech
Transcript of bug
Attachment: test.txt (text/plain), 978 bytes.
[14 Mar 2006 0:36]
MySQL Verification Team
Thank you for the bug report. Please update your server version for the current release. That bug was already fixed. Thanks in advance. miguel@hegel:~/dbs/5.0> bin/mysql -uroot Welcome to the MySQL monitor. Commands end with ; or \g. Your MySQL connection id is 2 to server version: 5.0.20-debug Type 'help;' or '\h' for help. Type '\c' to clear the buffer. mysql> use aaa; Database changed mysql> select database(); +------------+ | database() | +------------+ | aaa | +------------+ 1 row in set (0.00 sec) mysql>