[MDEV-10221] ROLLBACK doesn't work after truncate temporary table Created: 2016-06-13 Updated: 2016-06-14 Resolved: 2016-06-14 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | Data Definition - Procedure, Data Definition - Temporary |
| Affects Version/s: | 10.1.14 |
| Fix Version/s: | N/A |
| Type: | Bug | Priority: | Critical |
| Reporter: | Chris Jeong | Assignee: | Unassigned |
| Resolution: | Not a Bug | Votes: | 0 |
| Labels: | None | ||
| Environment: |
Ubuntu 14.04 LTS |
||
| Description |
|
Hello,
I expected that state is 0, but it's changed to 1. Can you fix this bug? |
| Comments |
| Comment by Elena Stepanova [ 2016-06-13 ] |
|
Please provide the complete definition of the procedure, from CREATE PROCEDURE and to END. If you want to obfuscate table names, columns and such, feel free to do so, but please leave handler declarations and such unabridged, as well as types of statements you use inside the transactions. |
| Comment by Chris Jeong [ 2016-06-14 ] |
|
Dear Stepanova, |
| Comment by Chris Jeong [ 2016-06-14 ] |
|
Sorry for bothering you, I just read about implicit commit. https://mariadb.com/kb/en/mariadb/sql-statements-that-cause-an-implicit-commit/ Thank you for your comment. |