Hi!

On Mar 26, 2009, at 8:20 AM, Jay Pipes wrote:

 1) check to see if the storage engine is "active"
 2) ask the storage engine to create a "handler"


Number 1 is due to the current plugin system (in previous versions we never cared about this). Number 2 is the problem that DDL operations are mixed in with Handler. Handler needs to be Cursor, and we should toss out the DDL operations from the object. They belong to the StorageEngine class (which should be managing these operations on their own).

Cheers,
        -Brian

--
_______________________________________________________
Brian "Krow" Aker, brian at tangent.org
Seattle, Washington
http://krow.net/                     <-- Me
http://tangent.org/                <-- Software
_______________________________________________________
You can't grep a dead tree.




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

Reply via email to