Skip to content

Commit 32df02c

Browse files
authored
Add variety of Enum tests (#3058)
1 parent 679d4d6 commit 32df02c

File tree

2 files changed

+570
-46
lines changed

2 files changed

+570
-46
lines changed

enginetest/queries/charset_collation_engine.go

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -605,6 +605,10 @@ var CharsetCollationEngineTests = []CharsetCollationEngineTest{
605605
{int64(2), uint16(2)},
606606
},
607607
},
608+
{
609+
Query: "create table t (e enum('abc', 'ABC') collate utf8mb4_0900_ai_ci))",
610+
Error: true,
611+
},
608612
},
609613
},
610614
{

0 commit comments

Comments
 (0)