From a3db4abe8b5ecad27adaff3baa78a913d0b84f10 Mon Sep 17 00:00:00 2001 From: unknown Date: Tue, 11 Oct 2005 14:05:13 +0200 Subject: ndb - Fix uninit variable storage/ndb/src/kernel/blocks/suma/Suma.cpp: Fix uninit variable --- storage/ndb/src/kernel/blocks/suma/Suma.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/storage/ndb/src/kernel/blocks/suma/Suma.cpp b/storage/ndb/src/kernel/blocks/suma/Suma.cpp index 0d07073d952..bc5fc650320 100644 --- a/storage/ndb/src/kernel/blocks/suma/Suma.cpp +++ b/storage/ndb/src/kernel/blocks/suma/Suma.cpp @@ -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