1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-27 18:02:13 +03:00

after merging fix

This commit is contained in:
bell@sanja.is.com.ua
2002-10-07 00:56:21 +03:00
parent 7af2a5b105
commit 23de67efae
6 changed files with 14 additions and 10 deletions

View File

@ -1339,7 +1339,7 @@ mysql_execute_command(THD *thd)
{
if (!(explain_result= new select_send()))
{
send_error(&thd->net, ER_OUT_OF_RESOURCES);
send_error(thd, ER_OUT_OF_RESOURCES);
DBUG_VOID_RETURN;
}
//check rights
@ -1478,7 +1478,7 @@ mysql_execute_command(THD *thd)
if (!explain_result)
if (!(explain_result= new select_send()))
{
send_error(&thd->net, ER_OUT_OF_RESOURCES);
send_error(thd, ER_OUT_OF_RESOURCES);
DBUG_VOID_RETURN;
}
else