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
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
mariadb
Commits
5d37fce9
Commit
5d37fce9
authored
Aug 25, 2006
by
unknown
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Comment cleanup after push of bug#21166.
parent
807ecdf4
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
7 deletions
+7
-7
sql/item.cc
sql/item.cc
+7
-7
No files found.
sql/item.cc
View file @
5d37fce9
...
@@ -421,11 +421,10 @@ void Item::rename(char *new_name)
...
@@ -421,11 +421,10 @@ void Item::rename(char *new_name)
/*
/*
transform() - traverse item tree possibly transforming it (replacing
Traverse item tree possibly transforming it (replacing items).
items)
SYNOPSIS
SYNOPSIS
transform()
Item::
transform()
transformer functor that performs transformation of a subtree
transformer functor that performs transformation of a subtree
arg opaque argument passed to the functor
arg opaque argument passed to the functor
...
@@ -450,9 +449,9 @@ void Item::rename(char *new_name)
...
@@ -450,9 +449,9 @@ void Item::rename(char *new_name)
it, please use Item::walk() instead.
it, please use Item::walk() instead.
RETURN
RETURN
VALUE
Returns pointer to the new subtree root. THD::change_item_tree()
Returns pointer to the new subtree root. THD::change_item_tree()
should be called for it if transformation took place, i.e. if
should be called for it if transformation took place, i.e. if
a
pointer to newly allocated item is returned.
pointer to newly allocated item is returned.
*/
*/
...
@@ -5339,9 +5338,10 @@ int Item_default_value::save_in_field(Field *field_arg, bool no_conversions)
...
@@ -5339,9 +5338,10 @@ int Item_default_value::save_in_field(Field *field_arg, bool no_conversions)
/*
/*
This method like the walk method traverses the item tree, but at
This method like the walk method traverses the item tree, but at the
the
same time it can replace some nodes in the tree
same time it can replace some nodes in the tree
*/
*/
Item
*
Item_default_value
::
transform
(
Item_transformer
transformer
,
byte
*
args
)
Item
*
Item_default_value
::
transform
(
Item_transformer
transformer
,
byte
*
args
)
{
{
DBUG_ASSERT
(
!
current_thd
->
is_stmt_prepare
());
DBUG_ASSERT
(
!
current_thd
->
is_stmt_prepare
());
...
...
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