← Back to team overview

maria-developers team mailing list archive

Re: Storage Engine API changes

 

Hi!

Can you explain this a bit more? I can't follow what you mean by your statement (even as to how it released to the class MySQL branch).

Cheers,
	-Brian

On Jul 8, 2009, at 10:47 AM, Konstantin Osipov wrote:

* 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.

--

--
MySQL Internals Mailing List
For list archives: http://lists.mysql.com/internals
To unsubscribe:    http://lists.mysql.com/internals?unsub=brian@xxxxxxxxxxx





References