Skip to content

Commit 740e7b2

Browse files
author
James Cor
committed
renaming
1 parent 15fcf80 commit 740e7b2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

enginetest/queries/alter_table_queries.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1469,7 +1469,7 @@ var AlterTableAddAutoIncrementScripts = []ScriptTest{
14691469
},
14701470
},
14711471
{
1472-
Name: "ALTER TABLE MODIFY column with multiple UNIQUE KEYS",
1472+
Name: "ALTER TABLE MODIFY column with compound UNIQUE KEYS",
14731473
Dialect: "mysql",
14741474
SetUpScript: []string{
14751475
"CREATE table test (pk int primary key, uk1 int, uk2 int, unique(uk1, uk2))",
@@ -1487,7 +1487,7 @@ var AlterTableAddAutoIncrementScripts = []ScriptTest{
14871487
},
14881488
},
14891489
{
1490-
Name: "ALTER TABLE MODIFY column with multiple KEYS",
1490+
Name: "ALTER TABLE MODIFY column with compound KEYS",
14911491
Dialect: "mysql",
14921492
SetUpScript: []string{
14931493
"CREATE table test (pk int primary key, mk1 int, mk2 int, index(mk1, mk2))",

0 commit comments

Comments
 (0)