summaryrefslogtreecommitdiff
path: root/client/mysqlbinlog.cc
diff options
context:
space:
mode:
authorOleksandr Byelkin <sanja@mariadb.com>2022-08-10 13:06:08 +0200
committerOleksandr Byelkin <sanja@mariadb.com>2022-08-10 13:06:08 +0200
commitc442e1ae21edc1f63906ac6101f1e989b589846f (patch)
treec98e223d5236f0e189104121fa96c591b05f1bd6 /client/mysqlbinlog.cc
parent4f54c219e7c73072d7eff1e81e0f51dc1ff47509 (diff)
parent1ac0bce36e5bf2136cedb1ce1da949f53cce4404 (diff)
downloadmariadb-git-c442e1ae21edc1f63906ac6101f1e989b589846f.tar.gz
Merge branch '10.5' into 10.6
Diffstat (limited to 'client/mysqlbinlog.cc')
-rw-r--r--client/mysqlbinlog.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/client/mysqlbinlog.cc b/client/mysqlbinlog.cc
index ecca3dcbeb6..cc38a310e5d 100644
--- a/client/mysqlbinlog.cc
+++ b/client/mysqlbinlog.cc
@@ -185,7 +185,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.