mysql> drop table if exists t; create table t; insert into t values(1); flush ramchunk t; alter table t add column f2 text;
--------------
drop table if exists t
--------------
Query OK, 0 rows affected (0.03 sec)
--------------
create table t
--------------
Query OK, 0 rows affected (0.00 sec)
--------------
insert into t values(1)
--------------
Query OK, 1 row affected (0.00 sec)
--------------
flush ramchunk t
--------------
Query OK, 0 rows affected (0.01 sec)
--------------
alter table t add column f2 text
--------------
ERROR 2013 (HY000): Lost connection to MySQL server during query
Notes:
crashes in 6.3.6 too
alter table t add column f2 int doesn't lead to a crash.
Bug Description:
Notes:
alter table t add column f2 int
doesn't lead to a crash.Manticore Search Version:
Manticore 6.3.7 9987798ac@24101806 dev (columnar 2.3.1 30ad2d6@24100914) (secondary 2.3.1 30ad2d6@24100914) (knn 2.3.1 30ad2d6@24100914)
Operating System Version:
Ubuntu Jammy (dev2)
Have you tried the latest development version?
No
Internal Checklist:
To be completed by the assignee. Check off tasks that have been completed or are not applicable.