Re: Transactional DDL
От
PFC
Тема
Re: Transactional DDL
Дата
Msg-id
op.ttb4z80gcigqcu@apollo13
Ответ на
Re: Transactional DDL (Tom Lane)
Список
Дерево обсуждения
Transactional DDL "Jasbinder Singh Bali" <jsbali@gmail.com>
Re: Transactional DDL "Alexander Staubo" <alex@purefiction.net>
Re: Transactional DDL "Jasbinder Singh Bali" <jsbali@gmail.com>
Re: Transactional DDL "Dawid Kuroczko" <qnex42@gmail.com>
Re: Transactional DDL "Harpreet Dhaliwal" <harpreet.dhaliwal01@gmail.com>
Re: Transactional DDL Ron Johnson <ron.l.johnson@cox.net>
Re: Transactional DDL "Leif B. Kristensen" <leif@solumslekt.org>
Re: Transactional DDL "Harpreet Dhaliwal" <harpreet.dhaliwal01@gmail.com>
Re: Transactional DDL David Fetter <david@fetter.org>
Re: Transactional DDL Michael Glaesemann <grzm@seespotcode.net>
Re: Transactional DDL "Harpreet Dhaliwal" <harpreet.dhaliwal01@gmail.com>
Re: Transactional DDL Michael Glaesemann <grzm@seespotcode.net>
Re: Transactional DDL "Jasbinder Singh Bali" <jsbali@gmail.com>
Re: Transactional DDL Ron Johnson <ron.l.johnson@cox.net>
Re: Transactional DDL "Harpreet Dhaliwal" <harpreet.dhaliwal01@gmail.com>
Re: Transactional DDL Russ Brown <pickscrape@gmail.com>
Re: Transactional DDL Tom Lane <tgl@sss.pgh.pa.us>
Re: Transactional DDL "Jaime Casanova" <systemguards@gmail.com>
Re: Transactional DDL PFC <lists@peufeu.com>
Re: Transactional DDL "Jaime Casanova" <systemguards@gmail.com>
Re: Transactional DDL Tom Lane <tgl@sss.pgh.pa.us>
Re: Transactional DDL PFC <lists@peufeu.com>
On Sun, 03 Jun 2007 01:39:11 +0200, Tom Lane wrote: > "Jaime Casanova" writes: >> Tom's example seems to show that mysql inserts a commit immidiatelly >> after a DDL but this one example shows the thing is worse than that. > > Actually, I think their behavior is just "DDL issues a COMMIT", so that > after that you are out of the transaction and the INSERT commits > immediately. Some experimentation shows that mysql doesn't issue a > warning for rollback-outside-a-transaction, so the lack of any complaint > at the rollback step is just standard mysql-ism. Yes, their manual explains this and warns against it. The full list is here : http://www.mysql.org/doc/refman/5.1/en/implicit-commit.html
В списке pgsql-general по дате отправления