diff options
author | istruewing@chilla.local <> | 2007-03-09 19:50:49 +0100 |
---|---|---|
committer | istruewing@chilla.local <> | 2007-03-09 19:50:49 +0100 |
commit | 3e608ee1f0a6749553d8f280eb29c78a298d3965 (patch) | |
tree | 37e535d594d6fbe39b2252205407bd5127108988 | |
parent | 651b7b7fc14ab5f4dd632c028a21aa7195d54d17 (diff) | |
parent | 0c77069ca6ce9055702080ba0bc998a07e3f6953 (diff) | |
download | mariadb-git-3e608ee1f0a6749553d8f280eb29c78a298d3965.tar.gz |
Merge chilla.local:/home/mydev/mysql-5.0-bug25673
into chilla.local:/home/mydev/mysql-5.1-bug25673
-rw-r--r-- | storage/myisam/rt_index.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/storage/myisam/rt_index.c b/storage/myisam/rt_index.c index 20066c4dbba..cf144839dd1 100644 --- a/storage/myisam/rt_index.c +++ b/storage/myisam/rt_index.c @@ -973,7 +973,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++) { |