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
6a3e29c8
Commit
6a3e29c8
authored
Nov 28, 2003
by
monty@mysql.com
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix wrong last edit for last commit
parent
ede8169d
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
sql/sql_select.cc
sql/sql_select.cc
+2
-2
No files found.
sql/sql_select.cc
View file @
6a3e29c8
...
...
@@ -608,7 +608,7 @@ JOIN::optimize()
!
(
select_options
&
SELECT_NO_UNLOCK
))
{
TABLE
**
curr_table
,
**
end
;
for
(
curr_table
=
table
,
end
=
cur_table
+
const_tables
;
for
(
curr_table
=
table
,
end
=
cur
r
_table
+
const_tables
;
curr_table
!=
end
;
curr_table
++
)
{
...
...
@@ -1411,7 +1411,7 @@ JOIN::exec()
if
(
!
(
curr_table
->
select
->
cond
=
new
Item_cond_and
(
curr_table
->
select
->
cond
,
sort_table_cond
)))
DBUG_VOID_RETURN
;
curr_table
->
select_cond
=
cur_table
->
select
->
cond
;
curr_table
->
select_cond
=
cur
r
_table
->
select
->
cond
;
curr_table
->
select_cond
->
top_level_item
();
DBUG_EXECUTE
(
"where"
,
print_where
(
curr_table
->
select
->
cond
,
"select and having"
););
...
...
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