forked from twitter-forks/mysql
-
Notifications
You must be signed in to change notification settings - Fork 0
System Variables
darnaut edited this page Mar 21, 2012
·
1 revision
The Twitter MySQL server maintains system variables that indicate how it is configured. System variables can be set at server startup using options on the command line or in an option file.
Name | Cmd-Line | Option file | System Var | Var Scope | Dynamic |
---|---|---|---|---|---|
max_statement_time | No | No | Yes | Session | Yes |
protocol_mode | Yes | Yes | Yes | Both | Yes |
super_only | Yes | Yes | Yes | Global | Yes |
Variable Name | max_statement_time |
---|---|
Variable Scope | Session |
Dynamic Variable | Yes |
Type | Numeric |
Default | 0 |
Valid Values | 0 .. (2^64)-1 |
Command-Line Format | --protocol-mode=name |
---|---|
Option-File Format | protocol-mode |
Option Sets Variable | Yes, protocol_mode |
Variable Name | protocol_mode |
Variable Scope | Global, Session |
Dynamic Variable | Yes |
Type | set |
Default | "" |
Valid Values |
|
Command-Line Format | --super-only |
---|---|
Option-File Format | super_only |
Option Sets Variable | Yes, super_only |
Variable Name | super_only |
Variable Scope | Global |
Dynamic Variable | Yes |
Type | numeric |
Default | 0 |
Valid Values |
|