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
cdd11970
Commit
cdd11970
authored
Dec 07, 2011
by
Sergey Petrunya
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove garbage assignments causing failures on Windows
parent
a1b4eadf
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
4 deletions
+0
-4
sql/opt_subselect.cc
sql/opt_subselect.cc
+0
-4
No files found.
sql/opt_subselect.cc
View file @
cdd11970
...
...
@@ -1426,14 +1426,10 @@ static bool convert_subq_to_jtbm(JOIN *parent_join,
List
<
TABLE_LIST
>
*
emb_join_list
=
&
parent_lex
->
top_join_list
;
TABLE_LIST
*
emb_tbl_nest
=
NULL
;
// will change when we learn to handle outer joins
TABLE_LIST
*
tl
;
double
rows
;
double
read_time
;
DBUG_ENTER
(
"convert_subq_to_jtbm"
);
bool
optimization_delayed
=
TRUE
;
subq_pred
->
set_strategy
(
SUBS_MATERIALIZATION
);
subq_pred
->
jtbm_read_time
=
read_time
;
subq_pred
->
jtbm_record_count
=
rows
;
subq_pred
->
is_jtbm_merged
=
TRUE
;
*
remove_item
=
TRUE
;
...
...
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