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

Fixed unregistered bug: ALTER VIEW drops permissions

This commit is contained in:
asfernandes 2009-12-18 10:21:59 +00:00
parent 6bdfc7ae14
commit 5ec709a2c3

View File

@ -2154,7 +2154,6 @@ void DYN_modify_view( Global* gbl, const UCHAR** ptr)
REL.RDB$SYSTEM_FLAG.NULL = FALSE;
REL.RDB$VIEW_BLR.NULL = TRUE;
REL.RDB$VIEW_SOURCE.NULL = TRUE;
REL.RDB$SECURITY_CLASS.NULL = TRUE;
jrd_req* request2 = NULL;