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
9650caaf
Commit
9650caaf
authored
Aug 25, 2005
by
pappa@c-4a09e253.1238-1-64736c10.cust.bredbandsbolaget.se
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Merge fixes
parent
94c2b5ff
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
sql/sql_base.cc
sql/sql_base.cc
+2
-2
No files found.
sql/sql_base.cc
View file @
9650caaf
...
...
@@ -3598,7 +3598,7 @@ mark_common_columns(THD *thd, TABLE_LIST *table_ref_1, TABLE_LIST *table_ref_2,
if
(
field_1
)
{
TABLE
*
table_1
=
nj_col1
->
table_ref
->
table
;
TABLE
*
table_1
=
nj_col
_
1
->
table_ref
->
table
;
/* Mark field_1 used for table cache. */
field_1
->
query_id
=
thd
->
query_id
;
table_1
->
file
->
ha_set_bit_in_read_set
(
field_1
->
fieldnr
);
...
...
@@ -3606,7 +3606,7 @@ mark_common_columns(THD *thd, TABLE_LIST *table_ref_1, TABLE_LIST *table_ref_2,
}
if
(
field_2
)
{
TABLE
*
table_2
=
nj_col2
->
table_ref
->
table
;
TABLE
*
table_2
=
nj_col
_
2
->
table_ref
->
table
;
/* Mark field_2 used for table cache. */
field_2
->
query_id
=
thd
->
query_id
;
table_2
->
file
->
ha_set_bit_in_read_set
(
field_1
->
fieldnr
);
...
...
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