diff options
author | Sergei Golubchik <serg@mariadb.org> | 2015-12-09 18:22:38 +0100 |
---|---|---|
committer | Sergei Golubchik <serg@mariadb.org> | 2015-12-11 15:21:42 +0100 |
commit | 4a450928e0ca5a6c68268aeb55332f9ad268fdc5 (patch) | |
tree | 4cfcafc755e20f3ebf73ea6774ed557cba637fcd /sql | |
parent | 98274e68420fc1629d092ca4e0ad41e4577c9612 (diff) | |
download | mariadb-git-4a450928e0ca5a6c68268aeb55332f9ad268fdc5.tar.gz |
fix a few spelling mistakes
https://github.com/MariaDB/server/pull/56
Diffstat (limited to 'sql')
-rw-r--r-- | sql/log.cc | 2 | ||||
-rw-r--r-- | sql/rpl_rli.h | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/sql/log.cc b/sql/log.cc index d9899267068..2310d6aeed8 100644 --- a/sql/log.cc +++ b/sql/log.cc @@ -3291,7 +3291,7 @@ bool MYSQL_BIN_LOG::open(const char *log_name, it may be good to consider what actually happens when open_purge_index_file succeeds but register or sync fails. - Perhaps we might need the code below in MYSQL_LOG_BIN::cleanup + Perhaps we might need the code below in MYSQL_BIN_LOG::cleanup for "real life" purposes as well? */ DBUG_EXECUTE_IF("fault_injection_registering_index", { diff --git a/sql/rpl_rli.h b/sql/rpl_rli.h index d6ff96e2368..efcec83b880 100644 --- a/sql/rpl_rli.h +++ b/sql/rpl_rli.h @@ -715,7 +715,7 @@ struct rpl_group_info /** Save pointer to Annotate_rows event and switch on the binlog_annotate_row_events for this sql thread. - To be called when sql thread recieves an Annotate_rows event. + To be called when sql thread receives an Annotate_rows event. */ inline void set_annotate_event(Annotate_rows_log_event *event) { |