mirror of
https://github.com/MariaDB/server.git
synced 2026-05-09 16:44:29 +02:00
Do not misspell "fall through"
This commit is contained in:
parent
3fcbeb4a63
commit
1a1bda2222
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue