mariadb/mysql-test/suite/tokudb.add_index/r/add_index_6.result
Rich Prohaska c5c9c4a824 refs #5545 make mysql add index tests run on 5.5 and 5.6
git-svn-id: file:///svn/mysql/tests/mysql-test@48524 c7de825b-a66e-492c-adef-691d508d4ae1
2012-10-02 17:41:18 +00:00

5 lines
260 B
Text

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'