mirror of
https://github.com/MariaDB/server.git
synced 2025-07-30 16:24:05 +03:00
Merge
This commit is contained in:
@ -23503,8 +23503,9 @@ void JOIN_TAB::save_explain_data(Explain_table_access *eta, table_map prefix_tab
|
||||
partition_info *part_info;
|
||||
if (!table->derived_select_number &&
|
||||
(part_info= table->part_info))
|
||||
{
|
||||
make_used_partitions_str(part_info, &eta->used_partitions);
|
||||
{ //TODO: all thd->mem_root here should be fixed
|
||||
make_used_partitions_str(thd->mem_root, part_info, &eta->used_partitions,
|
||||
eta->used_partitions_list);
|
||||
eta->used_partitions_set= true;
|
||||
}
|
||||
else
|
||||
|
Reference in New Issue
Block a user