Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
Signed-off-by: lilinjie <1136268146@qq.com>
  • Loading branch information
G-hacker authored and an3l committed Apr 10, 2023
1 parent ed2adc8 commit 4daea2f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion sql/log.cc
Expand Up @@ -408,7 +408,7 @@ class binlog_cache_data
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;
*/
Expand Down
2 changes: 1 addition & 1 deletion sql/log_event.h
Expand Up @@ -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.
*/
Expand Down

0 comments on commit 4daea2f

Please sign in to comment.