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
bbbe3ac8
Commit
bbbe3ac8
authored
Nov 05, 2010
by
Igor Babaev
Browse files
Options
Browse Files
Download
Plain Diff
Merge
parents
71e48fbf
dba8cfd5
Changes
2
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
78 additions
and
37 deletions
+78
-37
sql/sql_select.cc
sql/sql_select.cc
+76
-36
sql/sql_select.h
sql/sql_select.h
+2
-1
No files found.
sql/sql_select.cc
View file @
bbbe3ac8
This diff is collapsed.
Click to expand it.
sql/sql_select.h
View file @
bbbe3ac8
...
...
@@ -394,6 +394,7 @@ typedef struct st_join_table {
}
double
get_partial_join_cardinality
()
{
return
partial_join_cardinality
;
}
bool
hash_join_is_possible
();
int
make_scan_filter
();
}
JOIN_TAB
;
...
...
@@ -1038,7 +1039,7 @@ class JOIN_CACHE :public Sql_alloc
}
JOIN_TAB
*
get_next_table
(
JOIN_TAB
*
tab
);
friend
class
JOIN_CACHE_HASHED
;
friend
class
JOIN_CACHE_BNL
;
friend
class
JOIN_CACHE_BKA
;
...
...
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