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
e7bfda3b
Commit
e7bfda3b
authored
Jun 22, 2012
by
Sergey Petrunya
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Added comment about QUICK_RANGE_SELECT::free_cond being unused.
parent
eeea010f
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
sql/opt_range.h
sql/opt_range.h
+1
-1
No files found.
sql/opt_range.h
View file @
e7bfda3b
...
...
@@ -902,7 +902,7 @@ class SQL_SELECT :public Sql_alloc {
key_map
quick_keys
;
// Possible quick keys
key_map
needed_reg
;
// Possible quick keys after prev tables.
table_map
const_tables
,
read_tables
;
bool
free_cond
;
bool
free_cond
;
/* Currently not used and always FALSE */
SQL_SELECT
();
~
SQL_SELECT
();
...
...
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