mirror of
https://gitee.com/wangbin579/cetus.git
synced 2024-11-30 02:47:35 +08:00
24 lines
606 B
Plaintext
24 lines
606 B
Plaintext
{
|
|
"variables": [
|
|
{
|
|
"name": "profiling",
|
|
"type": "int",
|
|
"allowed_values": ["*"],
|
|
"silent_values": ["*"]
|
|
},
|
|
{
|
|
"name": "sql_mode",
|
|
"type": "string-csv",
|
|
"allowed_values": ["STRICT_TRANS_TABLES",
|
|
"NO_AUTO_CREATE_USER",
|
|
"NO_ENGINE_SUBSTITUTION"]
|
|
},
|
|
{
|
|
"name": "connect_timeout",
|
|
"type": "string",
|
|
"allowed_values": ["*"],
|
|
"silent_values": ["10", "100"]
|
|
}
|
|
]
|
|
}
|