summaryrefslogtreecommitdiff
path: root/storage/innobase/fil
Commit message (Expand)AuthorAgeFilesLines
* MDEV-13167 InnoDB key rotation is not skipping unused pagesMarko Mäkelä2017-08-231-43/+41
* Code clean-up related to MDEV-13167Marko Mäkelä2017-08-231-1/+1
* MDEV-13485 MTR tests fail massively with --innodb-sync-debugMarko Mäkelä2017-08-231-4/+11
* Merge branch '10.1' into 10.2Sergei Golubchik2017-08-171-6/+16
|\
| * MDEV-11939: innochecksum mistakes a file for an encrypted one (page 0 invalid)Jan Lindström2017-08-031-140/+178
| * MDEV-13105 InnoDB fails to load a table with PAGE_COMPRESSION_LEVEL after upg...Marko Mäkelä2017-07-051-7/+7
* | Fix some GCC 7 warnings for InnoDBMarko Mäkelä2017-08-101-1/+1
* | Bug #25357789 INNODB: LATCH ORDER VIOLATION DURING TRUNCATE TABLE IF INNODB_S...Thirunarayanan Balathandayuthapani2017-08-091-3/+11
* | MDEV-11939: innochecksum mistakes a file for an encrypted one (page 0 invalid)Jan Lindström2017-08-081-0/+1
* | MDEV-13105 InnoDB fails to load a table with PAGE_COMPRESSION_LEVEL after upg...Marko Mäkelä2017-07-051-6/+6
* | MDEV-12548 Initial implementation of Mariabackup for MariaDB 10.2Marko Mäkelä2017-07-051-6/+5
* | Merge 10.1 into 10.2Marko Mäkelä2017-06-151-21/+1
|\ \ | |/
| * Remove some fields from dict_table_tMarko Mäkelä2017-06-151-17/+1
* | MDEV-12873 InnoDB SYS_TABLES.TYPE incompatibility for PAGE_COMPRESSED=YES in ...Marko Mäkelä2017-06-151-8/+2
* | Merge 10.1 into 10.2Marko Mäkelä2017-06-122-22/+54
|\ \ | |/
| * Post-push fix for MDEV-12610 MariaDB start is slowMarko Mäkelä2017-06-121-42/+22
| * MDEV-12610: MariaDB start is slowJan Lindström2017-06-092-28/+74
* | Merge 10.1 into 10.2Marko Mäkelä2017-06-082-52/+17
|\ \ | |/
| * Cleanup of MDEV-12600: crash during install_db with innodb_page_size=32K and ...Marko Mäkelä2017-06-081-11/+9
| * MDEV-12600: crash during install_db with innodb_page_size=32K and ibdata1=3M;bb-10.1-MDEV-12113Jan Lindström2017-06-011-21/+21
| * MDEV-12114: install_db shows corruption for rest encryption and innodb_checks...Jan Lindström2017-06-011-30/+4
| * MDEV-12113: install_db shows corruption for rest encryption with innodb_data_...Jan Lindström2017-06-011-144/+125
* | MDEV-11623 merge fix: Use the correct flags in an error messagebb-10.2-mdev-6076Marko Mäkelä2017-05-291-1/+1
* | Merge 10.1 into 10.2Marko Mäkelä2017-05-233-37/+43
|\ \ | |/
| * MDEV-12615: InnoDB page compression method snappy mostly does not compress pagesJan Lindström2017-05-202-39/+43
| * After-merge fix for MDEV-11638Marko Mäkelä2017-05-201-2/+2
| * Merge 10.0 into 10.1Marko Mäkelä2017-05-201-10/+14
| |\
| | * Merge remote-tracking branch 'origin/10.0' into 10.0Vicențiu Ciorbaru2017-05-181-5/+1
| | |\
| | * \ Merge branch 'merge-innodb-5.6' into bb-10.0-vicentiuVicențiu Ciorbaru2017-05-171-9/+11
| | |\ \
| | | * | 5.6.36Vicențiu Ciorbaru2017-05-151-9/+11
* | | | | Merge 10.1 into 10.2Marko Mäkelä2017-05-222-30/+16
|\ \ \ \ \ | |/ / / /
| * | | | Merge 10.0 into 10.1Marko Mäkelä2017-05-191-5/+1
| |\ \ \ \ | | | |_|/ | | |/| |
| | * | | fil_create_new_single_table_tablespace(): Correct a bogus nonnull attributeMarko Mäkelä2017-05-171-3/+1
| | * | | Remove redundant UT_LIST_INIT() callsMarko Mäkelä2017-05-171-3/+1
| | |/ /
| * | | MDEV-12593: InnoDB page compression should use lz4_compress_default ifJan Lindström2017-05-181-0/+5
| * | | Make some variables const in fil_iterate()Marko Mäkelä2017-05-171-16/+10
| * | | MDEV-12253 post-fix: Do not leak memory in crash recoveryMarko Mäkelä2017-05-091-8/+8
* | | | Fix some integer type mismatch.Marko Mäkelä2017-05-102-17/+19
* | | | MDEV-12750 Fix crash recovery of key rotationMarko Mäkelä2017-05-092-12/+15
* | | | Merge branch '10.1' into 10.2Sergei Golubchik2017-05-091-8/+5
|\ \ \ \ | |/ / /
| * | | MDEV-12624: encryption.innodb_encryption_tables fails in buildbot with timeoutmariadb-10.1.23Jan Lindström2017-05-021-0/+5
| * | | MDEV-12623: InnoDB: Failing assertion: kv == 0Jan Lindström2017-04-291-8/+0
| * | | MDEV-12602 InnoDB: Failing assertion: space->n_pending_ops == 0Marko Mäkelä2017-04-282-62/+115
* | | | MDEV-12253 post-fix: Do not leak memory in crash recoveryMarko Mäkelä2017-05-091-8/+8
* | | | MDEV-11520 Properly retry posix_fallocate() on EINTRMarko Mäkelä2017-05-061-1/+2
* | | | MDEV-11520 post-fix: Retry posix_fallocate() on EINTR in fil_ibd_create()Marko Mäkelä2017-05-061-9/+12
* | | | Merge 10.1 into 10.2Marko Mäkelä2017-05-052-98/+98
|\ \ \ \ | |/ / /
| * | | MDEV-12253: Buffer pool blocks are accessed after they have been freedJan Lindström2017-04-262-248/+89
* | | | InnoDB cleanup: remove a bunch of #ifdef UNIV_INNOCHECKSUMSergei Golubchik2017-04-301-22/+3
* | | | MDEV-12602 InnoDB: Failing assertion: space->n_pending_ops == 0Marko Mäkelä2017-04-283-18/+55