Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
M
MariaDB
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
nexedi
MariaDB
Commits
e4b5c871
Commit
e4b5c871
authored
Nov 16, 2010
by
unknown
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fixed mess in the types.
parent
52a37d08
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
sql/item.h
sql/item.h
+3
-3
No files found.
sql/item.h
View file @
e4b5c871
...
...
@@ -488,8 +488,7 @@ class Item {
FIELD_VARIANCE_ITEM
,
INSERT_VALUE_ITEM
,
SUBSELECT_ITEM
,
ROW_ITEM
,
CACHE_ITEM
,
TYPE_HOLDER
,
PARAM_ITEM
,
TRIGGER_FIELD_ITEM
,
DECIMAL_ITEM
,
XPATH_NODESET
,
XPATH_NODESET_CMP
,
VIEW_FIXER_ITEM
};
XPATH_NODESET
,
XPATH_NODESET_CMP
};
enum
cond_result
{
COND_UNDEF
,
COND_OK
,
COND_TRUE
,
COND_FALSE
};
...
...
@@ -2908,7 +2907,8 @@ class Item_insert_value : public Item_field
{
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
being treated as a constant and precalculated before execution
*/
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment