mariadb/storage/innodb_plugin
Vasil Dimov 13fefeb04a Disable the prefetch code in the InnoDB internal SQL parser.
This change is a followup to
vasil.dimov@oracle.com-20110907145810-v98kldmho23vhhic
which triggered the usage of the prefetch and valgrind tests spat lots of
warnings.

The prefetch code will be removed.

Discussed with:	Marko (over IM)
2011-09-09 10:07:24 +03:00
..
btr Bug#12948130 UNNECESSARY X-LOCKING OF ADAPTIVE HASH INDEX (BTR_SEARCH_LATCH) 2011-09-08 16:10:24 +03:00
buf Bug #12950803 62294: BUF_BUDDY_RELOCATE CALLS GETTIMEOFDAY ... 2011-09-06 10:08:52 +03:00
data dtuple_convert_big_rec(): Store locally any fields whose maximum length 2010-04-21 12:50:33 +03:00
dict Bug #11766591 59733: Possible deadlock when buffered changes are to be 2011-08-15 12:11:43 +03:00
dyn Adding innodb_plugin-1.0.4 as storage/innodb_plugin. 2009-05-27 15:15:59 +05:30
eval Remove redundant variable 2010-09-15 18:03:24 +03:00
fil Fix Bug #54538 - use of exclusive innodb dictionary lock limits performance. 2010-11-03 12:40:53 +11:00
fsp Bug#12704861 Corruption after a crash during BLOB update 2011-08-29 11:16:42 +03:00
fut Adding innodb_plugin-1.0.4 as storage/innodb_plugin. 2009-05-27 15:15:59 +05:30
ha Backport of revno 3148 mysql-innodb-trunk 2010-08-05 11:34:44 -04:00
handler Bug#12770537 I_S.TABLES.DATA_LENGTH does not show on-disk size 2011-08-08 11:22:18 +03:00
ibuf Bug#11766591 59733: POSSIBLE DEADLOCK WHEN BUFFERED CHANGES ARE DISCARDED 2011-09-08 15:54:15 +03:00
include Bug#12948130 UNNECESSARY X-LOCKING OF ADAPTIVE HASH INDEX (BTR_SEARCH_LATCH) 2011-09-08 16:10:24 +03:00
lock Fix Bug# 56228 - Dropping tables from within an active statement crashes server 2010-11-30 20:11:26 +11:00
log Bug #11766513 - 59641: Prepared XA transaction in system after hard crash 2011-04-07 21:12:54 +03:00
mach Adding innodb_plugin-1.0.4 as storage/innodb_plugin. 2009-05-27 15:15:59 +05:30
mem Bug#59707 Unused compression-related parameters in buffer pool functions 2011-01-25 09:56:18 +02:00
mtr Bug#12704861 Corruption after a crash during BLOB update 2011-08-29 11:16:42 +03:00
mysql-test/patches Move the InnoDB Plugin tests from storage/innodb_plugin/mysql-test/ where 2010-04-09 15:56:51 +03:00
os Bug#52062: Compiler warning in os0file.c on windows 64-bit 2010-10-28 00:10:28 -05:00
page Bug#12595087 - 61191: Question about page_zip_available (clean up page0zip.c) 2011-06-28 11:57:09 +03:00
pars Applying InnoDB Plugin 1.0.6 snapshot,part 1. Fixes BUG#45992 and BUG#46656 2009-11-30 17:02:05 +05:30
que (partially) Fix Bug#55227 Fix compiler warnings in innodb with gcc 4.6 2010-09-15 18:35:59 +03:00
read Adding innodb_plugin-1.0.4 as storage/innodb_plugin. 2009-05-27 15:15:59 +05:30
rem Bug#12595087 - 61191: Question about page_zip_available 2011-06-16 14:22:12 +03:00
row Disable the prefetch code in the InnoDB internal SQL parser. 2011-09-09 10:07:24 +03:00
scripts Applying Innodb Plugin 1.0.5 snapshot, part 14 2009-10-12 18:26:02 +05:30
srv Bug 12356373 - PERFORMANCE REGRESSION FROM 5.1 TO 5.5 : GROUP BY: 2011-07-19 10:37:37 -04:00
sync Bug #11766591 59733: POSSIBLE DEADLOCK WHEN BUFFERED CHANGES ARE TO BE DISCARDED 2011-08-22 17:03:07 +03:00
thr Fix a debug assertion failure in the Bug#57802 fix. 2010-11-11 15:12:39 +02:00
trx Bug#12547647 UPDATE LOGGING COULD EXCEED LOG PAGE SIZE - take 2 2011-09-06 10:04:21 +03:00
usr Applying InnoDB Plugin 1.0.6 snapshot,part 1. Fixes BUG#45992 and BUG#46656 2009-11-30 17:02:05 +05:30
ut (InnoDB Plugin) Fix Bug#59303 Correct URL in crash message 2011-01-06 09:12:53 +02:00
ChangeLog Bug#12948130 UNNECESSARY X-LOCKING OF ADAPTIVE HASH INDEX (BTR_SEARCH_LATCH) 2011-09-08 16:10:24 +03:00
CMakeLists.txt Reapply changes to storage/innodb_plugin/CMakeLists.txt that were made by MySQL 2010-04-07 20:21:15 +03:00
compile-innodb Adding innodb_plugin-1.0.4 as storage/innodb_plugin. 2009-05-27 15:15:59 +05:30
compile-innodb-debug Adding innodb_plugin-1.0.4 as storage/innodb_plugin. 2009-05-27 15:15:59 +05:30
COPYING Adding innodb_plugin-1.0.4 as storage/innodb_plugin. 2009-05-27 15:15:59 +05:30
COPYING.Google Adding innodb_plugin-1.0.4 as storage/innodb_plugin. 2009-05-27 15:15:59 +05:30
COPYING.Percona Update to innoplug-1.0.4. 2009-07-30 17:42:56 +05:00
COPYING.Sun_Microsystems Update to innoplug-1.0.4. 2009-07-30 17:42:56 +05:00
Doxyfile Update to innoplug-1.0.4. 2009-07-30 17:42:56 +05:00
ha_innodb.def Adding innodb_plugin-1.0.4 as storage/innodb_plugin. 2009-05-27 15:15:59 +05:30
Makefile.am Bug#53445: Build with -Wall and fix warnings that it generates 2010-07-09 08:37:51 -03:00
plug.in Followup to vasil.dimov@oracle.com-20110107091222-q23qpb5skev0j9gc 2011-01-07 16:52:44 +02:00
revert_gen.sh Applying Innodb Plugin 1.0.5 snapshot, part 14 2009-10-12 18:26:02 +05:30
setup.sh Fix Bug #53592 in plugin code, "crash replacing duplicates into table 2010-05-25 22:31:27 -07:00