problems in range_vs_index_merge_innodb.test

Bug #928352 reported by Sergei Golubchik
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
MariaDB
Fix Released
High
Igor Babaev

Bug Description

1. run the test. mysqld.1.err will contain

120207 17:27:10 [Note] Use_count: Wrong count for key at 0x3400688, 0 should be 1
120207 17:27:10 [Note] Use_count: Wrong count for key at 0x3400688, 0 should be 1
120207 17:27:10 [Note] Use_count: Wrong count for key at 0x3400688, 0 should be 1
120207 17:27:10 [Note] Use_count: Wrong count for key at 0x3400688, 0 should be 1

2. in storage/innodb_plugin/handler/ha_innodb.cc, records_in_range() method starts from

 DBUG_ASSERT(min_key || max_key);

add the same assert to xtradb. run the test. the assert will fire.

Changed in maria:
assignee: nobody → Igor Babaev (igorb-seattle)
Changed in maria:
status: Confirmed → In Progress
importance: Medium → High
Revision history for this message
Igor Babaev (igorb-seattle) wrote :

The server hits the above assertion when executing the test case for bug #891953 from range_vs_index_merge_innodb.test

Revision history for this message
Igor Babaev (igorb-seattle) wrote :

The complains about "Wrong count for key" are issued when the test case for bug #800184 from range_vs_index_merge_innodb.test is executed

Revision history for this message
Igor Babaev (igorb-seattle) wrote :

Fixed the problem with "Wrong count for key". Pushed the fix into the 5.3 tree.

Changed in maria:
status: In Progress → Fix Committed
Revision history for this message
Elena Stepanova (elenst) wrote :

Fix released with 5.3.5-ga.

Changed in maria:
status: Fix Committed → Fix Released
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.