Commit a2641b26 authored by Vladislav Vaintroub's avatar Vladislav Vaintroub Committed by Marko Mäkelä

MDEV-18380 : adjust max_statement_time in mariabackup

parent f669cecb
......@@ -152,7 +152,7 @@ xb_mysql_connect()
return(NULL);
}
xb_mysql_query(connection, "SET SESSION wait_timeout=2147483",
xb_mysql_query(connection, "SET SESSION wait_timeout=2147483, max_statement_time=0",
false, true);
return(connection);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment