summaryrefslogtreecommitdiff
path: root/storage/tokudb/mysql-test/tokudb_add_index/r/add_index_6.result
blob: c198a6b4d7db6011a5ae9b2a864679078612ec8b (plain)
1
2
3
4
5
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'