summaryrefslogtreecommitdiff
path: root/include/my_base.h
diff options
context:
space:
mode:
authorantony@ppcg5.local <>2007-06-29 13:55:16 -0700
committerantony@ppcg5.local <>2007-06-29 13:55:16 -0700
commit68af862c77c8038e4f9b385433bfedb682fbec69 (patch)
tree844544d6c708c2f900915ec09dfa5f2c34a64c53 /include/my_base.h
parentb0b0b0fbc4c679f0ae9e0159ad26eb49ae484ab3 (diff)
downloadmariadb-git-68af862c77c8038e4f9b385433bfedb682fbec69.tar.gz
add and amend comments for clarity
Diffstat (limited to 'include/my_base.h')
-rw-r--r--include/my_base.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/include/my_base.h b/include/my_base.h
index a26217f8050..4ce7a87105d 100644
--- a/include/my_base.h
+++ b/include/my_base.h
@@ -170,9 +170,8 @@ enum ha_extra_function {
HA_EXTRA_DELETE_CANNOT_BATCH,
HA_EXTRA_UPDATE_CANNOT_BATCH,
/*
- Inform handler that write_row() should immediately report constraint
- violations because a INSERT...ON DUPLICATE KEY UPDATE is in being
- performed.
+ Inform handler that an "INSERT...ON DUPLICATE KEY UPDATE" will be
+ executed. This condition is unset by HA_EXTRA_NO_IGNORE_DUP_KEY.
*/
HA_EXTRA_INSERT_WITH_UPDATE
};