mirror of
https://github.com/MariaDB/server.git
synced 2025-07-29 05:21:33 +03:00
WL#1163 To make spatial code optional
myisam spatial code isolated
This commit is contained in:
@ -16,6 +16,7 @@
|
||||
|
||||
#include "myisamdef.h"
|
||||
|
||||
#ifdef HAVE_RTREE_KEYS
|
||||
#include "rt_index.h"
|
||||
#include "rt_key.h"
|
||||
#include "rt_mbr.h"
|
||||
@ -137,3 +138,5 @@ uchar *rtree_choose_key(MI_INFO *info, MI_KEYDEF *keyinfo, uchar *key,
|
||||
}
|
||||
return best_key;
|
||||
}
|
||||
|
||||
#endif /*HAVE_RTREE_KEYS*/
|
||||
|
Reference in New Issue
Block a user