Skip to content
Permalink
Browse files
MDEV-18380 : adjust max_statement_time in mariabackup
  • Loading branch information
vaintroub authored and dr-m committed Feb 1, 2019
1 parent f669cec commit a2641b2
Showing 1 changed file with 1 addition and 1 deletion.
@@ -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);

0 comments on commit a2641b2

Please sign in to comment.