Skip to content
Snippets Groups Projects
Commit 37491733 authored by Sergey Ostanevich's avatar Sergey Ostanevich Committed by Nikita Pettik
Browse files

sql: forbid data changes in read-only mode

A number of places in sql.c uses direct access to box_process_rw() that
does not check read-only setting. Fixed by use of an intended interface
of box_process1().

Closes #5231
parent e23b14dc
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment