1
0
mirror of https://github.com/MariaDB/server.git synced 2025-09-11 05:52:26 +03:00

revert of the fix for bug #45989: pushed by mistake.

This commit is contained in:
Georgi Kodinov
2010-01-19 14:48:41 +02:00
parent 8c6d6c0c6c
commit 2fa49930ca
3 changed files with 0 additions and 31 deletions

View File

@@ -5824,8 +5824,6 @@ JOIN::make_simple_join(JOIN *parent, TABLE *tmp_table)
const_table_map= 0;
tmp_table_param.field_count= tmp_table_param.sum_func_count=
tmp_table_param.func_count= 0;
if (tmp_table_param.copy_field)
delete [] tmp_table_param.copy_field;
tmp_table_param.copy_field= tmp_table_param.copy_field_end=0;
first_record= sort_and_group=0;
send_records= (ha_rows) 0;