diff options
author | Andrei Elkin <aelkin@mysql.com> | 2010-01-27 15:20:03 +0200 |
---|---|---|
committer | Andrei Elkin <aelkin@mysql.com> | 2010-01-27 15:20:03 +0200 |
commit | 29cd733fce232d84758b262121a5dd9b9c0031a6 (patch) | |
tree | 08bf9396ed746844360f5d216dcf694f019fc7ff /sql | |
parent | cfa7e83d6deee0acb2c003e94617be115e07814e (diff) | |
download | mariadb-git-29cd733fce232d84758b262121a5dd9b9c0031a6.tar.gz |
bug#47142
improving comments
Diffstat (limited to 'sql')
-rw-r--r-- | sql/log_event.h | 3 |
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; |