MySQL 9.1.0
Source Code Documentation
|
#include <sys/types.h>
#include <vector>
#include "my_base.h"
#include "my_inttypes.h"
#include "sql/field.h"
#include "sql/mem_root_array.h"
#include "sql/thr_malloc.h"
Go to the source code of this file.
Classes | |
class | Func_ptr |
Helper class for copy_funcs(); represents an Item to copy from table to next tmp table. More... | |
class | Temp_table_param |
Object containing parameters used when creating and using temporary tables. More... | |
Typedefs | |
typedef Mem_root_array< Func_ptr > | Func_ptr_array |
Used by copy_funcs() More... | |
typedef Mem_root_array<Func_ptr> Func_ptr_array |
Used by copy_funcs()