ha_innodb.cc:

Add comment that Guilhem should check master_log_name, pending etc are right if the master log gets rotated


sql/ha_innodb.cc:
  Add comment that Guilhem should check master_log_name, pending etc are right if the master log gets rotated
This commit is contained in:
unknown 2003-03-04 19:14:37 +02:00
parent 9541dd83c6
commit b1a8b36394

View File

@ -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 */