MDEV-26: Global transaction ID, intermediate commit.

- Fix that slave GTID state was updated from the wrong place in the code,
   causing random crashing and other misery.

 - Fix updates to mysql.rpl_slave_state to not go to binlog (this would cause
   duplicate key errors on the slave and is generally the wrong thing to do).
This commit is contained in:
unknown 2013-02-19 11:45:29 +01:00
commit bfec9c64b8
7 changed files with 44 additions and 32 deletions

View file

@ -453,7 +453,7 @@ public:
the <code>Seconds_behind_master</code> field.
*/
void stmt_done(my_off_t event_log_pos,
time_t event_creation_time);
time_t event_creation_time, THD *thd);
/**