diff options
author | sasha@mysql.sashanet.com <> | 2002-03-15 18:44:44 -0700 |
---|---|---|
committer | sasha@mysql.sashanet.com <> | 2002-03-15 18:44:44 -0700 |
commit | 2e6b48afd31008809439900db2d577ea0ff9d90f (patch) | |
tree | fd01da1dc4d0055ee7386fa88268c65589a33c64 /sql/log.cc | |
parent | d993a1c0c49ab200203993a8b20fb5ab02b930e2 (diff) | |
download | mariadb-git-2e6b48afd31008809439900db2d577ea0ff9d90f.tar.gz |
replication updates and bugfixes. Still not perfect - there is some strange
memory corruption I can only repeat on one system.
Diffstat (limited to 'sql/log.cc')
-rw-r--r-- | sql/log.cc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sql/log.cc b/sql/log.cc index 1052b3379b3..dc6b1d35cef 100644 --- a/sql/log.cc +++ b/sql/log.cc @@ -479,6 +479,7 @@ err: rli->relay_log_pos = 4; strnmov(rli->relay_log_name,rli->linfo.log_file_name, sizeof(rli->relay_log_name)); + flush_relay_log_info(rli); } /* No need to free io_buf because we allocated both fname and io_buf in |