mirror of
https://github.com/MariaDB/server.git
synced 2025-07-29 05:21:33 +03:00
Added comment about QUICK_RANGE_SELECT::free_cond being unused.
This commit is contained in:
@ -902,7 +902,7 @@ class SQL_SELECT :public Sql_alloc {
|
|||||||
key_map quick_keys; // Possible quick keys
|
key_map quick_keys; // Possible quick keys
|
||||||
key_map needed_reg; // Possible quick keys after prev tables.
|
key_map needed_reg; // Possible quick keys after prev tables.
|
||||||
table_map const_tables,read_tables;
|
table_map const_tables,read_tables;
|
||||||
bool free_cond;
|
bool free_cond; /* Currently not used and always FALSE */
|
||||||
|
|
||||||
SQL_SELECT();
|
SQL_SELECT();
|
||||||
~SQL_SELECT();
|
~SQL_SELECT();
|
||||||
|
Reference in New Issue
Block a user