The SET DIST VARIABLE syntax is used to set system variables.
SetDistVariable ::=
'SET' 'DIST' 'VARIABLE' variableName '=' variableValue
variableName ::=
identifier
variableValue ::=
literal
variableName is one of properties configuration of PROXY. Use underscores instead of hyphens in DistSQL variable names.
agent_plugins_enabled is used to set the agent plugin status. Its default value is TRUE.
ProxySET DIST VARIABLE sql_show = true;
agent plugin enable statusSET DIST VARIABLE agent_plugins_enabled = TRUE;
SET, DIST, VARIABLE
