summaryrefslogtreecommitdiff
path: root/sql
diff options
context:
space:
mode:
authorunknown <heikki@hundin.mysql.fi>2003-03-04 19:14:37 +0200
committerunknown <heikki@hundin.mysql.fi>2003-03-04 19:14:37 +0200
commitb1a8b36394524ec1acd5b00fb93bab628229c957 (patch)
treeb9f926b5ee435b2c9d45ebf2db28cf23d5ac02a9 /sql
parent9541dd83c6f56843f21c4045dc411263e8d408e1 (diff)
downloadmariadb-git-b1a8b36394524ec1acd5b00fb93bab628229c957.tar.gz
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
Diffstat (limited to 'sql')
-rw-r--r--sql/ha_innodb.cc4
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 */