On Sun, 28 Mar 2010 12:04:46 -0700, Brian Aker <[email protected]> wrote: > On Mar 28, 2010, at 2:28 AM, Zimin wrote: > > > As I see from the MySQL side, there is a connect string for this > > 'create table' statement. But I don't find it's in Drizzle. Am I > > right? And what's the usual practice to do such task? > > The interface in the parser needs to be changes to key/pair that can > then be passed down and verified in the Storage Engine.
Have you managed to look at my parser bits for this yet? IIRC it was adding another shift/reduce conflict, and we don't like those... so was hoping you had some magic solution. (then there's the rest of the patch, but the parser bit is a blocker no matter what) -- 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

