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
d9831e91
Commit
d9831e91
authored
Feb 26, 2007
by
evgen@sunlight.local
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
item.cc, item.h:
Post fix for bug#23800.
parent
e91347dd
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 addition
and
1 deletion
+1
-1
sql/item.cc
sql/item.cc
+1
-0
sql/item.h
sql/item.h
+0
-1
No files found.
sql/item.cc
View file @
d9831e91
...
...
@@ -5497,6 +5497,7 @@ bool Item_outer_ref::fix_fields(THD *thd, Item **reference)
if
(
!
outer_field
->
fixed
&&
(
outer_field
->
fix_fields
(
thd
,
reference
)))
return
TRUE
;
table_name
=
outer_field
->
table_name
;
return
Item_direct_ref
::
fix_fields
(
thd
,
reference
);
}
...
...
sql/item.h
View file @
d9831e91
...
...
@@ -1968,7 +1968,6 @@ public:
outer_field_arg
->
field_name
),
outer_field
(
outer_field_arg
)
{
table_name
=
my_strdup
(
outer_field_arg
->
table_name
,
MYF
(
MY_WME
));
ref
=
(
Item
**
)
&
outer_field
;
set_properties
();
fixed
=
0
;
...
...
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