Bug #43129 | failed assertion `bitmap_is_set_all(&table->s->all_set)' with concurrent inserts | ||
---|---|---|---|
Submitted: | 24 Feb 2009 7:45 | Modified: | 8 Apr 2009 10:52 |
Reporter: | Sveta Smirnova | Email Updates: | |
Status: | Duplicate | Impact on me: | |
Category: | MySQL Server | Severity: | S1 (Critical) |
Version: | 5.1 bzr | OS: | MacOS (Tiger) |
Assigned to: | Georgi Kodinov | CPU Architecture: | Any |
[24 Feb 2009 7:45]
Sveta Smirnova
[24 Feb 2009 7:46]
Sveta Smirnova
test case
Attachment: bug42644.c (text/plain), 6.06 KiB.
[24 Feb 2009 7:47]
Sveta Smirnova
To repeat one should run test case several times
[24 Feb 2009 17:27]
Sveta Smirnova
Gypsy query file: i|1|drop table if exists a| i|1|create table a( i int, n int, primary key(i)) engine=innodb| i|1|set global sql_mode='strict_trans_tables'| n|100|insert into a set i = 1, n = 1 on duplicate key update n = n + 1|
[27 Feb 2009 14:50]
Peter Gulutzan
I saw the same assertion with mysql-6.1-fk when running a stored procedure on 8 connections, repeatedly inserting/updating/deleting on Falcon tables with foreign keys.
[2 Apr 2009 12:07]
Kristofer Pettersson
Can't repeat on Linux. Mac is probably needed.
[6 Apr 2009 14:06]
Kristofer Pettersson
PeterG: I saw an assertion on linux in February.
[8 Apr 2009 10:52]
Georgi Kodinov
Duplicate of bug #37936. I have tried running the test 10 times in a row with the current 5.1-bugteam tree with no success.
[30 Oct 2009 15:01]
Peter Thairu
I see same assertion on 5.1.39 on Centos 5.3 and can reliably repeat using your test case.
[4 Aug 2011 17:55]
Mark Callaghan
Is this a duplicate of http://bugs.mysql.com/bug.php?id=43152