Skip to content

Commit

Permalink
[apache#1707] feat(mysql): Support mysql index.
Browse files Browse the repository at this point in the history
  • Loading branch information
Clearvive authored and Clearvive committed Jan 29, 2024
1 parent fc50a94 commit da3031f
Showing 1 changed file with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -662,10 +662,6 @@ public void testAppendIndexesBuilder() {
MysqlTableOperations.appendIndexesSql(indexes, sql);
expectedStr =
",\n"
+ "CONSTRAINT PRIMARY KEY (`col_2`, `col_1`),\n"
+ "CONSTRAINT `uk_col_4` UNIQUE (`col_4`),\n"
+ "CONSTRAINT `uk_col_5` UNIQUE (`col_4`, `col_5`),\n"
+ "CONSTRAINT `uk_col_6` UNIQUE (`col_4`, `col_5`, `col_6`)> but was: <,\n"
+ "CONSTRAINT `uk_1` UNIQUE (`col_4`),\n"
+ "CONSTRAINT `uk_2` UNIQUE (`col_4`, `col_3`),\n"
+ "CONSTRAINT PRIMARY KEY (`col_2`, `col_1`, `col_3`),\n"
Expand Down

0 comments on commit da3031f

Please sign in to comment.