diff options
-rw-r--r-- | sql/ha_innodb.cc | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/sql/ha_innodb.cc b/sql/ha_innodb.cc index d07c015f73e..0af1fb7b50a 100644 --- a/sql/ha_innodb.cc +++ b/sql/ha_innodb.cc @@ -890,6 +890,10 @@ innobase_commit_low( /*================*/ trx_t* trx) /* in: transaction handle */ { + /* TODO: Guilhem should check if master_log_name, pending + etc. are right if the master log gets rotated! Possible bug here. + Comment by Heikki March 4, 2003. */ + if (current_thd->slave_thread) { /* Update the replication position info inside InnoDB */ |