Skip to content

Commit

Permalink
Partial fix for CORE-6147: be smart when dealing with global mappings…
Browse files Browse the repository at this point in the history
… in metadata script
  • Loading branch information
AlexPeshkoff committed Jul 1, 2020
1 parent 3192818 commit dbc28a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/isql/show.epp
Original file line number Diff line number Diff line change
Expand Up @@ -4913,7 +4913,7 @@ static void printMap(bool extract, bool global, char* name, char* usng, char* pl
{
isqlGlob.printf("CREATE ");
if (global)
isqlGlob.printf("GLOBAL ");
isqlGlob.printf("OR ALTER GLOBAL ");
}
printIdent(extract, name, extract ? "MAPPING %s " : "%s ");

Expand Down

0 comments on commit dbc28a8

Please sign in to comment.