Skip to content

ALTER TABLE crashes the server #22

@abmusse

Description

@abmusse

The alter table command fails and crashed the server.

alter table testtable add column field3 dec(3,0);                 
ERROR 2013 (HY000): Lost connection to MySQL server during query

alter table testtable modify column field2 dec(5,0);            
ERROR 2013 (HY000): Lost connection to MySQL server during query

alter table testtable drop column field2;                          
ERROR 2013 (HY000): Lost connection to MySQL server during query     

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions