Do not misspell "fall through"
This commit is contained in:
parent
3fcbeb4a63
commit
1a1bda2222
@ -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_VARCHAR:
|
||||||
case MYSQL_TYPE_VAR_STRING:
|
case MYSQL_TYPE_VAR_STRING:
|
||||||
length= meta;
|
length= meta;
|
||||||
/* Fall trough */
|
/* fall through */
|
||||||
case MYSQL_TYPE_STRING:
|
case MYSQL_TYPE_STRING:
|
||||||
if (length < 256)
|
if (length < 256)
|
||||||
return (uint) *ptr + 1;
|
return (uint) *ptr + 1;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user