summaryrefslogtreecommitdiff
path: root/storage/innobase/fil/fil0fil.cc
Commit message (Expand)AuthorAgeFilesLines
* MDEV-11738: Mariadb uses 100% of several of my 8 cpus doing nothingbb-10.1-MDEV-11738Jan Lindström2017-03-141-176/+240
* 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
* | 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-221/+175
* | MDEV-11556 InnoDB redo log apply fails to adjust data file sizesMarko Mäkelä2016-12-301-382/+408
* | 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-11630 Call mutex_free() before freeing the mutex listMarko Mäkelä2016-12-221-4/+1
* | MDEV-10368: get_latest_version() called too oftenJan Lindström2016-12-131-8/+3
* | 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
* | Disable encryption info and first page read info for every tablespaceJan Lindström2016-09-241-2/+6
* | Do not use os_file_read() directly for reading first page of theJan Lindström2016-09-221-17/+13
* | MDEV-9931: InnoDB reads first page of every .ibd file at startupJan Lindström2016-09-221-5/+65
* | Merge branch '10.0' into 10.1Sergei Golubchik2016-07-131-0/+22
|\ \ | |/
| * Add more diagnostic to find out the problem onJan Lindström2016-07-041-0/+22
* | Merge branch '10.0' into 10.1Sergei Golubchik2016-06-281-3/+3
|\ \ | |/
| * Merge branch 'merge-innodb-5.6' into 10.0Sergei Golubchik2016-06-211-3/+3
| |\
| | * 5.6.31Sergei Golubchik2016-06-211-3/+3
* | | Merge branch 'bb-10.1-merge' into 10.1Sergei Golubchik2016-05-051-31/+37
|\ \ \
| * \ \ Merge branch '10.0' into 10.1Sergei Golubchik2016-05-041-31/+37
| |\ \ \ | | |/ /
| | * | Merge branch 'merge-innodb-5.6' into 10.0Sergei Golubchik2016-04-261-12/+25
| | |\ \ | | | |/
| | | * 5.6.30Sergei Golubchik2016-04-261-12/+25
| | * | Improve error diagnostics on I/O errors. If node->name is NULLJan Lindström2016-04-221-4/+9
* | | | MDEV-9362: InnoDB tables using DATA_DIRECTORY created usingJan Lindström2016-05-031-11/+46
|/ / /
* | | MDEV-9977: Crash when accessing large (>4G) InnoDB table onJan Lindström2016-04-281-4/+2
* | | MDEV-9678: Data Directory bugJan Lindström2016-03-221-3/+5
* | | Merge branch '10.0' into 10.1Sergei Golubchik2015-12-211-19/+140
|\ \ \ | |/ /
| * | Merge branch 'merge/merge-innodb-5.6' into 10.0Sergei Golubchik2015-12-131-19/+140
| |\ \ | | |/
| | * 5.6.28Sergei Golubchik2015-12-131-19/+140
* | | MDEV-9040: 10.1.8 fails after upgrade from 10.0.21Jan Lindström2015-11-051-5/+8
* | | MDEV-8901: InnoDB: Punch hole is incorrecty done also to log files causing as...Jan Lindström2015-10-061-2/+4
* | | MDEV-8832: Encryption meta data should not be stored when ENCRYPTED=DEFAULT a...Jan Lindström2015-09-231-2/+10
* | | MDEV-8770: Incorrect error message when importing page compressed tablespaceJan Lindström2015-09-221-9/+40
* | | MDEV-8772: Assertion failure in file ha_innodb.cc line 20027 when importing p...Jan Lindström2015-09-141-3/+8
* | | MDEV-8708: InnoDB temp file encryptionJan Lindström2015-09-081-27/+42
* | | MDEV-8588: Assertion failure in file ha_innodb.cc line 21140 if at least one ...Jan Lindström2015-09-041-12/+32
* | | Merge branch '10.0' into 10.1Sergei Golubchik2015-09-031-7/+8
|\ \ \ | |/ /
| * | Merge branch 'merge-innodb-5.6' into 10.0Sergei Golubchik2015-08-031-4/+5
| |\ \ | | |/
| | * 5.6.26Sergei Golubchik2015-08-031-4/+5
| | * move to storage/innobaseSergei Golubchik2015-05-041-0/+6547