1
0
mirror of https://github.com/MariaDB/server.git synced 2025-05-28 13:01:41 +03:00
unknown c690204c70 WL#1562 (Improving spatial code)
A set of changes improving our RTree indexes and fixed few bugs
found during the tests


myisam/rt_index.c:
  Algorythm for picking the branch to insert was fixed.
  pick_by_perimeter version of the algorythm added (mostly for testing
  purposes)
myisam/rt_index.h:
  minimal size of the page set to 1/3
  It noticeable increases searching performance
myisam/rt_key.c:
  counting of the size of the filled part of the page fixed
  rtree_choose_key moved to rt_index.c
myisam/rt_key.h:
  no need to make rtree_choose_key global
myisam/rt_mbr.c:
  operations for counting the perimeter of MBR added
myisam/rt_mbr.h:
  interface for rtree_perimeter_increase
myisam/rt_split.c:
  my_multi_malloc changed with my_alloca
sql/spatial.cc:
  LINESTRING object can consist of single point
2004-05-25 15:06:32 +05:00
..
2003-10-23 23:33:06 +02:00
2004-04-29 12:25:56 +02:00
2002-04-25 15:10:29 +05:00
2004-02-16 18:53:00 +01:00
2001-12-06 14:10:51 +02:00
2002-08-30 12:40:40 +03:00
2001-12-06 14:10:51 +02:00
2003-10-23 15:21:06 +02:00
2000-07-31 21:29:14 +02:00
2004-02-11 00:06:46 +01:00
2001-12-06 14:10:51 +02:00
2003-11-20 22:06:25 +02:00
2004-05-01 15:41:59 +02:00
2003-12-17 17:35:34 +02:00
2004-01-19 23:51:17 +01:00
2004-01-19 23:51:17 +01:00
2004-02-11 00:06:46 +01:00
2004-05-01 15:41:59 +02:00
2003-12-17 17:35:34 +02:00
2003-11-25 22:20:31 -08:00
2004-04-05 13:56:05 +03:00
2004-01-19 23:51:17 +01:00
2004-01-19 23:51:17 +01:00
2003-11-20 22:06:25 +02:00
2004-01-19 23:51:17 +01:00
2001-12-06 14:10:51 +02:00
2003-05-21 21:39:58 +03:00
2001-12-06 14:10:51 +02:00
2004-04-05 13:56:05 +03:00
2004-04-05 13:56:05 +03:00
2001-12-06 14:10:51 +02:00
2001-12-06 14:10:51 +02:00
2001-12-06 14:10:51 +02:00
2004-03-25 22:11:22 +02:00
2004-05-01 15:41:59 +02:00
2003-11-20 22:06:25 +02:00
2003-11-20 22:06:25 +02:00
2001-10-02 05:53:00 +03:00
2003-08-28 06:08:17 +03:00
2004-01-19 23:51:17 +01:00
2004-05-05 21:24:21 +03:00
2000-07-31 21:29:14 +02:00
2004-05-25 15:06:32 +05:00
2004-05-25 15:06:32 +05:00
2004-05-25 15:06:32 +05:00
2004-05-25 15:06:32 +05:00
2004-05-25 15:06:32 +05:00
2004-05-25 15:06:32 +05:00
2004-05-25 15:06:32 +05:00
2003-03-20 20:55:53 +04:00
2000-07-31 21:29:14 +02:00
2000-07-31 21:29:14 +02:00