mirror of
https://github.com/MariaDB/server.git
synced 2026-04-26 10:15:29 +02:00
Bug#14399148 INNODB TABLES UNDER LOAD PRODUCE DUPLICATE COPIES OF ROWS
IN QUERIES This bug was caused by an incorrect fix of Bug#13807811 BTR_PCUR_RESTORE_POSITION() CAN SKIP A RECORD There was nothing wrong with btr_pcur_restore_position(), but with the use of it in the table scan during index creation. rb:1206 approved by Jimmy Yang
This commit is contained in:
parent
941924e831
commit
e0482cb0bc
4 changed files with 83 additions and 73 deletions
|
|
@ -1,3 +1,9 @@
|
|||
2012-08-07 The InnoDB Team
|
||||
|
||||
* btr/btr0pcur.c, row/row0merge.c:
|
||||
Fix Bug#14399148 INNODB TABLES UNDER LOAD PRODUCE DUPLICATE COPIES
|
||||
OF ROWS IN QUERIES
|
||||
|
||||
2012-03-15 The InnoDB Team
|
||||
|
||||
* fil/fil0fil.c, ibuf/ibuf0ibuf.c, include/fil0fil.h,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue