Below is the list of changes that have just been committed into a local
5.1 repository of tomas. When tomas does a push these changes will
be propagated to the main repository and, within 24 hours after the
push, to the public repository.
For information on how to access the public repository
see http://dev.mysql.com/doc/mysql/en/installing-source-tree.html
ChangeSet
1.2201 06/03/22 11:45:14 tomas@stripped +1 -0
ha_partition should skip ndb specific flags used by sql apply thread to signal idempotency behaviour
sql/ha_partition.cc
1.40 06/03/22 11:45:06 tomas@stripped +9 -0
ha_partition should skip ndb specific flags used by sql apply thread to signal idempotency behaviour
# This is a BitKeeper patch. What follows are the unified diffs for the
# set of deltas contained in the patch. The rest of the patch, the part
# that BitKeeper cares about, is below these diffs.
# User: tomas
# Host: poseidon.ndb.mysql.com
# Root: /home/tomas/mysql-5.1-new
--- 1.39/sql/ha_partition.cc 2006-03-20 15:58:09 +01:00
+++ 1.40/sql/ha_partition.cc 2006-03-22 11:45:06 +01:00
@@ -4709,6 +4709,15 @@
m_extra_cache_size= 0;
DBUG_RETURN(loop_extra(operation));
}
+ case HA_EXTRA_IGNORE_NO_KEY:
+ case HA_EXTRA_NO_IGNORE_NO_KEY:
+ {
+ /*
+ Ignore as these are specific to NDB for handling
+ idempotency
+ */
+ break;
+ }
default:
{
/* Temporary crash to discover what is wrong */
| Thread |
|---|
| • bk commit into 5.1 tree (tomas:1.2201) | tomas | 22 Mar |