Below is the list of changes that have just been committed into a local
4.1 repository of istruewing. When istruewing does a push these changes will
be propagated to the main repository and, within 24 hours after the
push, to the public repository.
For information on how to access the public repository
see http://dev.mysql.com/doc/mysql/en/installing-source-tree.html
ChangeSet@stripped, 2007-03-09 16:19:42+01:00, istruewing@stripped +1 -0
Bug#25673 - spatial index corruption, error 126 incorrect key file for table
Fixed a compiler warning, deteced by pushbuild only.
myisam/rt_index.c@stripped, 2007-03-09 16:19:40+01:00, istruewing@stripped +1 -1
Bug#25673 - spatial index corruption, error 126 incorrect key file for table
Fixed a compiler warning, deteced by pushbuild only.
# This is a BitKeeper patch. What follows are the unified diffs for the
# set of deltas contained in the patch. The rest of the patch, the part
# that BitKeeper cares about, is below these diffs.
# User: istruewing
# Host: chilla.local
# Root: /home/mydev/mysql-4.1-bug25673
--- 1.19/myisam/rt_index.c 2007-03-09 16:19:46 +01:00
+++ 1.20/myisam/rt_index.c 2007-03-09 16:19:46 +01:00
@@ -978,7 +978,7 @@ int rtree_delete(MI_INFO *info, uint key
}
if (res)
{
- int j;
+ ulong j;
DBUG_PRINT("rtree", ("root has been split, adjust levels"));
for (j= i; j < ReinsertList.n_pages; j++)
{
Thread |
---|
• bk commit into 4.1 tree (istruewing:1.2609) BUG#25673 | ingo | 9 Mar |