1
0
mirror of https://github.com/MariaDB/server.git synced 2025-12-24 11:21:21 +03:00

Two small fixes to make -debug version usable again.

This commit is contained in:
dlenev@brandersnatch.localdomain
2004-09-14 00:35:42 +04:00
parent 0b3d778691
commit 574f850afa
2 changed files with 1 additions and 3 deletions

View File

@@ -232,8 +232,6 @@ int handle_select(THD *thd, LEX *lex, select_result *result)
result->abort();
res= 1; // Error sent to client
}
if (result != lex->result)
delete result;
DBUG_RETURN(res);
}