Comment 9 for bug 1384568

Revision history for this message
George Ormond Lorch III (gl-az) wrote : Re: EXPLAIN crashes server

Reduced further to:
DROP DATABASE IF EXISTS test; CREATE DATABASE test; USE test; CREATE TABLE t1(a INT KEY,B TEXT)ENGINE=InnoDB; select * FROM t1 x,t1 y where (x.a,x.b) in ((5,0),(4,3));

I tried with a few variations of the in set and it seems any 2 or more combinations of (x.a, x.b) will crash.