summaryrefslogtreecommitdiff
path: root/myisam
diff options
context:
space:
mode:
authoristruewing@chilla.local <>2007-03-09 16:40:30 +0100
committeristruewing@chilla.local <>2007-03-09 16:40:30 +0100
commit0c77069ca6ce9055702080ba0bc998a07e3f6953 (patch)
tree95d5c2a3386dde5ebaccd446e3036bdafef35b1e /myisam
parentc029dbecf7c2f1d2cc8dd693b9bdea6e23a68046 (diff)
parentaf17853d5ece63376f5380fd07af1fee56b84117 (diff)
downloadmariadb-git-0c77069ca6ce9055702080ba0bc998a07e3f6953.tar.gz
Merge chilla.local:/home/mydev/mysql-4.1-bug25673
into chilla.local:/home/mydev/mysql-5.0-bug25673
Diffstat (limited to 'myisam')
-rw-r--r--myisam/rt_index.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/myisam/rt_index.c b/myisam/rt_index.c
index 2927730b68f..4c52f730406 100644
--- a/myisam/rt_index.c
+++ b/myisam/rt_index.c
@@ -976,7 +976,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++)
{