interactive_timeout
This page is part of MariaDB's SkySQL Documentation.
The parent of this page is: System Variables for MariaDB Enterprise Server
Topics on this page:
Overview
The number of seconds the server waits for activity on an interactive connection before closing it
See also: System Variables for MariaDB Enterprise Server 10.6, in 10.5 ES, and in 10.4 ES
USAGE
The interactive_timeout
system variable can have its default value configured via SkySQL Configuration Manager.
DETAILS
The interactive_timeout
system variable sets the time in seconds that the server waits for an idle interactive connection to become active before closing it.
An interactive client is one that sets the
CLIENT_INTERACTIVE
option when it connects to the server withmysql_real_connect()
.Some clients may be considered interactive clients when executed with some options, and non-interactive clients when executed with other options.
PARAMETERS
Dynamic | Yes |
Scope | Global, Session |
Data Type | BIGINT UNSIGNED |
Minimum Value | 1 |
Maximum Value | 31536000 |
Default Value | 28800 |
SKYSQL
Cloud | SkySQL Topology | ES Ver | Default |
---|---|---|---|
AWS | Multi-Node Analytics | 10.5 | 28800 (choices: 300, 600, 3600, 28800, 86400) |
Single Node Analytics | 10.5 | 28800 (choices: 300, 600, 3600, 28800, 86400) | |
Distributed Transactions | 10.5 | 28800 (choices: 300, 600, 3600, 28800, 86400) | |
10.6 | 28800 (choices: 300, 600, 3600, 28800, 86400) | ||
Replicated Transactions | 10.4 | 3600 (choices: 300, 600, 3600, 28800, 86400) | |
10.5 | 3600 (choices: 300, 600, 3600, 28800, 86400) | ||
10.6 | 3600 (choices: 300, 600, 3600, 28800, 86400) | ||
Single Node Transactions | 10.4 | 3600 (choices: 300, 600, 3600, 28800, 86400) | |
10.5 | 3600 (choices: 300, 600, 3600, 28800, 86400) | ||
10.6 | 3600 (choices: 300, 600, 3600, 28800, 86400) | ||
GCP | Multi-Node Analytics | 10.5 | 28800 (choices: 300, 600, 3600, 28800, 86400) |
Single Node Analytics | 10.5 | 28800 (choices: 300, 600, 3600, 28800, 86400) | |
Distributed Transactions | 10.5 | 28800 (choices: 300, 600, 3600, 28800, 86400) | |
10.6 | 28800 (choices: 300, 600, 3600, 28800, 86400) | ||
Replicated Transactions | 10.4 | 3600 (choices: 300, 600, 3600, 28800, 86400) | |
10.5 | 3600 (choices: 300, 600, 3600, 28800, 86400) | ||
10.6 | 3600 (choices: 300, 600, 3600, 28800, 86400) | ||
Single Node Transactions | 10.4 | 3600 (choices: 300, 600, 3600, 28800, 86400) | |
10.5 | 3600 (choices: 300, 600, 3600, 28800, 86400) | ||
10.6 | 3600 (choices: 300, 600, 3600, 28800, 86400) |
PRIVILEGES
The interactive_timeout
system variable requires the SUPER
privilege to dynamically set its global value at runtime.
The interactive_timeout
system variable does not require any special privilege to dynamically set its session value at runtime.
CHANGE HISTORY
Release Series | History |
---|---|
10.6 Enterprise |
|
10.5 Enterprise |
|
10.4 Enterprise |
|
EXTERNAL REFERENCES
This page shows information specific to MariaDB SkySQL. Information for non-SkySQL use can be found on the interactive_timeout page in the MariaDB Enterprise Documentation.