Commit 2df69f52 authored by Rich Prohaska's avatar Rich Prohaska

#261 Tokutek/mariadb-5.5#69 run part_index_scan test on mariadb

parent 03048748
# verify that index scans on parititions are not slow
# due totokudb 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