139
139
# BUG#15872: Excessive memory consumption of range analysis of NOT IN
141
142
insert into t1 values (0),(1),(2),(3),(4),(5),(6),(7),(8),(9);
144
145
insert into t2 select C.a*2, 'no' from t1 A, t1 B, t1 C;
145
146
insert into t2 select C.a*2+1, 'yes' from t1 C;