summaryrefslogtreecommitdiff
path: root/mysql-test/suite/galera/r/galera_events2.result
Commit message (Collapse)AuthorAgeFilesLines
* Merge 10.3 into 10.4Marko Mäkelä2020-01-201-0/+1
|\ | | | | | | | | The MDEV-17062 fix in commit c4195305b2a8431f39a4c75cc1c66ba43685f7a0 was omitted.
| * MDEV-21492 : Galera test sporadic failure on galera.galera_events2Jan Lindström2020-01-161-0/+1
| | | | | | | | Add wait condition for event creation.
* | Re-record galera.galera_events2 test case.Jan Lindström2019-09-141-0/+2
|/
* MDEV-20511: Galera replication of events is not consistentJan Lindström2019-09-091-0/+122
After SST from master node (the one where event is ENABLED) - you will end up with the event enabled on two nodes, hence it's now being executed twice. It can be solved by comparing event's originator with server_id. if not equal, then change its status to 'SLAVESIDE_DISABLED' Changes to be committed: new file: mysql-test/suite/galera/r/galera_events2.result new file: mysql-test/suite/galera/t/galera_events2.test modified: sql/events.cc