mariadb/storage/innobase
Krunal Bauskar krunal.bauskar@oracle.com ed6732dd16 bug#14704286
SECONDARY INDEX UPDATES MAKE CONSISTENT READS DO O(N^2) UNDO PAGE
LOOKUPS (honoring kill query while accessing sec_index)

If secondary index is being used for select query evaluation and this
query is operating with consistent read snapshot it might take good time for
secondary index to return back control to mysql as MVCC would kick in.

If user issues "kill query <id>" while query is actively accessing
secondary index it will not be honored as there is no hook to check
for this condition. Added hook for this check.

-----
Parallely secondary index taking too long to evaluate for consistent
read snapshot case is being examined for performance improvement. WL#6540.
2012-10-15 09:49:50 +05:30
..
btr
buf
data
dict
dyn
eval
fil
fsp
fut
ha
handler
ibuf
include
lock
log
mach
mem
mtr
os
page
pars
que
read
rem
row bug#14704286 2012-10-15 09:49:50 +05:30
srv
sync
trx
usr
ut
CMakeLists.txt
compile-innodb
COPYING.Google
COPYING.Percona
Doxyfile
ha_innodb.def