1
0
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:
monty@donna.mysql.fi
2001-04-17 03:55:25 +03:00
parent 561c18c116
commit 1e80c3f3e1
6 changed files with 13 additions and 10 deletions

View File

@ -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);
}