diff options
Diffstat (limited to 'sql/sql_lex.h')
-rw-r--r-- | sql/sql_lex.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sql/sql_lex.h b/sql/sql_lex.h index e8b44d50295..a48aa5721e4 100644 --- a/sql/sql_lex.h +++ b/sql/sql_lex.h @@ -256,6 +256,8 @@ public: virtual void set_lock_for_tables(thr_lock_type lock_type) {} void mark_as_dependent(st_select_lex *last); + bool test_limit(); + friend class st_select_lex_unit; friend bool mysql_new_select(struct st_lex *lex, bool move_down); private: |