Commit e7bfda3b authored by Sergey Petrunya's avatar Sergey Petrunya

Added comment about QUICK_RANGE_SELECT::free_cond being unused.

parent eeea010f
......@@ -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();
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment