mirror of
https://github.com/MariaDB/server.git
synced 2026-04-26 18:25:30 +02:00
Fixed typo in last changeset
mysys/mf_keycache.c: Fixed typo. sql/records.cc: Cleanup
This commit is contained in:
parent
f2a42796d8
commit
7fbb09f4bb
2 changed files with 7 additions and 7 deletions
|
|
@ -169,7 +169,7 @@ void end_key_cache(void)
|
|||
}
|
||||
}
|
||||
key_cache_inited=0;
|
||||
_my_hash_blocks=my_blocks_used=0;
|
||||
_my_hash_blocks=_my_blocks_used=0;
|
||||
DBUG_PRINT("status",
|
||||
("used: %d changed: %d w_requests: %ld writes: %ld r_requests: %ld reads: %ld",
|
||||
_my_blocks_used,_my_blocks_changed,_my_cache_w_requests,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue