-
Notifications
You must be signed in to change notification settings - Fork 207
Closed
Description
The Percona Cluster, by default, deny the use of explicit table locking.
See: https://docs.percona.com/percona-xtradb-cluster/8.4/strict-mode.html
Workaroud is to set the global variable pxc_strict_mode to PERMISSIVE (SET GLOBAL pxc_strict_mode=PERMISSIVE;) or to start the server with the --pxc-strict-mode=PERMISSIVE argument.
But the best solution remains to use the solution provided by percona; locking the tables for backup (LOCK TABLES FOR BACKUP), see: https://docs.percona.com/percona-server/8.4/backup-locks.html
Is it possible or not to have a dump adaptation between mysql variants? Or a check specific to percona servers?
Metadata
Metadata
Assignees
Labels
No labels
