summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorunknown <tomas@poseidon.ndb.mysql.com>2006-03-22 16:06:34 +0100
committerunknown <tomas@poseidon.ndb.mysql.com>2006-03-22 16:06:34 +0100
commit0fcf49b448321d2b9d13e2c0310fd0537bf7d766 (patch)
tree256ba9692a340cc8bad8d4b59c6c985922c638f4 /include
parent4ab459ce795a7999b79817abc035f73d63c972fd (diff)
parent5c207e336d9fdd3b3842dfbb52d298a38a0e9ab9 (diff)
downloadmariadb-git-0fcf49b448321d2b9d13e2c0310fd0537bf7d766.tar.gz
Merge tulin@bk-internal.mysql.com:/home/bk/mysql-5.1-new
into poseidon.ndb.mysql.com:/home/tomas/mysql-5.1-new mysql-test/t/disabled.def: Auto merged
Diffstat (limited to 'include')
-rw-r--r--include/my_base.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/my_base.h b/include/my_base.h
index a704ff1b6ab..b9a806cc02f 100644
--- a/include/my_base.h
+++ b/include/my_base.h
@@ -159,6 +159,8 @@ enum ha_extra_function {
Ignore if the a tuple is not found, continue processing the
transaction and ignore that 'row'. Needed for idempotency
handling on the slave
+
+ Currently only used by NDB storage engine. Partition handler ignores flag.
*/
HA_EXTRA_IGNORE_NO_KEY,
HA_EXTRA_NO_IGNORE_NO_KEY,