* Stewart Smith <[email protected]> [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.

-- 

_______________________________________________
Mailing list: https://launchpad.net/~maria-developers
Post to     : [email protected]
Unsubscribe : https://launchpad.net/~maria-developers
More help   : https://help.launchpad.net/ListHelp

Reply via email to