1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-29 05:21:33 +03:00

Merged 4.1 into 5.0.

This commit is contained in:
pem@mysql.com
2003-03-27 12:09:11 +01:00
65 changed files with 5341 additions and 108 deletions

View File

@ -191,7 +191,8 @@ int handle_select(THD *thd, LEX *lex, select_result *result)
send_error(thd, 0, NullS);
res= 1;
}
delete result;
if (result != lex->result)
delete result;
return res;
}