diff options
author | monty@mysql.com <> | 2005-10-25 02:27:40 +0300 |
---|---|---|
committer | monty@mysql.com <> | 2005-10-25 02:27:40 +0300 |
commit | 3e653fb922ca6a9b4233cd1d8625031e851d33c5 (patch) | |
tree | 56b86b67bce65a21ff4ffd27cd2dd139b110b622 /include | |
parent | ea3ea9ed1001a0f0d0a86297896b465f9d1cbaf8 (diff) | |
download | mariadb-git-3e653fb922ca6a9b4233cd1d8625031e851d33c5.tar.gz |
Added more tests for new UPDATE ... ORDER BY ... LIMIT optimization
Diffstat (limited to 'include')
-rw-r--r-- | include/my_base.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/my_base.h b/include/my_base.h index 950af8903ff..d702ec45140 100644 --- a/include/my_base.h +++ b/include/my_base.h @@ -319,8 +319,6 @@ enum ha_base_keytype { #define SEARCH_NULL_ARE_EQUAL 32768 /* NULL in keys are equal */ #define SEARCH_NULL_ARE_NOT_EQUAL 65536 /* NULL in keys are not equal */ -#define SEARCH_RETURN_B_POS (65536*2) /* see ha_key_cmp for description */ - /* bits in opt_flag */ #define QUICK_USED 1 #define READ_CACHE_USED 2 |