mirror of
https://github.com/MariaDB/server.git
synced 2025-08-01 03:47:19 +03:00
MDEV-18806 Synchronize ALTER TABLE EXCHANGE PARTITION and PURGE grammar in sql_yacc.yy and sql_yacc_ora.yy
This commit is contained in:
@ -4451,6 +4451,11 @@ public:
|
||||
bool stmt_execute(const Lex_ident_sys_st &ident, List<Item> *params);
|
||||
bool stmt_execute_immediate(Item *code, List<Item> *params);
|
||||
void stmt_deallocate_prepare(const Lex_ident_sys_st &ident);
|
||||
|
||||
bool stmt_alter_table_exchange_partition(Table_ident *table);
|
||||
|
||||
void stmt_purge_to(const LEX_CSTRING &to);
|
||||
bool stmt_purge_before(Item *item);
|
||||
};
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user