From e7bfda3b3cc59ba3fe4fe7e7e4307704a464f97f Mon Sep 17 00:00:00 2001 From: Sergey Petrunya Date: Fri, 22 Jun 2012 14:14:22 +0400 Subject: Added comment about QUICK_RANGE_SELECT::free_cond being unused. --- sql/opt_range.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sql') 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(); -- cgit v1.2.1