mirror of
https://github.com/MariaDB/server.git
synced 2025-08-07 00:04:31 +03:00
Bug#25673 - spatial index corruption, error 126 incorrect key file for table
Fixed a compiler warning, deteced by pushbuild only.
This commit is contained in:
@@ -978,7 +978,7 @@ int rtree_delete(MI_INFO *info, uint keynr, uchar *key, uint key_length)
|
|||||||
}
|
}
|
||||||
if (res)
|
if (res)
|
||||||
{
|
{
|
||||||
int j;
|
ulong j;
|
||||||
DBUG_PRINT("rtree", ("root has been split, adjust levels"));
|
DBUG_PRINT("rtree", ("root has been split, adjust levels"));
|
||||||
for (j= i; j < ReinsertList.n_pages; j++)
|
for (j= i; j < ReinsertList.n_pages; j++)
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user