Commit 1a1bda22 authored by Marko Mäkelä's avatar Marko Mäkelä

Do not misspell "fall through"

parent 3fcbeb4a
......@@ -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;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment