mariadb/storage/innobase
kevin.lewis@oracle.com 0f359571c5 Bug 12963823 - Crash in Purge thread under unusual circumstances.
The problem occurred when indexes are added between the time that an
UNDO record is created and the time that the purge thread comes around
and deletes the old secondary index entries.  The purge thread would
hit an assert when trying to build a secondary index entry for
searching.  The problem was that the old value of those fields were not
in the UNDO record since they were not part of an index when the UPDATE
occured. 
A test case was added to innodb-index.test.
2011-09-20 18:17:36 -06:00
..
btr Merge mysql-5.1 to mysql-5.5. 2011-09-08 16:25:45 +03:00
buf Merge mysql-5.1 to mysql-5.5. 2011-09-08 16:25:45 +03:00
data Implement worklog #5743 InnoDB: Lift the limit of index key prefixes. 2011-05-31 02:12:32 -07:00
dict Fix Bug 12922077 - SEGV IN DICT_SET_CORRUPTED_INDEX_CACHE_ONLY(), DROP TABLE 2011-08-29 02:44:28 -07:00
dyn
eval Remove redundant variable 2010-09-20 18:48:38 +03:00
fil Bug#12543706 - innodb-fast-shutdown=2: Assert 2011-05-17 15:15:55 +03:00
fsp Merge mysql-5.1 to mysql-5.5. 2011-08-29 11:22:43 +03:00
fut
ha Currently we do a full validation of AHI whenever check tables is 2010-08-05 11:09:05 -04:00
handler Bug#12547647 UPDATE LOGGING COULD EXCEED LOG PAGE SIZE 2011-09-01 21:48:04 +03:00
ibuf Merge mysql-5.1 to mysql-5.5. 2011-09-13 09:21:39 +03:00
include Merge mysql-5.1 to mysql-5.5. 2011-09-08 16:25:45 +03:00
lock Bug#12584374 LOCK_VALIDATE TRIPS ASSERTION !BLOCK->PAGE.FILE_PAGE_WAS_FREE 2011-05-24 23:08:22 +03:00
log Merge mysql-5.1-innodb to mysql-5.5-innodb. 2011-04-11 17:03:32 +03:00
mach mach_ull_parse_compressed(): Move to .ic file to silence a GCC warning 2010-06-24 09:08:42 +03:00
mem Include "ha_prototypes.h" to sync/sync0rw.c for innobase_basename(). 2011-02-25 03:21:02 -08:00
mtr Merge mysql-5.1 to mysql-5.5. 2011-08-29 11:22:43 +03:00
os Fix bug #12424282 - INNODB PERFORMANCE SCHEMA: Double accounting for OS_AIO_SYNC 2011-05-04 00:09:48 -07:00
page Merge mysql-5.1 to mysql-5.5. 2011-06-28 12:03:55 +03:00
pars Fix bug #11830883, SUPPORT "CORRUPTED" BIT FOR INNODB TABLES AND INDEXES. 2011-08-16 18:07:59 -07:00
que (que0que.c:1286) Bug#55227 Fix compiler warnings in innodb with gcc 4.6 2010-09-20 19:01:14 +03:00
read Bug#54728: Replace the dulint struct with a 64-bit integer. 2010-06-23 14:06:59 +03:00
rem Merge mysql-5.1 to mysql-5.5. 2011-06-16 15:13:24 +03:00
row Bug 12963823 - Crash in Purge thread under unusual circumstances. 2011-09-20 18:17:36 -06:00
srv Merge from 5.1 the fix for Bug 12356373 2011-07-19 10:54:59 -04:00
sync Merge mysql-5.1 to mysql-5.5. 2011-09-14 15:44:34 +03:00
trx Merge mysql-5.1 to mysql-5.5. 2011-09-06 10:14:45 +03:00
usr
ut Bug#12547647 UPDATE LOGGING COULD EXCEED LOG PAGE SIZE 2011-09-01 21:48:04 +03:00
CMakeLists.txt Bug#11766305 - 59392: Remove thr0loc.c and ibuf_inside() [part 4 of 4] 2011-03-24 14:00:14 +02:00
compile-innodb Invoke make with -j$(nproc) for better parallelism. 2010-09-09 13:50:06 +03:00
COPYING.Google
COPYING.Percona
Doxyfile Remove ut0auxconf.h. 2010-09-09 14:27:52 +03:00
ha_innodb.def