Comment 10 for bug 1384568

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

Ruling out type conversions and eliminating alias...still happens with:
DROP DATABASE IF EXISTS test; CREATE DATABASE test; USE test; CREATE TABLE t1(a INT KEY,b INT)ENGINE=InnoDB; select * FROM t1 where (t1.a,t1.b) in ((5,0),(4,3));