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

three bug fixes and major code cleanup

This commit is contained in:
Sinisa@sinisa.nasamreza.org
2003-03-06 17:02:10 +02:00
parent b2eb6eabf1
commit ffa8a47b6d
12 changed files with 76 additions and 51 deletions

View File

@@ -2433,7 +2433,7 @@ mysql_execute_command(THD *thd)
(ORDER *)NULL,
select_lex->options | thd->options |
SELECT_NO_JOIN_CACHE,
result, unit, select_lex, 0, 0);
result, unit, select_lex, 0);
if (thd->net.report_error)
res= -1;
delete result;