Commit f38ea697 authored by bar@bar.mysql.r18.ru's avatar bar@bar.mysql.r18.ru

rt_index.c:

  Bug fix
parent 29e36c5d
......@@ -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 */
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment