Advertisement
zamotivator

Untitled

Jul 16th, 2014
232
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Diff 0.38 KB | None | 0 0
  1. ➜ bzr diff
  2. === modified file 'sql/log_event.cc'
  3. --- sql/log_event.cc    2014-02-27 09:21:21 +0000
  4. +++ sql/log_event.cc    2014-07-16 15:57:17 +0000
  5. @@ -4557,6 +4557,8 @@
  6.                  error_code);
  7.    }
  8.  
  9. +  my_b_printf(file, "commit_seq_no=%lu\n", (ulong) commit_seq_no);
  10. +
  11.    bool suppress_use_flag= is_binlog_rewrite_db(db);
  12.    if ((flags & LOG_EVENT_SUPPRESS_USE_F))
  13.    {
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement