Comments - Aborting Statements that Exceed a Certain Time to Execute

8 years, 1 month ago Denis Malinovskiy

Will it interrupt replicated queries as well?

Also, will it interrupt long ALTER TABLEs running on the master DB?

 
6 years, 2 months ago Michael Widenius

Replicated queries are not affected by max_statement_time

All queries on the master will be aborted according to query timeout. For long ALTER TABLE, you should increase the timeout with SET MAX_STATEMENT_TIME=100000 ALTER TABLE ...

 
Content reproduced on this site is the property of its respective owners, and this content is not reviewed in advance by MariaDB. The views, information and opinions expressed by this content do not necessarily represent those of MariaDB or any other party.