diff options
author | unknown <paul@ice.snake.net> | 2003-11-20 14:03:45 -0600 |
---|---|---|
committer | unknown <paul@ice.snake.net> | 2003-11-20 14:03:45 -0600 |
commit | ceb98b62bb5849445755ee75a690418087693f0e (patch) | |
tree | b7549edf0f66f525f37a5013d48e222fb3b115f7 /sql/repl_failsafe.cc | |
parent | baae790c963d695613c290e8f9f8ce5ca0853b33 (diff) | |
parent | c9a9fa8e479764ef1c5a9351f7336a4513197277 (diff) | |
download | mariadb-git-ceb98b62bb5849445755ee75a690418087693f0e.tar.gz |
Merge paul@bk-internal.mysql.com:/home/bk/mysql-4.1
into ice.snake.net:/Users/paul/mysql-4.1
Diffstat (limited to 'sql/repl_failsafe.cc')
-rw-r--r-- | sql/repl_failsafe.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/repl_failsafe.cc b/sql/repl_failsafe.cc index aba887be070..4ff08fd1d14 100644 --- a/sql/repl_failsafe.cc +++ b/sql/repl_failsafe.cc @@ -254,7 +254,7 @@ static int find_target_pos(LEX_MASTER_INFO *mi, IO_CACHE *log, char *errmsg) it is reworked. Event's log_pos used to be preserved through log-slave-updates to make code in repl_failsafe.cc work (this function, SHOW NEW MASTER); but on the other side it caused unexpected - values in Exec_master_log_pos in A->B->C replication setup, + values in Exec_Master_Log_Pos in A->B->C replication setup, synchronization problems in master_pos_wait(), ... So we (Dmitri & Guilhem) removed it. |