summaryrefslogtreecommitdiff
path: root/storage/xtradb/fil/fil0fil.cc
Commit message (Expand)AuthorAgeFilesLines
* Remove XtraDBMarko Mäkelä2017-06-211-7725/+0
* Remove some fields from dict_table_tMarko Mäkelä2017-06-151-17/+1
* MDEV-12610: MariaDB start is slowJan Lindström2017-06-091-24/+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-12113: install_db shows corruption for rest encryption with innodb_data_...Jan Lindström2017-06-011-151/+125
* MDEV-12615: InnoDB page compression method snappy mostly does not compress pagesJan Lindström2017-05-201-2/+1
* 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-xtradb-5.6' into 10.0Vicențiu Ciorbaru2017-05-171-18/+11
| |\ \
| | * | 5.6.36-82.0Vicențiu Ciorbaru2017-05-161-11/+13
* | | | 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
| |/ /
* | | Make some variables const in fil_iterate()Marko Mäkelä2017-05-171-16/+10
* | | MDEV-12602 InnoDB: Failing assertion: space->n_pending_ops == 0Marko Mäkelä2017-04-281-60/+113
* | | Xtrabackup 2.3.8Vladislav Vaintroub2017-04-271-1/+17
* | | MDEV-9566 Prepare xtradb for xtrabackupVladislav Vaintroub2017-04-271-33/+288
* | | MDEV-12253: Buffer pool blocks are accessed after they have been freedJan Lindström2017-04-261-200/+52
* | | MDEV-12545 Reduce the amount of fil_space_t lookupsMarko Mäkelä2017-04-211-27/+49
* | | Fix some InnoDB type mismatch introduced in 10.1Marko Mäkelä2017-04-211-1/+2
* | | Do not crash XtraDB when fil_space_acquire() failsMarko Mäkelä2017-04-211-1/+0
* | | 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-141-187/+250
* | | 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-56/+50
|\ \ \ | |/ /
| * | 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-49/+48
* | | MDEV-12075 innodb_use_fallocate does not work in MariaDB Server 10.1.21Marko Mäkelä2017-02-161-0/+2
* | | Post-push fix for MDEV-11623: Remove an unused variable.Marko Mäkelä2017-02-091-3/+0
* | | 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-061-3/+3
* | | MDEV-11623 MariaDB 10.1 fails to start datadir created withMarko Mäkelä2017-01-151-220/+175
* | | MDEV-11556 InnoDB redo log apply fails to adjust data file sizesMarko Mäkelä2016-12-301-379/+409
* | | MDEV-11656: 'Data structure corruption' IMPORT TABLESPACE doesn't work for en...Jan Lindström2016-12-281-8/+53
* | | MDEV-9282 Debian: the Lintian complains about "shlib-calls-exit" in ha_innodb.soMarko Mäkelä2016-12-281-1/+1
* | | MDEV-10368: get_latest_version() called too oftenJan Lindström2016-12-131-8/+3
* | | Merge branch '10.0-galera' into 10.1Sergei Golubchik2016-11-021-0/+2
|\ \ \ | |/ /
| * | Merge branch 'merge/merge-xtradb-5.6' into 10.0Sergei Golubchik2016-10-251-0/+2
| |\ \ | | |/
| | * 5.6.33-79.0Sergei Golubchik2016-10-251-0/+2
* | | MDEV-10970: Crash while loading mysqldump backup when InnoDB encryption is en...Jan Lindström2016-10-241-1/+6
* | | Add more information if encryption information is already stored forJan Lindström2016-10-241-1/+8
* | | Revert "Prepare XtraDB to be used with xtrabackup."Vladislav Vaintroub2016-10-231-2/+3
* | | Prepare XtraDB to be used with xtrabackup.Vladislav Vaintroub2016-10-221-3/+2
* | | Merge branch '10.0' into 10.1Sergei Golubchik2016-09-281-0/+6
|\ \ \ | |/ /
| * | Merge branch 'merge/merge-xtradb-5.6' into 10.0Sergei Golubchik2016-09-271-0/+6
| |\ \ | | |/