Do not misspell "fall through"

This commit is contained in:
Marko Mäkelä 2018-01-03 22:43:41 +02:00
parent 3fcbeb4a63
commit 1a1bda2222

View File

@ -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;