Retro Eye care Haitian Deep Dark Default

SET DIST VARIABLE

Description

The SET DIST VARIABLE syntax is used to set system variables.

Syntax

SetDistVariable ::=
  'SET' 'DIST' 'VARIABLE' (proxyPropertyName '=' proxyPropertyValue | 'agent_plugins_enabled' '=' agentPluginsEnabled)

proxyPropertyName ::= 
  identifier

proxyPropertyValue ::=
  literal

agentPluginsEnabled ::=
  boolean

Supplement

  • proxy_property_name is one of properties configuration of PROXY, name is split by underscore

  • agent_plugins_enabled is use to set the agent plugins enable status, the default value is FALSE

  • system_log_level is the system log level, only affects the log printing of PROXY, the default value is INFO

Example

  • Set property configuration of Proxy
SET DIST VARIABLE sql_show = true;
  • Set agent plugin enable status
SET DIST VARIABLE agent_plugins_enabled = TRUE;

Reserved word

SET, DIST, VARIABLE