[MDEV-2330] LP:544173 - Server crash for multi-engine transaction with binlog disabled Created: 2010-03-22 Updated: 2012-10-04 Resolved: 2012-10-04 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | None |
| Affects Version/s: | None |
| Fix Version/s: | None |
| Type: | Bug | Priority: | Minor |
| Reporter: | Kristian Nielsen | Assignee: | Sergei Golubchik |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | Launchpad | ||
| Attachments: |
|
| Description |
|
If using both PBXT and XtraDB in the same transaction, and log_bin is CREATE TABLE t1 (a INT PRIMARY KEY) ENGINE=innodb; 2013: Lost connection to MySQL server during query Note, the crash only happens when log_bin is disabled. Here is a gdb backtrace from the crash. The problem is that (gdb) bt |
| Comments |
| Comment by Kristian Nielsen [ 2010-03-22 ] |
|
Re: Server crash for multi-engine transaction with binlog disabled |
| Comment by Kristian Nielsen [ 2010-03-22 ] |
|
mysql-test-run.pl test case |
| Comment by Kristian Nielsen [ 2010-03-22 ] |
|
Re: Server crash for multi-engine transaction with binlog disabled |
| Comment by Kristian Nielsen [ 2010-03-22 ] |
|
.opt file for test case to ensure binlog disabled |
| Comment by Rasmus Johansson (Inactive) [ 2010-05-27 ] |
|
Launchpad bug id: 544173 |