Commit b2440899 authored by Sergei Golubchik's avatar Sergei Golubchik

MDEV-34318 post-merge fix

parent cbe13e9e
......@@ -2024,7 +2024,7 @@ static MYSQL* connect_to_db(char *host, char *user,char *passwd)
goto err;
/* Set server side timeout between client commands to server compiled-in default */
if(mysql_query_with_error_report(con,0, "/*!100100 SET WAIT_TIMEOUT=DEFAULT */"))
if(mysql_query_with_error_report(con,0, "/*M!100100 SET WAIT_TIMEOUT=DEFAULT */"))
goto err;
DBUG_RETURN(con);
......
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