summaryrefslogtreecommitdiff
path: root/mysql-test/include/have_wsrep_enabled.inc
Commit message (Collapse)AuthorAgeFilesLines
* Galera4Brave Galera Crew2019-01-231-1/+0
|
* MDEV-12758 wrep.pool_of_threads failed in buildbot with WSREP ...Sachin Setiya2017-06-291-0/+1
| | | | | | | | | | | | Problem:- While running tests from wsrep suite , we include file have_wsrep.inc or have_wsrep_enabled.inc , these file test wsrep plugin is ACTIVE or 'wsrep_on' is ON. These select does not ensure that whether 'wsrep_ready' is ON , So that we can process SQL queries. So sometimes we will get error like this mysqltest: At line 81: query 'call mtr.check_testcase()' failed: 1047: WSREP has not yet prepared node for application use not ok Solution:- In file have_wsrep.inc and have_wsrep_enabled.inc we will include wait_until_ready.inc , which will wait untill 'wsrep_on' is on
* MDEV-7053: WSREP_STATUS & WSREP_MEMBERSHIP I_S tablesNirbhay Choubey2014-11-221-0/+11
| | | | | wsrep_info INFORMATION_SCHEMA plugin to provide WSREP_STATUS and WSREP_MEMBERSHIP tables.
* cleanup: remove galera/wsrep magic from mtrSergei Golubchik2014-10-011-9/+0
|
* cleanup: galera merge, simple changesSergei Golubchik2014-10-011-4/+4
|
* MDEV-6247: Merge 10.0-galera to 10.1.Jan Lindström2014-08-261-0/+9
Merged lp:maria/maria-10.0-galera up to revision 3879. Added a new functions to handler API to forcefully abort_transaction, producing fake_trx_id, get_checkpoint and set_checkpoint for XA. These were added for future possiblity to add more storage engines that could use galera replication.