diff options
-rw-r--r-- | sql/log_event.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/log_event.cc b/sql/log_event.cc index 7f65a2727f9..d884947390a 100644 --- a/sql/log_event.cc +++ b/sql/log_event.cc @@ -3406,7 +3406,7 @@ static size_t calc_field_event_length(const uchar *ptr, uint type, uint meta) case MYSQL_TYPE_VARCHAR: case MYSQL_TYPE_VAR_STRING: length= meta; - /* Fall trough */ + /* fall through */ case MYSQL_TYPE_STRING: if (length < 256) return (uint) *ptr + 1; |