8
0
mirror of https://github.com/FirebirdSQL/firebird.git synced 2025-01-23 06:43:04 +01:00

Fixed alter global mapping - thanks to Adriano

This commit is contained in:
alexpeshkoff 2014-04-11 16:59:42 +00:00
parent 29602be60f
commit 071b07045f

View File

@ -5989,6 +5989,7 @@ alter_map_clause($global)
: map_clause(MappingNode::MAP_MOD)
{
$$ = $1;
$$->global = $global;
}
map_to(NOTRIAL($2))
{