Browse Source

Bug#25673 - spatial index corruption, error 126 incorrect key file for table

Fixed a compiler warning, deteced by pushbuild only.
pull/374/head
unknown 19 years ago
parent
commit
603a398172
  1. 2
      myisam/rt_index.c

2
myisam/rt_index.c

@ -978,7 +978,7 @@ int rtree_delete(MI_INFO *info, uint keynr, uchar *key, uint key_length)
}
if (res)
{
int j;
ulong j;
DBUG_PRINT("rtree", ("root has been split, adjust levels"));
for (j= i; j < ReinsertList.n_pages; j++)
{

Loading…
Cancel
Save