forked from facebook/mysql-5.6
-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Make sure mysqlbinlog print all Rows_log_event flags
Summary: Today we only print STMT_END_F flags in RBR events but there are other important events that needs to be printed as well (in my case the one I needed to see was `RELAXED_UNIQUE_CHECKS_F`). This prints all the supported flags and also prints the flags in hex. We also now ASSERTs if there are unknown flags and print "UNKNOWN_FLAG(0xN)" in retail. Reference Patch: facebook@6afb70642a8 Reviewed By: luqun Differential Revision: D21954221
- Loading branch information
Showing
2 changed files
with
38 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters