You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/limitation.md
+3-7
Original file line number
Diff line number
Diff line change
@@ -76,11 +76,7 @@ The following limitations apply to Percona XtraDB Cluster:
76
76
77
77
* Avoid reusing the names of persistent tables for temporary tables
78
78
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.
84
80
85
81
With wsrep_debug set to *1*, the error log may contain the following message:
86
82
@@ -96,7 +92,7 @@ The following limitations apply to Percona XtraDB Cluster:
96
92
[MySQL Documentation: Problems with temporary tables](https://dev.mysql.com/doc/refman/{{vers}}/en/temporary-table-problems.html)
97
93
98
94
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.
100
96
101
97
This change addresses a deadlock, which could cause a cluster node to hang in the following scenario:
102
98
@@ -110,4 +106,4 @@ Do not use one or more dot characters (.) when defining the values for the follo
0 commit comments