mariadb/mysql-test/suite/rpl_ndb
Andrei Elkin da01f3846b Bug #41183 rpl_ndb_circular, rpl_ndb_circular_simplex need maintenance, crash
The bug happened because filtering-out a STMT_END_F-flagged event so that
the transaction COMMIT finds traces of incomplete statement commit.
Such situation is only possible with ndb circular replication. The filtered-out
rows event is one that immediately preceeds the COMMIT query event.
      
Fixed with deploying an the rows-log-event statement commit at executing
of the transaction COMMIT event. 
Resources that were allocated by other than STMT_END_F-flagged event of
the last statement are clean up prior execution of the commit logics.
2009-02-04 12:13:54 +02:00
..
r Bug #41732 rpl_ndb_circular_2ch needs an updated configuration file 2009-02-02 22:31:01 +02:00
t Bug #41183 rpl_ndb_circular, rpl_ndb_circular_simplex need maintenance, crash 2009-02-04 12:13:54 +02:00
my.cnf Use loose-skip-innodb so it works also with mysqld that has no innodb support 2008-01-08 10:35:34 +01:00