WL#2936: Falcon & MySQL plugin interface: server variables

Affects: Server-5.1   —   Status: Complete

Plugin should be able to specify server variables that are shown in SHOW
VARIABLES and settable with SET

Server variables should be made accessible from the command line and my.cnf 
and are optionally read-only at run time.

Plugin server variables may be bound to static variables or may be dynamically 
allocated as a thread-local session variable.

It should be easy to maintain plugins which make use of server variables.

(as a side mini-project, support for disabling specific plugins is added by 
supporting "--skip-plugin-{name}" or simply "--skip-{name}" if there is no 
ambiguity)