From 12894dfdf654b07b2096861577382ddb12eddf0e Mon Sep 17 00:00:00 2001 From: "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 17b999f8134..c849b73221a 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); }