Commit ec2641f7 authored by Rich Prohaska's avatar Rich Prohaska

Tokutek/mariadb-5.5#71 run part_index_scan on mariadb

parent ba4cc58d
# verify that index scans on parititions are not slow
# due to tokudb bulk fetch not being used
source include/have_tokudb.inc;
source include/have_partition.inc;
set default_storage_engine='tokudb';
disable_warnings;
drop table if exists t,t1,t2,t3;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment