Skip to content

Commit 613c553

Browse files
authored
Merge pull request #231 from percona/patrickbirch-patch-3
Update limitation.md
2 parents ea582f0 + 60aefd1 commit 613c553

File tree

1 file changed

+3
-7
lines changed

1 file changed

+3
-7
lines changed

docs/limitation.md

+3-7
Original file line numberDiff line numberDiff line change
@@ -76,11 +76,7 @@ The following limitations apply to Percona XtraDB Cluster:
7676
7777
* Avoid reusing the names of persistent tables for temporary tables
7878
79-
Although MySQL does allow having temporary tables named the same as
80-
persistent tables, this approach is not recommended.
81-
82-
Galera Cluster blocks the replication of those persistent tables
83-
the names of which match the names of temporary tables.
79+
Even though MySQL allows temporary tables to have the same names as persistent tables, using this approach is discouraged. Galera Cluster prevents replication of persistent tables with the same names as temporary tables.
8480
8581
With wsrep_debug set to *1*, the error log may contain the following message:
8682
@@ -96,7 +92,7 @@ The following limitations apply to Percona XtraDB Cluster:
9692
[MySQL Documentation: Problems with temporary tables](https://dev.mysql.com/doc/refman/{{vers}}/en/temporary-table-problems.html)
9793
9894
99-
As of version 8.0.21, an INPLACE [ALTER TABLE](https://dev.mysql.com/doc/refman/{{vers}}/en/alter-table.html) query takes an internal shared lock on the table during the execution of the query. The `LOCK=NONE` clause is no longer allowed for all of the INPLACE ALTER TABLE queries due to this change.
95+
An INPLACE [ALTER TABLE](https://dev.mysql.com/doc/refman/{{vers}}/en/alter-table.html) query takes an internal shared lock on the table during the execution of the query. Due to this change, the `LOCK=NONE` clause is no longer allowed for all `INPLACE ALTER TABLE` queries.
10096
10197
This change addresses a deadlock, which could cause a cluster node to hang in the following scenario:
10298
@@ -110,4 +106,4 @@ Do not use one or more dot characters (.) when defining the values for the follo
110106
111107
* [log_bin_index](https://dev.mysql.com/doc/refman/{{vers}}/en/replication-options-binary-log.html#option_mysqld_log-bin-index)
112108
113-
MySQL and **XtraBackup** handles the value in different ways and this difference causes unpredictable behavior.
109+
MySQL and **XtraBackup** handle the value in different ways, and this difference causes unpredictable behavior.

0 commit comments

Comments
 (0)