drop table if exists `t1`; create table `t1` (`i` int(11) not null,`j` int(11) default null,primary key (`i`)) engine=falcon; create or replace view `v1` as select 1 union all select 1; set @`v_i`=0; set @`v_j`=0; insert into `t1` select (@`v_i` := (@`v_i` + 4) mod 4294967296) as `i`, (@`v_j` := (@`v_j` + 4) mod 4294967296) as `j` from `v1` `v0`,`v1` `v1`,`v1` `v2`,`v1` `v3`, `v1` `v4`,`v1` `v5`,`v1` `v6`,`v1` `v7`,`v1` `v8`, `v1` `v9`,`v1` `v10`,`v1` `v11`,`v1` `v12`,`v1` `v13`, `v1` `v14`,`v1` `v15`,`v1` `v16`,`v1` `v17`,`v1` `v18`, `v1` `v19`,`v1` `v20` limit 2000000; delete from `t1`;