mirror of
https://github.com/MariaDB/server.git
synced 2025-01-18 04:53:01 +01:00
ndb -
Fix uninit variable storage/ndb/src/kernel/blocks/suma/Suma.cpp: Fix uninit variable
This commit is contained in:
parent
82fde89c70
commit
a3db4abe8b
1 changed files with 1 additions and 0 deletions
|
@ -199,6 +199,7 @@ Suma::execREAD_CONFIG_REQ(Signal* signal)
|
|||
|
||||
m_first_free_page= RNIL;
|
||||
|
||||
c_no_of_buckets = 0;
|
||||
memset(c_buckets, 0, sizeof(c_buckets));
|
||||
for(Uint32 i = 0; i<NO_OF_BUCKETS; i++)
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue