• Vladislav Vaintroub's avatar
    MDEV-13563 lock DDL for mariabackup in 10.2 · 31774f0e
    Vladislav Vaintroub authored
    Implement lock-ddl-per-table option that locks tables before it
    is copied to backup, and helds the lock until backup finished
    
    The "DDL-lock" itself is implemented as "SELECT * from <table> LIMIT 0",
    inside a transaction, and "COMMIT" of this transaction is the DDL-unlock.
    31774f0e
suite.opt 88 Bytes