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

Fixed valgrind problem: reference on deleted memory of temporary table name.

Removed previous patch of this problem.
This commit is contained in:
unknown
2011-12-11 22:58:01 +02:00
parent 2e34f1828e
commit 15e9be7a86
2 changed files with 0 additions and 11 deletions

View File

@ -211,8 +211,6 @@ exit:
}
orig_table_list->derived_result= derived_result;
orig_table_list->table= table;
orig_table_list->table_name= table->s->table_name.str;
orig_table_list->table_name_length= table->s->table_name.length;
table->derived_select_number= first_select->select_number;
table->s->tmp_table= NON_TRANSACTIONAL_TMP_TABLE;
#ifndef NO_EMBEDDED_ACCESS_CHECKS