summaryrefslogtreecommitdiffstats
path: root/mysql-test/suite/innodb/r/innodb_bug52199.result
blob: 7e8c1ee46e063547f5c366d7d3947ae6d327784d (plain)
1
2
3
4
5
CREATE TABLE bug52199 (a INT NOT NULL,
b CHAR(125) CHARACTER SET utf32 COLLATE utf32_bin NOT NULL
)ENGINE=InnoDB;
CREATE UNIQUE INDEX idx ON bug52199(a);
DROP TABLE bug52199;