diff options
author | fluesvamp <askeblad@outlook.com> | 2022-08-07 17:07:39 -0500 |
---|---|---|
committer | Vicențiu Ciorbaru <cvicentiu@gmail.com> | 2022-08-09 18:41:09 +0300 |
commit | f2830af16c3a8c551e6b2821e5c7a33e652127b4 (patch) | |
tree | 81a4e95e0f3418455087807d86efc0e068c974ee /client/mysqlbinlog.cc | |
parent | 195833f1b641b0e119507040ae6feb607201900e (diff) | |
download | mariadb-git-f2830af16c3a8c551e6b2821e5c7a33e652127b4.tar.gz |
Fix typos in the codebase.
Diffstat (limited to 'client/mysqlbinlog.cc')
-rw-r--r-- | client/mysqlbinlog.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/client/mysqlbinlog.cc b/client/mysqlbinlog.cc index 7df83ae9fd9..1f1bb204493 100644 --- a/client/mysqlbinlog.cc +++ b/client/mysqlbinlog.cc @@ -175,7 +175,7 @@ enum Exit_status { /** Pointer to the last read Annotate_rows_log_event. Having read an - Annotate_rows event, we should not print it immediatedly because all + Annotate_rows event, we should not print it immediately because all subsequent rbr events can be filtered away, and have to keep it for a while. Also because of that when reading a remote Annotate event we have to keep its binary log representation in a separately allocated buffer. |