Loading sql/ha_ndbcluster.cc +2 −4 Original line number Diff line number Diff line Loading @@ -3288,7 +3288,6 @@ int ha_ndbcluster::external_lock(THD *thd, int lock_type) ERR_RETURN(ndb->getNdbError()); no_uncommitted_rows_reset(thd); thd_ndb->stmt= trans; if (m_transaction_on) trans_register_ha(thd, FALSE, &ndbcluster_hton); } else Loading @@ -3304,7 +3303,6 @@ int ha_ndbcluster::external_lock(THD *thd, int lock_type) ERR_RETURN(ndb->getNdbError()); no_uncommitted_rows_reset(thd); thd_ndb->all= trans; if (m_transaction_on) trans_register_ha(thd, TRUE, &ndbcluster_hton); /* Loading Loading
sql/ha_ndbcluster.cc +2 −4 Original line number Diff line number Diff line Loading @@ -3288,7 +3288,6 @@ int ha_ndbcluster::external_lock(THD *thd, int lock_type) ERR_RETURN(ndb->getNdbError()); no_uncommitted_rows_reset(thd); thd_ndb->stmt= trans; if (m_transaction_on) trans_register_ha(thd, FALSE, &ndbcluster_hton); } else Loading @@ -3304,7 +3303,6 @@ int ha_ndbcluster::external_lock(THD *thd, int lock_type) ERR_RETURN(ndb->getNdbError()); no_uncommitted_rows_reset(thd); thd_ndb->all= trans; if (m_transaction_on) trans_register_ha(thd, TRUE, &ndbcluster_hton); /* Loading