From b590fa2567f3a4c1f0055618fb4d06e1af7ae85b Mon Sep 17 00:00:00 2001 From: "monty@donna.mysql.com" <> Date: Sun, 24 Dec 2000 15:19:00 +0200 Subject: New benchmark test Fixed bug in REPLACE with BDB tables Prepare for write lock on read for BDB Inform the handler when we want to use IGNORE / REPLACE New manual pages --- include/my_base.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'include/my_base.h') diff --git a/include/my_base.h b/include/my_base.h index 5ab84fb3433..1fbdd0539a8 100644 --- a/include/my_base.h +++ b/include/my_base.h @@ -88,7 +88,9 @@ enum ha_extra_function { HA_EXTRA_FORCE_REOPEN=21, /* Datafile have changed on disk */ HA_EXTRA_FLUSH, /* Flush tables to disk */ HA_EXTRA_NO_ROWS, /* Don't write rows */ - HA_EXTRA_RESET_STATE /* Reset positions */ + HA_EXTRA_RESET_STATE, /* Reset positions */ + HA_EXTRA_IGNORE_DUP_KEY, /* Dup keys don't rollback everything*/ + HA_EXTRA_NO_IGNORE_DUP_KEY }; /* The following is parameter to ha_panic() */ -- cgit v1.2.1