1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-30 16:24:05 +03:00

MDEV-16095 Oracle-style placeholder inside GROUP BY..WITH ROLLUP breaks replication

This commit is contained in:
Alexander Barkov
2018-05-06 16:10:49 +04:00
parent b20039dd80
commit 4891d514b6
5 changed files with 65 additions and 11 deletions

View File

@ -3577,8 +3577,8 @@ public:
bool new_row);
// For syntax with colon, e.g. :NEW.a or :OLD.a
Item *make_item_colon_ident_ident(THD *thd,
const Lex_ident_sys_st *a,
const Lex_ident_sys_st *b);
const Lex_ident_cli_st *a,
const Lex_ident_cli_st *b);
void sp_block_init(THD *thd, const LEX_CSTRING *label);
void sp_block_init(THD *thd)
{