1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-30 16:24:05 +03:00

after merging fix

This commit is contained in:
unknown
2002-10-07 00:56:21 +03:00
parent d319dea894
commit 72a3c80dbb
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