diff options
author | bell@laptop.sanja.is.com.ua <> | 2003-08-16 13:26:48 +0300 |
---|---|---|
committer | bell@laptop.sanja.is.com.ua <> | 2003-08-16 13:26:48 +0300 |
commit | 85f397781bc32fbc2edb82ce57e46cd613a591f0 (patch) | |
tree | 196e72d196b908a9b1a230f0e0095fa06571fc11 /sql/sql_lex.h | |
parent | 55094f903fe5d5cad55b90b2d12dfad3f8bc730b (diff) | |
download | mariadb-git-85f397781bc32fbc2edb82ce57e46cd613a591f0.tar.gz |
Code cleanup
Diffstat (limited to 'sql/sql_lex.h')
-rw-r--r-- | sql/sql_lex.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sql/sql_lex.h b/sql/sql_lex.h index fb336faa2a6..000a5f65042 100644 --- a/sql/sql_lex.h +++ b/sql/sql_lex.h @@ -449,6 +449,7 @@ public: init_query(); init_select(); } + bool setup_ref_array(THD *thd, uint order_group_num); }; typedef class st_select_lex SELECT_LEX; |