maria-developers team mailing list archive
-
maria-developers team
-
Mailing list archive
-
Message #00516
Re: Storage Engine API changes
* Stewart Smith <stewart@xxxxxxx> [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.
--
Follow ups
References