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:
@ -17,6 +17,8 @@
|
||||
|
||||
#include "myisamdef.h"
|
||||
|
||||
#ifdef HAVE_RTREE_KEYS
|
||||
|
||||
#include "rt_index.h"
|
||||
#include "rt_key.h"
|
||||
#include "rt_mbr.h"
|
||||
@ -991,3 +993,6 @@ err1:
|
||||
my_afree((byte*)page_buf);
|
||||
return HA_POS_ERROR;
|
||||
}
|
||||
|
||||
#endif /*HAVE_RTREE_KEYS*/
|
||||
|
||||
|
Reference in New Issue
Block a user