mirror of
https://github.com/MariaDB/server.git
synced 2025-01-24 07:44:22 +01:00
c5c9c4a824
git-svn-id: file:///svn/mysql/tests/mysql-test@48524 c7de825b-a66e-492c-adef-691d508d4ae1
5 lines
237 B
Text
5 lines
237 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, key (z), key(x), key(t));
|
|
ERROR 23000: Duplicate entry '18-2' for key 'foo'
|