mirror of
https://github.com/MariaDB/server.git
synced 2025-08-08 11:22:35 +03:00
Merge remote-tracking branch '5.5' into 10.0
This commit is contained in:
@@ -1,3 +1,5 @@
|
||||
create temporary table t (a char(1) character set filename) engine=innodb;
|
||||
drop temporary table t;
|
||||
set optimizer_switch = 'mrr=on,mrr_sort_keys=on,index_condition_pushdown=on';
|
||||
drop table if exists t1,t2,t3,t4;
|
||||
drop database if exists mysqltest;
|
||||
|
Reference in New Issue
Block a user