mirror of
https://github.com/FirebirdSQL/firebird.git
synced 2025-01-23 00:03:02 +01:00
Correction: disallow updates in RDB$USER_PRIVILEGES.
This commit is contained in:
parent
19823f8e59
commit
31780d5054
@ -3363,6 +3363,7 @@ bool VIO_modify(thread_db* tdbb, record_param* org_rpb, record_param* new_rpb, j
|
|||||||
case rel_roles:
|
case rel_roles:
|
||||||
case rel_ccon:
|
case rel_ccon:
|
||||||
case rel_pub_tables:
|
case rel_pub_tables:
|
||||||
|
case rel_priv:
|
||||||
protect_system_table_delupd(tdbb, relation, "UPDATE");
|
protect_system_table_delupd(tdbb, relation, "UPDATE");
|
||||||
break;
|
break;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user