Commit 7a18eb7a authored by unknown's avatar unknown

Fixed failed merge

parent e2d17faa
...@@ -212,6 +212,7 @@ Thd_ndb::~Thd_ndb() ...@@ -212,6 +212,7 @@ Thd_ndb::~Thd_ndb()
{ {
if (ndb) if (ndb)
delete ndb; delete ndb;
ndb= 0;
} }
inline inline
...@@ -2687,7 +2688,6 @@ void ha_ndbcluster::info(uint flag) ...@@ -2687,7 +2688,6 @@ void ha_ndbcluster::info(uint flag)
{ {
DBUG_PRINT("info", ("HA_STATUS_ERRKEY")); DBUG_PRINT("info", ("HA_STATUS_ERRKEY"));
errkey= m_dupkey; errkey= m_dupkey;
errkey= m_dupkey;
} }
if (flag & HA_STATUS_AUTO) if (flag & HA_STATUS_AUTO)
DBUG_PRINT("info", ("HA_STATUS_AUTO")); DBUG_PRINT("info", ("HA_STATUS_AUTO"));
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment