mirror of
https://github.com/MariaDB/server.git
synced 2025-01-24 15:54:37 +01:00
c5c9c4a824
git-svn-id: file:///svn/mysql/tests/mysql-test@48524 c7de825b-a66e-492c-adef-691d508d4ae1
5 lines
260 B
Text
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'
|