mirror of
https://github.com/MariaDB/server.git
synced 2025-01-30 10:31:54 +01:00
Fixed mess in the types.
This commit is contained in:
parent
d95cbe369c
commit
769f6dea9d
1 changed files with 3 additions and 3 deletions
|
@ -488,8 +488,7 @@ public:
|
||||||
FIELD_VARIANCE_ITEM, INSERT_VALUE_ITEM,
|
FIELD_VARIANCE_ITEM, INSERT_VALUE_ITEM,
|
||||||
SUBSELECT_ITEM, ROW_ITEM, CACHE_ITEM, TYPE_HOLDER,
|
SUBSELECT_ITEM, ROW_ITEM, CACHE_ITEM, TYPE_HOLDER,
|
||||||
PARAM_ITEM, TRIGGER_FIELD_ITEM, DECIMAL_ITEM,
|
PARAM_ITEM, TRIGGER_FIELD_ITEM, DECIMAL_ITEM,
|
||||||
XPATH_NODESET, XPATH_NODESET_CMP,
|
XPATH_NODESET, XPATH_NODESET_CMP};
|
||||||
VIEW_FIXER_ITEM};
|
|
||||||
|
|
||||||
enum cond_result { COND_UNDEF,COND_OK,COND_TRUE,COND_FALSE };
|
enum cond_result { COND_UNDEF,COND_OK,COND_TRUE,COND_FALSE };
|
||||||
|
|
||||||
|
@ -2908,7 +2907,8 @@ public:
|
||||||
{
|
{
|
||||||
return Item_field::save_in_field(field_arg, no_conversions);
|
return Item_field::save_in_field(field_arg, no_conversions);
|
||||||
}
|
}
|
||||||
/*
|
enum Type type() const { return INSERT_VALUE_ITEM; }
|
||||||
|
/*
|
||||||
We use RAND_TABLE_BIT to prevent Item_insert_value from
|
We use RAND_TABLE_BIT to prevent Item_insert_value from
|
||||||
being treated as a constant and precalculated before execution
|
being treated as a constant and precalculated before execution
|
||||||
*/
|
*/
|
||||||
|
|
Loading…
Add table
Reference in a new issue