Bug #1209 | SELECT DATABASE() | ||
---|---|---|---|
Submitted: | 5 Sep 2003 23:04 | Modified: | 10 Sep 2003 3:56 |
Reporter: | Georg Richter | Email Updates: | |
Status: | Closed | Impact on me: | |
Category: | MySQL Server | Severity: | S3 (Non-critical) |
Version: | 4.0.15 (maybe all) | OS: | Linux (Linux) |
Assigned to: | Ramil Kalimullin | CPU Architecture: | Any |
[5 Sep 2003 23:04]
Georg Richter
[10 Sep 2003 3:56]
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
[13 Jan 2011 5:47]
Nikita Dalwadi
hi guy, one question , how can we connect database which is passed from variable. i want some thing like in script which allws me to select database. Set @DBName ='xyz'; select database(@DBNAME) This doesn't work i tried with prepare and execute bust still it down't work... Prepare stm1 from 'Use ?'; Set @DBName = 'xyz'; Execute stm1 using @DBName; could someone plz help me in solving this....