mirror of
https://github.com/FirebirdSQL/firebird.git
synced 2025-01-23 06:03:02 +01:00
Write-protect one more system relation
This commit is contained in:
parent
5186bff658
commit
512f0d944e
@ -3245,6 +3245,7 @@ void VIO_store(thread_db* tdbb, record_param* rpb, jrd_tra* transaction)
|
||||
break;
|
||||
|
||||
case rel_rfr:
|
||||
protect_system_table_insert(tdbb, request, relation);
|
||||
EVL_field(0, rpb->rpb_record, f_rfr_rname, &desc);
|
||||
SCL_check_relation(tdbb, &desc, SCL_control);
|
||||
DFW_post_work(transaction, dfw_update_format, &desc, 0);
|
||||
|
Loading…
Reference in New Issue
Block a user