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
17237301
Commit
17237301
authored
Nov 27, 2002
by
bell@sanja.is.com.ua
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
typo fixed
parent
1784d97f
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
sql/item.cc
sql/item.cc
+2
-2
No files found.
sql/item.cc
View file @
17237301
...
@@ -465,13 +465,13 @@ bool Item_asterisk_remover::fix_fields(THD *thd,
...
@@ -465,13 +465,13 @@ bool Item_asterisk_remover::fix_fields(THD *thd,
Item_field
*
fitem
=
(
Item_field
*
)
item
;
Item_field
*
fitem
=
(
Item_field
*
)
item
;
if
(
!
list
->
next
||
fitem
->
db_name
||
fitem
->
table_name
)
if
(
!
list
->
next
||
fitem
->
db_name
||
fitem
->
table_name
)
{
{
TABLE_LIST
*
table
=
find_table_in_list
(
thd
,
list
,
TABLE_LIST
*
table
=
find_table_in_list
(
list
,
fitem
->
db_name
,
fitem
->
db_name
,
fitem
->
table_name
);
fitem
->
table_name
);
if
(
table
)
if
(
table
)
{
{
TABLE
*
tb
=
table
->
table
;
TABLE
*
tb
=
table
->
table
;
if
(
find_table_in_list
(
t
hd
,
t
able
->
next
,
fitem
->
db_name
,
if
(
find_table_in_list
(
table
->
next
,
fitem
->
db_name
,
fitem
->
table_name
)
!=
0
||
fitem
->
table_name
)
!=
0
||
tb
->
fields
==
1
)
tb
->
fields
==
1
)
{
{
...
...
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