summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorlilinjie <1136268146@qq.com>2023-03-31 14:11:04 +0800
committerAnel <an3l@users.noreply.github.com>2023-04-10 12:18:16 +0200
commit4daea2f8b69417881b4f123a252954f22b499df1 (patch)
tree57a264ea514314351e4aaa5ea3bfc32f89ae4285
parented2adc8c6f986f7e9c81d7a99f85cad0e2d46d80 (diff)
downloadmariadb-git-4daea2f8b69417881b4f123a252954f22b499df1.tar.gz
fix typo
Signed-off-by: lilinjie <1136268146@qq.com>
-rw-r--r--sql/log.cc2
-rw-r--r--sql/log_event.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/sql/log.cc b/sql/log.cc
index d2cbb49e280..8c75ae847b3 100644
--- a/sql/log.cc
+++ b/sql/log.cc
@@ -408,7 +408,7 @@ private:
Rows_log_event *m_pending;
/*
- Bit flags for what has been writting to cache. Used to
+ Bit flags for what has been writing to cache. Used to
discard logs without any data changes.
see enum_logged_status;
*/
diff --git a/sql/log_event.h b/sql/log_event.h
index b12ee07b0e2..5cd303e288c 100644
--- a/sql/log_event.h
+++ b/sql/log_event.h
@@ -726,7 +726,7 @@ enum Log_event_type
/*
- Bit flags for what has been writting to cache. Used to
+ Bit flags for what has been writing to cache. Used to
discard logs with table map events but not row events and
nothing else important. This is stored by cache.
*/