EVOLUTION-MANAGER
Edit File: add_index_6.result
SET DEFAULT_STORAGE_ENGINE='tokudb'; *** Bug #22169 *** DROP TABLE IF EXISTS t1; CREATE TABLE t1 (a int, b int, c int, z int, y int, x int, r int, s int, t int, primary key (a,b), key (z), key(x), key(t)); ERROR 23000: Can't write; duplicate key in table 't1'