Bug #4566 Server Crashes on ALTER TABLE ... MODIFY .... DOUBLE( )
Submitted: 15 Jul 2004 16:57 Modified: 15 Jul 2004 19:27
Reporter: Karl-Heinz W�llner-Fischer Email Updates:
Status: Can't repeat Impact on me:
None 
Category:MySQL Server Severity:S3 (Non-critical)
Version:4.1.0-alpha-max-debug OS:Windows (Win 2000)
Assigned to: Dean Ellis CPU Architecture:Any

[15 Jul 2004 16:57] Karl-Heinz W�llner-Fischer
Description:
The server crashes, when you try to change to double display, decimal settings, using "ALTER TABLE" with "MODIFY"

How to repeat:
CREATE TABLE test1 (id INT PRIMARY KEY AUTO_INCREMENT, d1 DOUBLE(16,2));
ALTER TABLE test1 MODIFY d1 DOUBLE(16,16);

Suggested fix:
n/a
[15 Jul 2004 19:27] Dean Ellis
I cannot repeat this with 4.1.3.  There have been many bug fixes, improvements, changes and so on since 4.1.0, so you should consider upgrading to 4.1.3-beta.