8 Jul
2009
8 Jul
'09
7:47 p.m.
* Stewart Smith <stewart@sun.com> [09/07/08 21:16]:
The current aim is to remove things that obviously aren't related to a cursor and move them up.
e.g. create table is now in StorageEngine.
at some point s/handler/cursor/
Bad idea IMHO. You don't need to keep all cursors in the table cache and look every cursor with thr_lock. You should be able to create cursors at leisure during execution, and destroy them when not needed. --