From 23c661365980920386029bb363b3f8b01a8a4751 Mon Sep 17 00:00:00 2001
From: unknown <tomas@poseidon.ndb.mysql.com>
Date: Tue, 28 Feb 2006 16:27:33 +0100
Subject: [PATCH] Bug#17499, complementing patch

---
 sql/ha_ndbcluster.cc | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/sql/ha_ndbcluster.cc b/sql/ha_ndbcluster.cc
index 17b999f813..c849b73221 100644
--- a/sql/ha_ndbcluster.cc
+++ b/sql/ha_ndbcluster.cc
@@ -5176,8 +5176,10 @@ int ha_ndbcluster::open(const char *name, int mode, uint test_if_locked)
   
   res= get_metadata(name);
   if (!res)
+  {
     info(HA_STATUS_VARIABLE | HA_STATUS_CONST);
-
+    extra(HA_EXTRA_RESET);
+  }
   DBUG_RETURN(res);
 }
 
-- 
2.30.9