mirror of
https://github.com/MariaDB/server.git
synced 2026-05-15 11:27:39 +02:00
rt_index.c:
Bug fix myisam/rt_index.c: Bug fix
This commit is contained in:
parent
4b04c84f09
commit
f328273134
1 changed files with 1 additions and 1 deletions
|
|
@ -503,7 +503,7 @@ static int rtree_insert_level(MI_INFO *info, uint keynr, uchar *key,
|
|||
return res;
|
||||
}
|
||||
|
||||
switch ((res = rtree_insert_req(info, &keyinfo[keynr], key, key_length,
|
||||
switch ((res = rtree_insert_req(info, keyinfo, key, key_length,
|
||||
old_root, &new_page, ins_level, 0)))
|
||||
{
|
||||
case 0: /* root was not split */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue