Bug #10101 | Server crash when trying to dump into a non-existent database | ||
---|---|---|---|
Submitted: | 22 Apr 2005 17:56 | Modified: | 25 Apr 2005 21:51 |
Reporter: | Disha | Email Updates: | |
Status: | Can't repeat | Impact on me: | |
Category: | MySQL Server | Severity: | S2 (Serious) |
Version: | 5.0.4 Beta | OS: | Linux (Linux 9.x) |
Assigned to: | CPU Architecture: | Any |
[22 Apr 2005 17:56]
Disha
[22 Apr 2005 18:15]
Jorge del Conde
I was unable to reproduce this bug using 5.0.5 from bk: jorge-/home/jorge> mysql -uroot mysource < src.sql ERROR 1049 (42000): Unknown database 'mysource'
[25 Apr 2005 21:51]
Sergei Golubchik
It was not a crash but incorrect error message - you could verify that the server was still running, e.g. by connecting with 'mysql' command line client. Incorrect error message bug was recently fixed.