mariadb/storage/innobase
Marko Mäkelä bfffe571ac Fix some GCC 7 warnings for InnoDB
buf_page_io_complete(): Do not test bpage for NULL, because
it is declared (and always passed) as nonnull.

buf_flush_batch(): Remove the constant local variable count=0.

fil_ibd_load(): Use magic comment to suppress -Wimplicit-fallthrough.

ut_stage_alter_t::inc(ulint): Disable references to an unused parameter.

lock_queue_validate(), sync_array_find_thread(), rbt_check_ordering():
Define only in debug builds.
2017-08-10 14:00:51 +03:00
..
btr MDEV-13228: Add a comment that clarifies the constants 2017-07-03 13:13:54 +03:00
buf Fix some GCC 7 warnings for InnoDB 2017-08-10 14:00:51 +03:00
data InnoDB: Remove dead code for DATA_POINT and DATA_VAR_POINT 2017-07-03 12:17:10 +03:00
dict InnoDB: Remove a redundant condition and an outdated comment 2017-07-06 02:14:33 +03:00
eval
fil Fix some GCC 7 warnings for InnoDB 2017-08-10 14:00:51 +03:00
fsp MDEV-13105 InnoDB fails to load a table with PAGE_COMPRESSION_LEVEL after upgrade from 10.1.20 2017-07-05 14:55:56 +03:00
fts MDEV-13084 MariaDB 10.2 crashes on corrupted SYS_TABLES.MIX_LEN field 2017-06-14 09:08:04 +03:00
fut
gis
ha Bug#24346574 PAGE CLEANER THREAD, ASSERT BLOCK->N_POINTERS == 0 2017-04-26 23:03:27 +03:00
handler BUG#25365223 ERRORLOG UPDATED WITH NOTES INFORMATION WHEN A REF FKEY ISN'T FOUND IN GRSETUP 2017-08-09 22:28:29 +03:00
ibuf MDEV-13451 Assertion `!recv_no_ibuf_operations' failed in ibuf_page_low() 2017-08-07 13:50:31 +03:00
include Fix some GCC 7 warnings for InnoDB 2017-08-10 14:00:51 +03:00
lock Fix some GCC 7 warnings for InnoDB 2017-08-10 14:00:51 +03:00
log Backport MDEV-13430 recovery improvement to MariaDB 10.2 2017-08-08 09:44:38 +03:00
mach Fix Bug#24707869 GCC 5 AND 6 MISCOMPILE MACH_PARSE_COMPRESSED 2017-04-26 23:03:29 +03:00
mem
mtr MDEV-13452 Assertion `!recv_no_log_write' failed in log_reserve_and_open() 2017-08-07 13:54:37 +03:00
mysql-test/storage_engine Adjust storage_engine suite according to server changes in 10.2 2017-06-03 02:47:52 +03:00
os MDEV-12548 Initial implementation of Mariabackup for MariaDB 10.2 2017-07-05 11:43:28 +03:00
page MDEV-11939: innochecksum mistakes a file for an encrypted one (page 0 invalid) 2017-08-08 09:41:09 +03:00
pars
que Fix some printf format type mismatch 2017-06-06 12:04:29 +03:00
read
rem InnoDB: Remove dead code for DATA_POINT and DATA_VAR_POINT 2017-07-03 12:17:10 +03:00
row Bug #24961167 CONCURRENT INSERT FAILS IF TABLE DOES REBUILD 2017-08-09 22:28:30 +03:00
srv Avoid a hang when InnoDB startup is aborted during redo log apply 2017-07-05 22:09:28 +03:00
sync Fix some GCC 7 warnings for InnoDB 2017-08-10 14:00:51 +03:00
trx MDEV-13472 rpl.rpl_semi_sync_wait_point crashes because of thd_destructor_proxy 2017-08-09 08:14:39 +03:00
usr Merge 10.1 into 10.2 2017-05-22 09:46:51 +03:00
ut Fix some GCC 7 warnings for InnoDB 2017-08-10 14:00:51 +03:00
bzip2.cmake
CMakeLists.txt MDEV-12548 Initial implementation of Mariabackup for MariaDB 10.2 2017-07-05 11:43:28 +03:00
compile-innodb
COPYING.Google
COPYING.Percona
innodb.cmake MDEV-12924: re-add numa to innodb 2017-05-29 15:32:37 +10:00
lz4.cmake
lzma.cmake
lzo.cmake
plugin_exports
snappy.cmake