summaryrefslogtreecommitdiff
path: root/sql/opt_range.h
diff options
context:
space:
mode:
authorSergey Petrunya <psergey@askmonty.org>2012-06-22 14:14:22 +0400
committerSergey Petrunya <psergey@askmonty.org>2012-06-22 14:14:22 +0400
commite7bfda3b3cc59ba3fe4fe7e7e4307704a464f97f (patch)
treefaf9d1854ad016c98c7b06b35c715460cc6fc0f7 /sql/opt_range.h
parenteeea010fdc9248acb3dc8c58762fb4f697fc00fd (diff)
downloadmariadb-git-e7bfda3b3cc59ba3fe4fe7e7e4307704a464f97f.tar.gz
Added comment about QUICK_RANGE_SELECT::free_cond being unused.
Diffstat (limited to 'sql/opt_range.h')
-rw-r--r--sql/opt_range.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/opt_range.h b/sql/opt_range.h
index 57a62bbc143..d4b92015042 100644
--- a/sql/opt_range.h
+++ b/sql/opt_range.h
@@ -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();