Commit 603a3981 authored by unknown's avatar unknown

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

Fixed a compiler warning, deteced by pushbuild only.

parent 35d58191
......@@ -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++)
{
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment