[MDEV-117] LP:922146 - Assertion: prebuilt->sql_stat_start || trx->conc_state == 1 failed at row0sel.c:3933 Created: 2012-01-26 Updated: 2017-08-08 Resolved: 2012-03-01 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | None |
| Affects Version/s: | None |
| Fix Version/s: | 5.5.21 |
| Type: | Bug | Priority: | Critical |
| Reporter: | Elena Stepanova | Assignee: | Sergei Golubchik |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Issue Links: |
|
||||||||
| Description |
|
https://bugs.launchpad.net/maria/+bug/922146 bzr version-info Couldn't reproduce on maria-5.3, mysql-5.5.20, 5.6.4, percona-server-5.5.19; however the testcases are not deterministic, so there is no guarantee that the bug isn't there. |
| Comments |
| Comment by Sergei Golubchik [ 2012-02-16 ] |
|
cannot repeat either with mtr or with rqg in both debug and optimizer builds |
| Comment by Elena Stepanova [ 2012-02-16 ] |
|
If you are not able to reproduce it in the shared environment as described above, please let me know, I will see what else I can do. |
| Comment by Elena Stepanova [ 2012-02-17 ] |
|
As an MTR test case, please try this one (I tried both linux 32 bit and 64 bit, failed on every attempt. Revno 3272) --source include/have_innodb.inc SET GLOBAL innodb_lock_wait_timeout=3; CREATE TABLE t1 ( --connect (con1,127.0.0.1,root,,test) --connection default --connection con1 --connection default
|