On Fri, Jan 16, 2009 at 11:01:51AM -0800, Matthew Sacks wrote: > I think there should be a syntax guide or quick-reference. > What are the syntax differences between Drizzle and MySQL? > If there are only some differences, we should document the delta > between the two.
There is a bit of difference - especially around types, character sets , stored procedures (we don't have them) and a few others... I don't have much advice except perhaps to start with sql_yacc.yy and things like CREATE, SELECT, DELETE, DROP. -- 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

