WL#9787: Allow SET PERSIST to set read-only variables too

Affects: Server-8.0   —   Status: Complete

Currently SET PERSIST can only set variables that are settable as SET GLOBAL.
Expand it to support setting read-only variables too, despite the fact that the
new values will take effect only at the next server restart.

Note that few variables will still not be settable. See HLS/FRQ for the complete 
list and the reasoning.