Bug #13343 | CREATE|etc TRIGGER|VIEW|USER don't commit the transaction (inconsistency) | ||
---|---|---|---|
Submitted: | 20 Sep 2005 9:30 | Modified: | 13 Oct 2005 2:09 |
Reporter: | Guilhem Bichot | Email Updates: | |
Status: | Closed | Impact on me: | |
Category: | MySQL Server | Severity: | S3 (Non-critical) |
Version: | 5.0 | OS: | Linux (linux) |
Assigned to: | Elliot Murphy | CPU Architecture: | Any |
[20 Sep 2005 9:30]
Guilhem Bichot
[10 Oct 2005 16:28]
Bugs System
A patch for this bug has been committed. After review, it may be pushed to the relevant source trees for release in the next version. You can access the patch from: http://lists.mysql.com/internals/30863
[12 Oct 2005 18:01]
Elliot Murphy
Fix has been pushed for 5.0.15. CREATE VIEW ALTER VIEW DROP VIEW CREATE TRIGGER DROP TRIGGER CREATE USER RENAME USER DROP USER All these statements now cause implicit commit (alter view was already doing this) of the active transaction.
[13 Oct 2005 2:09]
Mike Hillyer
Documented in 5.0.15: <listitem> <para> The following statements now cause an implicit <literal>COMMIT</literal>: </para> <itemizedlist> <listitem><para>CREATE VIEW</para></listitem> <listitem><para>ALTER VIEW</para></listitem> <listitem><para>DROP VIEW</para></listitem> <listitem><para>CREATE TRIGGER</para></listitem> <listitem><para>DROP TRIGGER</para></listitem> <listitem><para>CREATE USER</para></listitem> <listitem><para>RENAME USER</para></listitem> <listitem><para>DROP USER</para></listitem> </itemizedlist> </listitem>
[15 Nov 2005 17:31]
Bugs System
A patch for this bug has been committed. After review, it may be pushed to the relevant source trees for release in the next version. You can access the patch from: http://lists.mysql.com/internals/32282
[16 Nov 2005 12:09]
Bugs System
A patch for this bug has been committed. After review, it may be pushed to the relevant source trees for release in the next version. You can access the patch from: http://lists.mysql.com/internals/32312