Skip to content

Commit 31780d5

Browse files
committed
Correction: disallow updates in RDB$USER_PRIVILEGES.
1 parent 19823f8 commit 31780d5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/jrd/vio.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3363,6 +3363,7 @@ bool VIO_modify(thread_db* tdbb, record_param* org_rpb, record_param* new_rpb, j
33633363
case rel_roles:
33643364
case rel_ccon:
33653365
case rel_pub_tables:
3366+
case rel_priv:
33663367
protect_system_table_delupd(tdbb, relation, "UPDATE");
33673368
break;
33683369

0 commit comments

Comments
 (0)