1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-27 18:02:13 +03:00

some fixes for SELECT INTO @vars ..

This commit is contained in:
Sinisa@sinisa.nasamreza.org
2002-10-16 16:55:08 +03:00
parent 51e98da24a
commit cd5ff6301e
5 changed files with 119 additions and 106 deletions

View File

@ -334,6 +334,7 @@ typedef struct st_lex
enum SSL_type ssl_type; /* defined in violite.h */
String *wild;
sql_exchange *exchange;
select_result *result;
List<key_part_spec> col_list;
List<key_part_spec> ref_list;
@ -348,7 +349,6 @@ typedef struct st_lex
List<List_item> many_values;
List<set_var_base> var_list;
List<Item> param_list;
List<LEX_STRING> select_into_var_list;
SQL_LIST proc_list, auxilliary_table_list;
TYPELIB *interval;
create_field *last_field;