|
There seems to be quite a few such variables, other examples are default_storage_engine, slave_parallel_mode, log_bin etc.
Semantically, I can't see what they can have in common.
One oddity that they share, which may well be a coincidence, is that they all also have COMMAND_LINE_ARGUMENT: NULL. It is a strange value.
COMMAND_LINE_ARGUMENT can be one of REQUIRED, OPTIONAL and NONE, which are understandable.
I would expect NULL be reserved for true read-only variables (those which cannot be changed at all), such as LICENSE etc., but it isn't the case.
|