diff --git a/docs/lock-options.md b/docs/lock-options.md index 0e40e8d5..61642b48 100644 --- a/docs/lock-options.md +++ b/docs/lock-options.md @@ -1,5 +1,9 @@ # lock-ddl-per-table option improvements +!!! important + + The lock-ddl-per-table option is deprecated in Percona Server for MySQL 8.0. Use --lock-ddl instead of this variable. + To block DDL statements on an instance, Percona Server implemented LOCK TABLES FOR BACKUP. Percona XtraBackup uses this lock for the duration of the backup. This lock does not affect DML statements.