slave_max_statement_time
This page is part of MariaDB's Documentation.
The parent of this page is: System Variables for MariaDB Enterprise Server
Topics on this page:
Overview
In 10.6 ES, 10.5 ES:
A query that has taken more than slave_
max_ statement_ time seconds to run on the slave will be aborted. The argument will be treated as a decimal value with microsecond precision. A value of 0 (default) means no timeout
DETAILS
PARAMETERS
Command-line | --slave_max_statement_time=# |
Configuration file | Supported |
Dynamic | Yes |
Scope | Global |
Data Type | DOUBLE |
Minimum Value | 0 |
Maximum Value | 31536000 |
Product Default Value | 0.000000 |