1
0
mirror of https://github.com/MariaDB/server.git synced 2025-11-15 09:02:33 +03:00
Files
mariadb/storage/heap
Monty 965311ee8b Added new MDL_BACKUP locks for all backup stages
Part of MDEV-5336 Implement LOCK FOR BACKUP

- Added new locks to MDL_BACKUP for all stages of backup locks and
  a new MDL lock needed for backup stages.
- Renamed MDL_BACKUP_STMT to MDL_BACKUP_DDL
- flush_tables() takes a new parameter that decides what should be flushed.
- InnoDB, Aria (transactional tables with checksums), Blackhole, Federated
  and Federatedx tables are marked to be safe for online backup. We are
  using MDL_BACKUP_TRANS_DML instead of MDL_BACKUP_DML locks for these
  which allows any DML's to proceed for these tables during the whole
  backup process until BACKUP STAGE COMMIT which will block the final
  commit.
2018-12-09 22:12:27 +02:00
..
2018-02-22 14:12:02 +01:00
2014-01-06 10:52:35 +05:30
2018-04-24 20:59:57 +03:00
2017-01-03 14:27:53 +01:00
2018-10-30 15:10:01 +01:00
2018-06-30 16:39:20 +02:00
2015-11-10 13:46:56 +02:00
2015-11-10 13:46:56 +02:00
2014-02-17 11:00:51 +01:00
2015-11-10 13:46:56 +02:00
2014-02-17 11:00:51 +01:00
2014-02-17 11:00:51 +01:00
2014-02-17 11:00:51 +01:00
2018-02-22 14:12:02 +01:00
2015-11-10 13:46:56 +02:00
2015-11-10 13:46:56 +02:00
2018-02-22 16:46:02 +01:00