mirror of
https://github.com/MariaDB/server.git
synced 2025-07-27 18:02:13 +03:00
Don't use ranges on HEAP tables with LIKE
Don't reconnect client on close
This commit is contained in:
@ -1657,6 +1657,7 @@ mysql_close(MYSQL *mysql)
|
||||
{
|
||||
free_old_query(mysql);
|
||||
mysql->status=MYSQL_STATUS_READY; /* Force command */
|
||||
mysql->reconnect=0;
|
||||
simple_command(mysql,COM_QUIT,NullS,0,1);
|
||||
end_server(mysql);
|
||||
}
|
||||
|
Reference in New Issue
Block a user