On Mon, 29 Mar 2010 13:51:48 +0800, Zimin Huang <[email protected]> wrote: > On Mon, Mar 29, 2010 at 9:41 AM, Stewart Smith > <[email protected]>wrote: > > 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. > > > > > Would you please point me to the link of your parser bit? Or you mean this > is the parser already in the repository? > If the problem is within my abilities, I could help a little. :-)
https://code.launchpad.net/~stewart-flamingspork/drizzle/custom-table-options lp:~stewart-flamingspork/drizzle/custom-table-options it's a bit old, but from some of the commits in it you should see what I mean. -- 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

