mirror of
https://github.com/MariaDB/server.git
synced 2025-07-27 18:02:13 +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"
|
||||
@ -346,3 +348,5 @@ split_err:
|
||||
my_free((gptr) coord_buf, MYF(0));
|
||||
return err_code;
|
||||
}
|
||||
|
||||
#endif /*HAVE_RTREE_KEYS*/
|
||||
|
Reference in New Issue
Block a user