Commit 8bddd448 authored by unknown's avatar unknown

After merge fixes

parent e0bf844c
......@@ -1876,7 +1876,7 @@ Cursor::fetch(ulong num_rows)
/* free cursor memory */
free_items(free_list);
free_list= 0;
free_root(&mem_root, MYF(0));
free_root(&main_mem_root, MYF(0));
}
return error;
}
......
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