mirror of
https://github.com/MariaDB/server.git
synced 2026-05-09 16:44:29 +02:00
merge
mysql-test/r/subselect.result: Auto merged sql/item_cmpfunc.cc: Auto merged sql/mysqld.cc: Auto merged sql/opt_range.cc: Auto merged sql/opt_range.h: Auto merged sql/sql_acl.cc: Auto merged sql/sql_class.cc: Auto merged
This commit is contained in:
commit
44289ba658
27 changed files with 160 additions and 149 deletions
|
|
@ -127,6 +127,7 @@ class SQL_SELECT :public Sql_alloc {
|
|||
|
||||
SQL_SELECT();
|
||||
~SQL_SELECT();
|
||||
void cleanup();
|
||||
bool check_quick(THD *thd, bool force_quick_range, ha_rows limit)
|
||||
{ return test_quick_select(thd, key_map(~0), 0, limit, force_quick_range) < 0; }
|
||||
inline bool skip_record() { return cond ? cond->val_int() == 0 : 0; }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue