Details
-
Bug
-
Status: Closed (View Workflow)
-
Major
-
Resolution: Won't Do
-
1.4.2
-
None
Description
drop table if exists t2; |
create table t2 (a int) engine=Columnstore comment 'compression=0'; |
insert into t2 select 1 from seq_1_to_300000; |
alter table t2 add b int; |
insert into t2 select 2, 3 from seq_1_to_300000; |
|
MariaDB f93bfb9288d020b190f5c73a31223fff6439687d |
MariaDB [db]> insert into t2 select 2, 3 from seq_1_to_300000; |
ERROR 1815 (HY000): Internal error: PM1 : Bulkload Parse (thread 0) Failed for Table db.t2 during parse completion. Terminating this job. |
Support report is attached.