diff options
author | wax@kishkin.ru <> | 2003-03-18 04:07:40 +0500 |
---|---|---|
committer | wax@kishkin.ru <> | 2003-03-18 04:07:40 +0500 |
commit | 12f1cb55b5630eb3730f1ced55df47733a837989 (patch) | |
tree | d5655e0a1fd7bd5c629fbc934a708f44ea818663 /sql/sql_lex.h | |
parent | 0e22b88af3c260c9651f9f3b3bd4674376249d1b (diff) | |
download | mariadb-git-12f1cb55b5630eb3730f1ced55df47733a837989.tar.gz |
This is full commit of group_concat with support subselects
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 60f48f293e4..b73488f5ef9 100644 --- a/sql/sql_lex.h +++ b/sql/sql_lex.h @@ -477,6 +477,7 @@ typedef struct st_lex uint slave_thd_opt; CHARSET_INFO *charset; char *help_arg; + SQL_LIST *gorder_list; inline void uncacheable() { |