Bug #20162 | When doing 'CREATE TABLE...' I get a lost connection to MySQL during query erro | ||
---|---|---|---|
Submitted: | 31 May 2006 9:58 | Modified: | 31 May 2006 15:19 |
Reporter: | Adrian Aitken | Email Updates: | |
Status: | Can't repeat | Impact on me: | |
Category: | MySQL Server | Severity: | S2 (Serious) |
Version: | 4.1.9 | OS: | Windows (Windows 2000 server) |
Assigned to: | MySQL Verification Team | CPU Architecture: | Any |
[31 May 2006 9:58]
Adrian Aitken
[31 May 2006 12:45]
MySQL Verification Team
Thank you for the bug report. I was unable to repeat with current release server 4.1.20. Could you please try with that version: http://dev.mysql.com/downloads/mysql/4.1.html If you still have the problem, please provide your my.ini file. Thanks in advance.
[31 May 2006 15:19]
Adrian Aitken
Well it's a bug but not as first thought!!!!! I managed to create tables by using the TYPE=myISAM command. Searching the my.ini I saw that the default was InnoDB but further down the skip-InnoDB was not hashed out. So, it was trying to create an InnoDB table although the .ini said don't use it and rather than exit gracefully it just bombed out the server. Perhaps the next release could make a nice error message instead ? Regards Adrian