Skip to content

Commit

Permalink
MySqlKey set parent, fix #4225
Browse files Browse the repository at this point in the history
  • Loading branch information
wenshao committed Apr 18, 2021
1 parent 583d86e commit 1154dcd
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3575,6 +3575,7 @@ public SQLStatement parseCreateMaterializedView() {
if (name != null) {
key.setName(name);
}
key.setParent(stmt);
stmt.getTableElementList().add(key);
}
continue;
Expand Down

0 comments on commit 1154dcd

Please sign in to comment.