summaryrefslogtreecommitdiff
path: root/storage/innobase/fil
Commit message (Expand)AuthorAgeFilesLines
* MDEV-12610: MariaDB start is slowJan Lindström2017-06-092-28/+74
* 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-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.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
* | | 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: Buffer pool blocks are accessed after they have been freedJan Lindström2017-04-262-248/+89
* | | Fix a compilation errorMarko Mäkelä2017-04-211-26/+41
* | | MDEV-12545 Reduce the amount of fil_space_t lookupsMarko Mäkelä2017-04-212-60/+79
* | | MDEV-12467 encryption.create_or_replace hangs during DROP TABLEMarko Mäkelä2017-04-211-22/+18
* | | Fix some InnoDB type mismatch introduced in 10.1Marko Mäkelä2017-04-213-12/+17
* | | Merge pull request #350 from grooverdan/10.1-TRX_SYS_PAGE_NOJan Lindström2017-04-051-1/+1
|\ \ \
| * | | fil_crypt_rotate_page - space_id should be compared to TRX_SYS_SPACE not spaceDaniel Black2017-04-041-1/+1
* | | | MDEV-12428 SIGSEGV in buf_page_decrypt_after_read() during DDLMarko Mäkelä2017-04-031-28/+24
|/ / /
* | | Add assertions when key rotation list is used.Jan Lindström2017-03-161-2/+4
* | | MDEV-11738: Mariadb uses 100% of several of my 8 cpus doing nothingJan Lindström2017-03-142-789/+766
* | | Merge 10.0 into 10.1Marko Mäkelä2017-03-131-0/+3
|\ \ \ | |/ /
* | | Fix an error introduced in the previous commit.Marko Mäkelä2017-03-091-2/+2
* | | Fix InnoDB/XtraDB compilation warnings on 32-bit builds.Marko Mäkelä2017-03-091-4/+7
* | | Replace some functions with macros.Marko Mäkelä2017-03-061-21/+0
* | | Merge 10.0 into 10.1Marko Mäkelä2017-03-031-1/+6
|\ \ \ | |/ /
| * | MDEV-11520: Retry posix_fallocate() after EINTR.Marko Mäkelä2017-03-031-1/+6
* | | MDEV-11520 after-merge fix for 10.1: Use sparse files.Marko Mäkelä2017-02-221-28/+90
* | | Merge 10.0 into 10.1Marko Mäkelä2017-02-221-57/+51
|\ \ \ | |/ /
| * | MDEV-11520 post-fixMarko Mäkelä2017-02-221-4/+6
| * | MDEV-11520 Extending an InnoDB data file unnecessarily allocatesMarko Mäkelä2017-02-221-50/+49
* | | MDEV-12075 innodb_use_fallocate does not work in MariaDB Server 10.1.21Marko Mäkelä2017-02-161-0/+2
* | | After review fixes.Jan Lindström2017-02-101-2/+5
* | | Post-push fix for MDEV-11623: Remove an unused variable.Marko Mäkelä2017-02-091-3/+0
* | | After review fixes for MDEV-11759.Jan Lindström2017-02-091-11/+27
* | | MDEV-12022 InnoDB wrongly ignores the end of an .ibd fileMarko Mäkelä2017-02-081-5/+0
* | | MDEV-11759: Encryption code in MariaDB 10.1/10.2 causesJan Lindström2017-02-063-68/+109
* | | MDEV-11623 MariaDB 10.1 fails to start datadir created withMarko Mäkelä2017-01-151-221/+175
* | | MDEV-11638 Encryption causes race conditions in InnoDB shutdownMarko Mäkelä2017-01-051-18/+17
* | | Post-fix for MDEV-11688 fil_crypt_threads_end() tries to create threadsMarko Mäkelä2017-01-031-0/+3
* | | MDEV-11688 fil_crypt_threads_end() tries to create threadsMarko Mäkelä2017-01-031-2/+3