Merge whalegate.ndb.mysql.com:/home/tomas/mysql-5.1-telco-gca

into  whalegate.ndb.mysql.com:/home/tomas/mysql-5.1-new-ndb
This commit is contained in:
tomas@whalegate.ndb.mysql.com 2007-03-22 12:55:32 +01:00
commit fcbdc84ade

View file

@ -3893,6 +3893,12 @@ int ha_ndbcluster::reset()
*/
if (m_part_info)
bitmap_set_all(&m_part_info->used_partitions);
/* reset flags set by extra calls */
m_ignore_dup_key= FALSE;
m_use_write= FALSE;
m_ignore_no_key= FALSE;
DBUG_RETURN(0);
}