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
71970547
Commit
71970547
authored
Dec 05, 2006
by
iggy@rolltop.ignatz42.dyndns.org
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Bug#20836 Selecting into variables results in wrong results being returned
- Comment Cleanup.
parent
761a88ee
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
8 deletions
+0
-8
sql/sql_class.cc
sql/sql_class.cc
+0
-8
No files found.
sql/sql_class.cc
View file @
71970547
...
@@ -1746,14 +1746,6 @@ bool select_dumpvar::send_data(List<Item> &items)
...
@@ -1746,14 +1746,6 @@ bool select_dumpvar::send_data(List<Item> &items)
while
((
ls
=
var_li
++
)
&&
(
item
=
it
++
))
while
((
ls
=
var_li
++
)
&&
(
item
=
it
++
))
{
{
Item_func_set_user_var
*
suv
=
new
Item_func_set_user_var
(
*
ls
,
item
);
Item_func_set_user_var
*
suv
=
new
Item_func_set_user_var
(
*
ls
,
item
);
/*
Item_func_set_user_var can't substitute something else on its
place => NULL may be passed as last argument (reference on
item) Item_func_set_user_var can't be fixed after creation, so
we do not check var->fixed
*/
suv
->
fix_fields
(
thd
,
(
TABLE_LIST
*
)
thd
->
lex
->
select_lex
.
table_list
.
first
,
suv
->
fix_fields
(
thd
,
(
TABLE_LIST
*
)
thd
->
lex
->
select_lex
.
table_list
.
first
,
0
);
0
);
suv
->
check
();
suv
->
check
();
...
...
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