Skip to content

Commit

Permalink
assume maria
Browse files Browse the repository at this point in the history
  • Loading branch information
osheroff committed Sep 1, 2023
1 parent 8d7ca38 commit 6bbe8c0
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -186,6 +186,7 @@ public void testModifyAndMoveColumn() throws Exception {

@Test
public void testDropColumnIfExists() throws Exception {
assumeTrue(MysqlIsolatedServer.getVersion().isMariaDB);
String sql[] = {
"CREATE TABLE t ( a varchar(255), b int)",
"ALTER TABLE t drop column if exists aa",
Expand Down

0 comments on commit 6bbe8c0

Please sign in to comment.