diff options
author | unknown <monty@bitch.mysql.fi> | 2002-06-03 14:43:44 +0300 |
---|---|---|
committer | unknown <monty@bitch.mysql.fi> | 2002-06-03 14:43:44 +0300 |
commit | dddd9084a0ca7ce1e9e60a65ddb3fb8087912249 (patch) | |
tree | 635cb4a7da4d21106255bd614f818e63c5905ede /innobase/include/btr0btr.h | |
parent | c8ca330db07a4739b58800ccc75c097a157417a6 (diff) | |
parent | 7daf5a5d0ee7b52508943c7095a2cc150abcf616 (diff) | |
download | mariadb-git-dddd9084a0ca7ce1e9e60a65ddb3fb8087912249.tar.gz |
Merge hundin:/my/mysql-4.0 into bitch.mysql.fi:/my/mysql-4.0
innobase/pars/pars0opt.c:
Auto merged
mysql-test/mysql-test-run.sh:
Auto merged
Diffstat (limited to 'innobase/include/btr0btr.h')
-rw-r--r-- | innobase/include/btr0btr.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/innobase/include/btr0btr.h b/innobase/include/btr0btr.h index bea85565125..d22f9d79c1c 100644 --- a/innobase/include/btr0btr.h +++ b/innobase/include/btr0btr.h @@ -49,6 +49,12 @@ inserted to the index, at the searched position */ /* This flag ORed to latch mode says that we do the search in query optimization */ #define BTR_ESTIMATE 1024 + +/* This flag ORed to latch mode says that we can ignore possible +UNIQUE definition on secondary indexes when we decide if we can use the +insert buffer to speed up inserts */ +#define BTR_IGNORE_SEC_UNIQUE 2048 + /****************************************************************** Gets a buffer page and declares its latching order level. */ UNIV_INLINE |