summaryrefslogtreecommitdiff
path: root/storage/innobase/buf
Commit message (Expand)AuthorAgeFilesLines
* MDEV-14154: Remove ut_time_us()Marko Mäkelä2019-07-241-5/+2
* MDEV-19978 Page read from tablespace is corruptedThirunarayanan Balathandayuthapani2019-07-111-16/+16
* MDEV-19614 SET GLOBAL innodb_ deadlock due to LOCK_global_system_variablesMarko Mäkelä2019-05-281-7/+7
* Merge branch '5.5' into 10.1Vicențiu Ciorbaru2019-05-111-1/+1
|\
| * Update FSF AddressVicențiu Ciorbaru2019-05-115-5/+5
* | Update FSF addressVicențiu Ciorbaru2019-05-118-8/+8
* | MDEV-13893 encryption.innodb-redo-badkey failed in buildbot with page cannot ...Thirunarayanan Balathandayuthapani2019-05-101-8/+1
* | Fix -Wnonnull-compareMarko Mäkelä2019-04-031-2/+1
* | MDEV-12711 mariabackup --backup is refused for multi-file system tablespaceMarko Mäkelä2019-03-261-10/+23
* | MDEV-16896 encryption.innodb-checksum-algorithm crashesMarko Mäkelä2019-02-031-12/+9
* | MDEV-18025 Mariabackup fails to detect corrupted page_compressed=1 tablesThirunarayanan Balathandayuthapani2018-12-181-2/+3
* | Follow-up to MDEV-12112: corruption in encrypted table may be overlookedMarko Mäkelä2018-12-172-38/+48
* | Merge 10.0 into 10.1Marko Mäkelä2018-12-131-165/+94
|\ \
| * | MDEV-17957 Make Innodb_checksum_algorithm stricter for strict_* valuesThirunarayanan Balathandayuthapani2018-12-131-83/+89
* | | compiler warnings (clang 4.0.1 on i386)Sergei Golubchik2018-09-041-1/+1
* | | MDEV-17003 service_manager_extend_timeout() being called too oftenMarko Mäkelä2018-08-211-2/+2
* | | Merge 10.0 into 10.1Marko Mäkelä2018-08-032-2/+2
|\ \ \ | |/ /
| * | Fix -Wclass-memaccess warnings in InnoDB,XtraDBMarko Mäkelä2018-08-032-2/+2
* | | Merge branch '10.0' into 10.1Oleksandr Byelkin2018-07-312-2/+2
|\ \ \ | |/ /
| * | Fix InnoDB/XtraDB warnings by GCC 8.2.0Marko Mäkelä2018-07-301-1/+1
| * | Use a more precise argument for memset()Marko Mäkelä2018-07-301-1/+1
* | | MDEV-16515 InnoDB: Failing assertion: ++retries < 10000 in fileMarko Mäkelä2018-06-261-4/+7
* | | MDEV-13103 Deal with page_compressed page corruptionMarko Mäkelä2018-06-142-234/+173
* | | MDEV-13103: Improve 'cannot be decrypted' error messageMarko Mäkelä2018-06-131-2/+2
* | | MDEV-16283 ALTER TABLE...DISCARD TABLESPACE still takes long on a large buffe...Marko Mäkelä2018-05-292-29/+33
* | | MDEV-16092 Crash in encryption.create_or_replaceMarko Mäkelä2018-05-041-1/+6
* | | MDEV-14705: Follow-up fixesMarko Mäkelä2018-04-061-5/+8
* | | MDEV-14705: slow innodb startup/shutdown can exceed systemd timeoutDaniel Black2018-04-062-0/+19
* | | Merge branch '10.0-galera' into 10.1Vicențiu Ciorbaru2018-03-191-1/+14
|\ \ \
| * | | MDEV-8743: where O_CLOEXEC is available, use for innodb buf_dumpDaniel Black2018-03-151-1/+14
| * | | Merge tag 'mariadb-10.0.34' into 10.0-galeramariadb-galera-10.0.34Jan Lindström2018-02-014-8/+9
| |\ \ \ | | |/ /
| * | | Merge tag 'mariadb-10.0.33' into bb-10.0-galerabb-10.0-sachin-galeraSachin Setiya2017-11-032-30/+14
| |\ \ \
| * | | | Fix test failures on embedded server.Jan Lindström2017-08-311-5/+5
* | | | | MDEV-14508: encryption.innodb-compressed-blob failed in buildbot, assertion i...Jan Lindström2018-02-091-0/+2
* | | | | Merge branch 'github/10.0' into 10.1Sergei Golubchik2018-02-023-3/+4
|\ \ \ \ \ | | |_|/ / | |/| | |
| * | | | Fix Innodb ASAN error on initVicențiu Ciorbaru2018-01-241-0/+1
| * | | | Merge remote-tracking branch '5.5' into 10.0Vicențiu Ciorbaru2018-01-242-4/+4
| |\ \ \ \ | | | |_|/ | | |/| |
| | * | | Add ASAN instrumentation (and more strict Valgrind) to InnoDBMarko Mäkelä2018-01-232-3/+4
* | | | | MDEV-14776: InnoDB Monitor output generated by specific error is flooding err...Jan Lindström2018-01-091-43/+35
* | | | | MDEV-14283 : Fix Solaris 10 build.wlad2017-11-211-1/+4
* | | | | Merge 10.0 into 10.1Marko Mäkelä2017-11-061-4/+3
|\ \ \ \ \ | |/ / / /
| * | | | MDEV-14140 IMPORT TABLESPACE must not go beyond FSP_FREE_LIMITMarko Mäkelä2017-11-061-4/+4
| | |_|/ | |/| |
* | | | MDEV-13328 ALTER TABLE…DISCARD TABLESPACE takes a lot of timeMarko Mäkelä2017-11-062-227/+50
* | | | Remove redundant function parametersMarko Mäkelä2017-11-061-37/+26
* | | | MDEV-13512 buf_flush_update_zip_checksum() corrupts SPATIAL INDEX in ROW_FORM...Marko Mäkelä2017-10-061-3/+0
* | | | Merge 10.0 into 10.1Marko Mäkelä2017-09-062-24/+13
|\ \ \ \ | |/ / /
| * | | MDEV-13103 Assertion `flags & BUF_PAGE_PRINT_NO_CRASH' failed in buf_page_printMarko Mäkelä2017-09-062-30/+14
* | | | Fix test failures on embedded server.Jan Lindström2017-08-311-5/+5
* | | | Merge remote-tracking branch 'origin/10.0-galera' into 10.1Jan Lindström2017-08-211-0/+15
|\ \ \ \ | | |_|/ | |/| |
| * | | MW-365 Do not load/dump innodb buffer pool with wsrep_recoverDaniele Sciascia2017-08-111-0/+15
| |/ /