Commit f13ebe12 authored by Andrei Elkin's avatar Andrei Elkin

bug#47142

improving comments
parent 1c0056b3
...@@ -820,7 +820,8 @@ class Query_log_event: public Log_event ...@@ -820,7 +820,8 @@ class Query_log_event: public Log_event
thread writes the relay log, it augments the Query_log_event with a thread writes the relay log, it augments the Query_log_event with a
Q_MASTER_DATA_WRITTEN_CODE status_var that holds the original event Q_MASTER_DATA_WRITTEN_CODE status_var that holds the original event
length. This field is initialized to non-zero in the SQL thread when length. This field is initialized to non-zero in the SQL thread when
it reads this augmented event. it reads this augmented event. SQL thread does not write
Q_MASTER_DATA_WRITTEN_CODE to the slave's server binlog.
*/ */
uint32 master_data_written; uint32 master_data_written;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment