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:
@ -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)
|
||||
{
|
||||
|
Reference in New Issue
Block a user