We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6006f08 commit 0e9b94fCopy full SHA for 0e9b94f
1 file changed
README.md
@@ -46,7 +46,7 @@ To access container IP from the container host, or vice versa:
46
You need to install mysql server in advance.
47
You can create a mariadb galera cluster, refer to https://github.com/ustcweizhou/docker-mariadb-cluster
48
49
-Please note, GET_LOCK is not supported if WSREP_ON is ON.
+~~Please note, GET_LOCK is not supported if WSREP_ON is ON.~~ (This has been fixed https://jira.mariadb.org/browse/MDEV-31325)
50
51
mysql> SELECT GET_LOCK('lock',10);
52
ERROR 1235 (42000): This version of MariaDB doesn't yet support 'GET_LOCK in cluster (WSREP_ON=ON)'
0 commit comments