mirror of
https://github.com/MariaDB/server.git
synced 2026-05-07 15:45:33 +02:00
Fix incorrect spellings of "dropped" in source and tests. (Bug #12828)
This commit is contained in:
parent
16e30aaf68
commit
0dc444ec4e
5 changed files with 6 additions and 6 deletions
|
|
@ -43,7 +43,7 @@ typedef struct st_mem_root
|
|||
unsigned int block_num; /* allocated blocks counter */
|
||||
/*
|
||||
first free block in queue test counter (if it exceed
|
||||
MAX_BLOCK_USAGE_BEFORE_DROP block will be droped in 'used' list)
|
||||
MAX_BLOCK_USAGE_BEFORE_DROP block will be dropped in 'used' list)
|
||||
*/
|
||||
unsigned int first_block_usage;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue