Details
-
Bug
-
Status: Closed (View Workflow)
-
Major
-
Resolution: Fixed
-
5.5.40-galera, 10.0.15-galera
-
None
Description
Start a node with wsrep provider and wsrep_causal_reads=ON and then execute the following commands :
MariaDB [test]> show status like 'wsrep_ready';
|
+---------------+-------+
|
| Variable_name | Value |
|
+---------------+-------+
|
| wsrep_ready | ON |
|
+---------------+-------+
|
1 row in set (0.64 sec)
|
|
MariaDB [test]> set global wsrep_provider="/usr/lib/galera/libgalera_smm.so";
|
Query OK, 0 rows affected (2.42 sec)
|
|
MariaDB [test]> show status like 'wsrep_ready';
|
ERROR 1205 (HY000): Lock wait timeout exceeded; try restarting transaction
|
|