diff options
author | Oleksandr Byelkin <sanja@mariadb.com> | 2020-07-27 13:00:53 +0200 |
---|---|---|
committer | Oleksandr Byelkin <sanja@mariadb.com> | 2020-07-27 14:28:23 +0200 |
commit | 2eac8a12a6f49f3b79fa23a5cd8c139d5a48779f (patch) | |
tree | 579dcfac9a37159d59b3952f74a1b0858df1beda /sql/sql_lex.h | |
parent | 6b78dc22569f5015afad2a84b8b8d42810992ac1 (diff) | |
download | mariadb-git-bb-10.4-MDEV-21998-2.tar.gz |
fix obvious bugs hidden by current_select assigned to builtin selectbb-10.4-MDEV-21998-2
Diffstat (limited to 'sql/sql_lex.h')
-rw-r--r-- | sql/sql_lex.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/sql_lex.h b/sql/sql_lex.h index d0a18d4c578..8e8a62e7a4f 100644 --- a/sql/sql_lex.h +++ b/sql/sql_lex.h @@ -4812,7 +4812,7 @@ Virtual_column_info *add_virtual_expression(THD *thd, Item *expr); Item* handle_sql2003_note184_exception(THD *thd, Item* left, bool equal, Item *expr); -void sp_create_assignment_lex(THD *thd, bool no_lookahead); +bool sp_create_assignment_lex(THD *thd, bool no_lookahead); bool sp_create_assignment_instr(THD *thd, bool no_lookahead); void mark_or_conds_to_avoid_pushdown(Item *cond); |