On Tue, 30 Mar 2010 23:27:57 -0700, Brian Aker <[email protected]> wrote: > Project is a first iteration replacement of the memory engine that we > currently use for temporary tables. The table does not need to be > concurrent in design (aka, not knowledge of threads needed).
Although to actually use it for internal temporary tables (the ones made during query execution) I'd have to resurrect my branch that makes that code path use the API... probably spend a week focused on it. but testing could be done as a temporary table within a single session. -- Stewart Smith _______________________________________________ Mailing list: https://launchpad.net/~drizzle-discuss Post to : [email protected] Unsubscribe : https://launchpad.net/~drizzle-discuss More help : https://help.launchpad.net/ListHelp

