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); }