summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorunknown <tsmith@sita.local>2007-07-06 17:55:46 -0600
committerunknown <tsmith@sita.local>2007-07-06 17:55:46 -0600
commit1f1366c4c667271d7b421b5f42506c113ce9de8c (patch)
treedd337dcbaf90c45f2f1bb01a82102997010bb44d /include
parent89688aefcf9b1d90b450bd78bf7eed7caf9aeee6 (diff)
parentb1dce946cc87620b2c9b522585e3150ffd981a12 (diff)
downloadmariadb-git-1f1366c4c667271d7b421b5f42506c113ce9de8c.tar.gz
Merge tsmith@bk-internal.mysql.com:/home/bk/mysql-5.0-engines
into sita.local:/Users/tsmith/m/bk/maint/50
Diffstat (limited to 'include')
-rw-r--r--include/my_base.h7
1 files changed, 6 insertions, 1 deletions
diff --git a/include/my_base.h b/include/my_base.h
index d07a4de8e6a..4ce7a87105d 100644
--- a/include/my_base.h
+++ b/include/my_base.h
@@ -168,7 +168,12 @@ enum ha_extra_function {
These flags are reset by the handler::extra(HA_EXTRA_RESET) call.
*/
HA_EXTRA_DELETE_CANNOT_BATCH,
- HA_EXTRA_UPDATE_CANNOT_BATCH
+ HA_EXTRA_UPDATE_CANNOT_BATCH,
+ /*
+ 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
};
/* The following is parameter to ha_panic() */