1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-27 18:02:13 +03:00

Added comment about QUICK_RANGE_SELECT::free_cond being unused.

This commit is contained in:
Sergey Petrunya
2012-06-22 14:14:22 +04:00
parent eeea010fdc
commit e7bfda3b3c

View File

@ -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();