MySQL 9.1.0
Source Code Documentation
|
#include "sql/mem_root_array.h"
Go to the source code of this file.
Typedefs | |
using | Func_ptr_array = Mem_root_array< Func_ptr > |
Functions | |
bool | FinalizePlanForQueryBlock (THD *thd, Query_block *query_block, AccessPath *root_path) |
void | ReplaceOrderItemsWithTempTableFields (THD *thd, ORDER *order, const Func_ptr_array &items_to_copy) |
using Func_ptr_array = Mem_root_array<Func_ptr> |
bool FinalizePlanForQueryBlock | ( | THD * | thd, |
Query_block * | query_block, | ||
AccessPath * | root_path | ||
) |
void ReplaceOrderItemsWithTempTableFields | ( | THD * | thd, |
ORDER * | order, | ||
const Func_ptr_array & | items_to_copy | ||
) |