On Mon, 29 Mar 2010 16:29:45 -0700, Eric Day <[email protected]> wrote: > Hey! I'm CC'ing the main drizzle mailing list so other folks can > comment. You should probably subscribe to it too. > > On Tue, Mar 30, 2010 at 01:22:47AM +0200, ayman bs wrote: > > I have already a familiarity with both drizzle and Sphinx, but I have > > never dived into the code level. > > > > I would like to know from your point of view the biggest challenges that > > might face me in the porting phase... > > I'm not as familiar with all the SE interface changes as the other > developers, so I'll let them comment on the specifics.
DDL: completely different. transactions: completely different: we (mostly) have startTransaction/endTransaction and friends Glue (the bits for registering a plugin/storage engine etc): completely different. the rnd_init,rnd_next,index_init bits.... pretty similar unfortunately. -- 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

