From 0b505fb437eedd1b31c99888247c2259539c095b Mon Sep 17 00:00:00 2001 From: unknown Date: Tue, 18 Mar 2003 04:07:40 +0500 Subject: This is full commit of group_concat with support subselects include/mysqld_error.h: add warning sql/field.h: add friend class sql/item_sum.cc: add function sql/item_sum.h: add class sql/lex.h: add lex sql/mysql_priv.h: change push_warning sql/mysqld.cc: add new option sql/set_var.cc: add new system variable sql/share/english/errmsg.txt: add new message text sql/sql_class.h: change MY_ERROR class sql/sql_error.cc: change push_warning sql/sql_lex.h: add qorder_list for function sql/sql_yacc.yy: add structure of group_concat BitKeeper/etc/logging_ok: Logging to logging@openlogging.org accepted --- sql/sql_lex.h | 1 + 1 file changed, 1 insertion(+) (limited to 'sql/sql_lex.h') 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() { -- cgit v1.2.1