summaryrefslogtreecommitdiff
path: root/sql/sql_lex.h
diff options
context:
space:
mode:
authorbell@sanja.is.com.ua <>2004-04-07 15:23:05 +0300
committerbell@sanja.is.com.ua <>2004-04-07 15:23:05 +0300
commit61fd95d168b51092b7ce3ff56b2c8c8ed1a49c0f (patch)
treec7d0df7f0334621904d6713b3ea5f4ba1c9cefbe /sql/sql_lex.h
parent560a9f66d3ea7ad13d65256129c0a69a33c6f5ac (diff)
parent5fa9953ce379a323db1f3bcab8d7556acd1e1f4d (diff)
downloadmariadb-git-61fd95d168b51092b7ce3ff56b2c8c8ed1a49c0f.tar.gz
Merge sanja.is.com.ua:/home/bell/mysql/bk/mysql-4.1
into sanja.is.com.ua:/home/bell/mysql/bk/work-ps3-4.1
Diffstat (limited to 'sql/sql_lex.h')
-rw-r--r--sql/sql_lex.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/sql_lex.h b/sql/sql_lex.h
index c86c7d4a81d..5538fb0e832 100644
--- a/sql/sql_lex.h
+++ b/sql/sql_lex.h
@@ -396,6 +396,7 @@ public:
SQL_LIST order_list; /* ORDER clause */
List<List_item> expr_list;
List<List_item> when_list; /* WHEN clause (expression) */
+ SQL_LIST *gorder_list;
ha_rows select_limit, offset_limit; /* LIMIT clause parameters */
// Arrays of pointers to top elements of all_fields list
Item **ref_pointer_array;
@@ -538,7 +539,6 @@ typedef struct st_lex
gptr yacc_yyss,yacc_yyvs;
THD *thd;
CHARSET_INFO *charset;
- SQL_LIST *gorder_list;
List<key_part_spec> col_list;
List<key_part_spec> ref_list;