On Wed, Nov 25, 2009 at 19:28, Stewart Smith <[email protected]> wrote: > On Wed, Nov 25, 2009 at 06:15:40PM -0500, Darius Jahandarie wrote: >> The implicit commits in MySQL are very ugly, so if we're addressing >> the RENAME TABLE issue, I think this deserves discussion. > > I hate the implicit commits too. > > What do people feel about throwing an error instead? > > At least until we have anything that can have DDL as part of a transaction? > > -- > Stewart Smith >
Upon further investigation, I discovered that it is already atomic, because Drizzle scraped the .frm files, and stored the table definition inside the database itself, which can therefore be "rolled back." I am not entirely sure if DDL statements actually work inside of a transaction without implicitly committing at the moment, but it should be within the realm of possibility if they don't. -- Darius Jahandarie _______________________________________________ Mailing list: https://launchpad.net/~drizzle-discuss Post to : [email protected] Unsubscribe : https://launchpad.net/~drizzle-discuss More help : https://help.launchpad.net/ListHelp

