summaryrefslogtreecommitdiff
path: root/myisam/mi_static.c
diff options
context:
space:
mode:
Diffstat (limited to 'myisam/mi_static.c')
-rw-r--r--myisam/mi_static.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/myisam/mi_static.c b/myisam/mi_static.c
index 86d7fc38f25..660898f4b91 100644
--- a/myisam/mi_static.c
+++ b/myisam/mi_static.c
@@ -49,7 +49,8 @@ uint NEAR myisam_read_vec[]=
{
SEARCH_FIND, SEARCH_FIND | SEARCH_BIGGER, SEARCH_FIND | SEARCH_SMALLER,
SEARCH_NO_FIND | SEARCH_BIGGER, SEARCH_NO_FIND | SEARCH_SMALLER,
- SEARCH_FIND | SEARCH_PREFIX, SEARCH_LAST
+ SEARCH_FIND | SEARCH_PREFIX, SEARCH_LAST,
+ MBR_CONTAIN, MBR_INTERSECT, MBR_WITHIN, MBR_DISJOINT, MBR_EQUAL
};
uint NEAR myisam_readnext_vec[]=