diff options
author | istruewing@chilla.local <> | 2007-03-09 16:40:30 +0100 |
---|---|---|
committer | istruewing@chilla.local <> | 2007-03-09 16:40:30 +0100 |
commit | 0c77069ca6ce9055702080ba0bc998a07e3f6953 (patch) | |
tree | 95d5c2a3386dde5ebaccd446e3036bdafef35b1e /myisam | |
parent | c029dbecf7c2f1d2cc8dd693b9bdea6e23a68046 (diff) | |
parent | af17853d5ece63376f5380fd07af1fee56b84117 (diff) | |
download | mariadb-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.c | 2 |
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++) { |