Details
-
Bug
-
Status: Closed (View Workflow)
-
Major
-
Resolution: Fixed
-
None
-
None
-
None
-
None
Description
Run:
create table t0 (a int);
|
insert into t0 values (1),(2),(3),(4),(5),(6),(7),(8);
|
create table t1 (a int);
|
|
explain insert into t1 select * from t0;
|
and see it crash.