mirror of
https://github.com/MariaDB/server.git
synced 2025-01-31 19:11:46 +01:00
Merge chilla.local:/home/mydev/mysql-5.0-bug25673
into chilla.local:/home/mydev/mysql-5.1-bug25673
This commit is contained in:
commit
3e608ee1f0
1 changed files with 1 additions and 1 deletions
|
@ -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++)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Reference in a new issue