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

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

into  whalegate.ndb.mysql.com:/home/tomas/mysql-5.1-new-ndb
parents 05a8790f 8791870d
......@@ -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);
}
......
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