EVOLUTION-MANAGER
Edit File: cluster_key.test
--source include/have_tokudb.inc SET DEFAULT_STORAGE_ENGINE='tokudb'; --disable_warnings DROP TABLE IF EXISTS t1; --enable_warnings create table t1(a int, b int, c int, d int, primary key(a,b,c), key(b) clustering=yes, key (c))engine=tokudb; --source ../include/cluster_key.inc drop table t1;