Re: [Maria-developers] adaafcf5184: MDEV-16930: Crash when VALUES in derived table contains expressions

16 Aug
2018
16 Aug
'18
5:23 p.m.
Hi, Oleksandr! On Aug 16, Oleksandr Byelkin wrote:
Could you please create a special rule for that? Like named_value: remember_name expr_or_default remember_end { if (unlikely(Lex->insert_list->push_back($2, thd->mem_root))) MYSQL_YYABORT; // give some name in case of using in table value constuctor (TVC) $2->set_name(thd, $1, (uint) ($3 - $1), thd->charset()); } values: values ',' named_value | named_value ; if it'll work, that is Regards, Sergei Chief Architect MariaDB and security@mariadb.org
2414
Age (days ago)
2414
Last active (days ago)
0 comments
1 participants
participants (1)
-
Sergei Golubchik