summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authortomas@poseidon.ndb.mysql.com <>2006-03-22 16:06:34 +0100
committertomas@poseidon.ndb.mysql.com <>2006-03-22 16:06:34 +0100
commit615699a82e5fe9b9350d9772e2823bae46c7a0d4 (patch)
tree256ba9692a340cc8bad8d4b59c6c985922c638f4 /include
parentd735a6096485a587b3bac3db8e46346b84e8d128 (diff)
parent128cb5821e1155d86dfc6c4221d0abbf73f4a6aa (diff)
downloadmariadb-git-615699a82e5fe9b9350d9772e2823bae46c7a0d4.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
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,