1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-29 05:21:33 +03:00

After merge fixes

This commit is contained in:
monty@mysql.com
2004-11-09 13:56:54 +02:00
parent 87af3d9113
commit d2d7533e4a

View File

@ -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;
}