I'm moving DDL from the handler class up into the StorageEngine class. You can follow these changes at: lp:~stewart-flamingspork/drizzle/ddl-in-storage-engine/
Which will be merged into main as each patch stabilises (which is usually as soon as I commit it). Engines that aren't yet in mainline will need to adapt to these changes. They're rather simple though, mainly it's just a slight change of signature (usually the addition of Session* as first parameter) and moving the function up to StorageEngine instead of handler. -- 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

