Commit 970e6bc7 authored by tomas@whalegate.ndb.mysql.com's avatar tomas@whalegate.ndb.mysql.com

Merge whalegate.ndb.mysql.com:/home/tomas/mysql-5.0-ndb

into  whalegate.ndb.mysql.com:/home/tomas/mysql-5.1-single-user
parents 30a48b71 77a1d31f
...@@ -3926,8 +3926,6 @@ int ha_ndbcluster::extra(enum ha_extra_function operation) ...@@ -3926,8 +3926,6 @@ int ha_ndbcluster::extra(enum ha_extra_function operation)
int ha_ndbcluster::reset() int ha_ndbcluster::reset()
{ {
DBUG_ENTER("ha_ndbcluster::reset"); DBUG_ENTER("ha_ndbcluster::reset");
m_delete_cannot_batch= FALSE;
m_update_cannot_batch= FALSE;
cond_clear(); cond_clear();
/* /*
Regular partition pruning will set the bitmap appropriately. Regular partition pruning will set the bitmap appropriately.
...@@ -3941,6 +3939,8 @@ int ha_ndbcluster::reset() ...@@ -3941,6 +3939,8 @@ int ha_ndbcluster::reset()
m_ignore_dup_key= FALSE; m_ignore_dup_key= FALSE;
m_use_write= FALSE; m_use_write= FALSE;
m_ignore_no_key= FALSE; m_ignore_no_key= FALSE;
m_delete_cannot_batch= FALSE;
m_update_cannot_batch= FALSE;
DBUG_RETURN(0); DBUG_RETURN(0);
} }
......
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