MySQL 9.1.0
Source Code Documentation
|
Buffers to save and compare item values. More...
#include <stddef.h>
#include <algorithm>
#include "my_alloc.h"
#include "my_dbug.h"
#include "my_inttypes.h"
#include "mysql/udf_registration_types.h"
#include "sql-common/json_dom.h"
#include "sql-common/my_decimal.h"
#include "sql/current_thd.h"
#include "sql/item.h"
#include "sql/sql_class.h"
#include "sql/system_variables.h"
#include "sql/thr_malloc.h"
#include "sql_string.h"
#include "template_utils.h"
Functions | |
Cached_item * | new_Cached_item (THD *thd, Item *item) |
Create right type of Cached_item for an item. More... | |
Buffers to save and compare item values.
Cached_item * new_Cached_item | ( | THD * | thd, |
Item * | item | ||
) |
Create right type of Cached_item for an item.