mirror of
https://github.com/MariaDB/server.git
synced 2026-05-15 11:27:39 +02:00
log0log.c Eliminate a Purify warning
buf0buf.c Fix uninitilaized flush field noticed with Purify innobase/buf/buf0buf.c: Fix uninitilaized flush field noticed with Purify innobase/log/log0log.c: Eliminate a Purify warning
This commit is contained in:
parent
3479f42807
commit
79ce69d7ea
2 changed files with 3 additions and 1 deletions
|
|
@ -359,6 +359,7 @@ buf_pool_create(
|
|||
|
||||
for (i = BUF_FLUSH_LRU; i <= BUF_FLUSH_LIST; i++) {
|
||||
buf_pool->n_flush[i] = 0;
|
||||
buf_pool->init_flush[i] = FALSE;
|
||||
buf_pool->no_flush[i] = os_event_create(NULL);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue