Commit 3e608ee1 authored by istruewing@chilla.local's avatar istruewing@chilla.local

Merge chilla.local:/home/mydev/mysql-5.0-bug25673

into  chilla.local:/home/mydev/mysql-5.1-bug25673
parents 651b7b7f 0c77069c
...@@ -973,7 +973,7 @@ int rtree_delete(MI_INFO *info, uint keynr, uchar *key, uint key_length) ...@@ -973,7 +973,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++)
{ {
......
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