mariadb/storage/innodb_plugin
Marko Mäkelä c6ee56667c Bug#59707 Unused compression-related parameters in buffer pool functions
buf_block_alloc(): ulint zip_size is always 0.
buf_LRU_get_free_block(): ulint zip_size is always 0.
buf_LRU_free_block(): ibool* buf_pool_mutex_released is always NULL.

Remove these parameters.

buf_LRU_get_free_block(): Simplify the initialization of block->page.zip
and release buf_pool_mutex() earlier.
2011-01-25 09:56:18 +02:00
..
btr Bug#59707 Unused compression-related parameters in buffer pool functions 2011-01-25 09:56:18 +02:00
buf Bug#59707 Unused compression-related parameters in buffer pool functions 2011-01-25 09:56:18 +02:00
data dtuple_convert_big_rec(): Store locally any fields whose maximum length 2010-04-21 12:50:33 +03:00
dict Fix Bug#30423 "InnoDBs treatment of NULL in index stats causes bad 2011-01-14 09:02:28 -08: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 - use of exclusive innodb dictionary lock limits performance. 2010-11-03 12:40:53 +11:00
fsp (InnoDB Plugin) Fix Bug#59303 Correct URL in crash message 2011-01-06 09:12:53 +02: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 Fix Bug#30423 "InnoDBs treatment of NULL in index stats causes bad 2011-01-14 09:02:28 -08:00
ibuf Bug wrong InnoDB results from a case-insensitive covering index 2010-10-19 09:04:15 +03:00
include Bug#59707 Unused compression-related parameters in buffer pool functions 2011-01-25 09:56:18 +02:00
lock Bug#53674: InnoDB: Error: unlock row could not find a 4 mode lock on the record 2010-06-02 13:37:14 +03:00
log (InnoDB Plugin) Fix Bug#59303 Correct URL in crash message 2011-01-06 09:12:53 +02: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 Applying InnoDB Plugin 1.0.5 snapshot ,part 12 2009-10-09 19:43:15 +05:30
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#59707 Unused compression-related parameters in buffer pool functions 2011-01-25 09:56:18 +02: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 Fix Bug#30423 "InnoDBs treatment of NULL in index stats causes bad 2011-01-14 09:02:28 -08:00
row (InnoDB Plugin) Fix Bug#59303 Correct URL in crash message 2011-01-06 09:12:53 +02:00
scripts Applying Innodb Plugin 1.0.5 snapshot, part 14 2009-10-12 18:26:02 +05:30
srv Fix Bug#30423 "InnoDBs treatment of NULL in index stats causes bad 2011-01-14 09:02:28 -08:00
sync Bug#59579 rw_lock_debug_print outputs to stderr 2011-01-18 12:25:13 +02:00
thr Fix a debug assertion failure in the Bug#57802 fix. 2010-11-11 15:12:39 +02:00
trx Fix Bug cannot select from innodb_trx when trx_query contains blobs 2011-01-06 19:36:20 -08: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#59707 Unused compression-related parameters in buffer pool functions 2011-01-25 09:56:18 +02: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 in plugin code, "crash replacing duplicates into table 2010-05-25 22:31:27 -07:00