ChenPeng2013

Results 3 comments of ChenPeng2013

the max_execution_time worked as expected ``` MySQL [test]> create table t1 (id int unsigned not null auto_increment primary key); Query OK, 0 rows affected (0.02 sec) MySQL [test]> insert into...

release-4.0、release-5.0、release-5.1、release-5.2、release-5.3 and release-5.4 ``` MySQL [test]> select * from stu where stu.name not in (select 'guo' from exam where exam.stu_id = stu.id); +------+------+ | id | name | +------+------+ |...

can you provide more detail info about the reproduce step? eg: ddl