mirror of
https://github.com/MariaDB/server.git
synced 2025-07-29 05:21:33 +03:00
MDEV-25975: Merge 10.3 into 10.4
This commit is contained in:
@ -1595,6 +1595,9 @@ struct handlerton
|
||||
@retval 0 if no system-versioned data was affected by the transaction */
|
||||
ulonglong (*prepare_commit_versioned)(THD *thd, ulonglong *trx_id);
|
||||
|
||||
/** Disable or enable the internal writes of a storage engine */
|
||||
void (*disable_internal_writes)(bool disable);
|
||||
|
||||
/* backup */
|
||||
void (*prepare_for_backup)(void);
|
||||
void (*end_backup)(void);
|
||||
@ -4951,6 +4954,8 @@ int ha_delete_table(THD *thd, handlerton *db_type, const char *path,
|
||||
void ha_prepare_for_backup();
|
||||
void ha_end_backup();
|
||||
|
||||
void ha_disable_internal_writes(bool disable);
|
||||
|
||||
/* statistics and info */
|
||||
bool ha_show_status(THD *thd, handlerton *db_type, enum ha_stat_type stat);
|
||||
|
||||
|
Reference in New Issue
Block a user