1
0
mirror of https://github.com/MariaDB/server.git synced 2025-08-08 11:22:35 +03:00

MDEV-28963 Incompatible data type assignment through SP vars is not consistent with columns

This commit is contained in:
Alexander Barkov
2022-06-27 18:01:16 +04:00
parent c4bfb61803
commit 4a7e337e5f
26 changed files with 1801 additions and 29 deletions

View File

@@ -5493,7 +5493,8 @@ public:
bool restore_from_local_lex_to_old_lex(LEX *oldlex);
Item *sp_fix_func_item(Item **it_addr);
Item *sp_prepare_func_item(Item **it_addr, uint cols= 1);
Item *sp_fix_func_item_for_assignment(const Field *to, Item **it_addr);
Item *sp_prepare_func_item(Item **it_addr, uint cols);
bool sp_eval_expr(Field *result_field, Item **expr_item_ptr);
bool sql_parser(LEX *old_lex, LEX *lex,