summaryrefslogtreecommitdiff
path: root/sql
diff options
context:
space:
mode:
authorAndrei Elkin <aelkin@mysql.com>2010-01-27 15:20:03 +0200
committerAndrei Elkin <aelkin@mysql.com>2010-01-27 15:20:03 +0200
commit29cd733fce232d84758b262121a5dd9b9c0031a6 (patch)
tree08bf9396ed746844360f5d216dcf694f019fc7ff /sql
parentcfa7e83d6deee0acb2c003e94617be115e07814e (diff)
downloadmariadb-git-29cd733fce232d84758b262121a5dd9b9c0031a6.tar.gz
bug#47142
improving comments
Diffstat (limited to 'sql')
-rw-r--r--sql/log_event.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/sql/log_event.h b/sql/log_event.h
index 10b374199de..3b62c6aab76 100644
--- a/sql/log_event.h
+++ b/sql/log_event.h
@@ -820,7 +820,8 @@ public:
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
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;