summaryrefslogtreecommitdiff
path: root/storage/innobase/buf
Commit message (Expand)AuthorAgeFilesLines
* Fixed compiler warnings and test failures found by buildbotMonty2016-06-241-4/+4
* Merge branch '10.0' into 10.1Sergei Golubchik2016-02-231-3/+22
|\
| * Merge branch 'merge-innodb-5.6' into 10.0Sergei Golubchik2016-02-161-3/+22
| |\
| | * 5.6.29Sergei Golubchik2016-02-161-3/+22
| * | MDEV-8923: port innodb_buffer_pool_dump_pct from MySQLJan Lindström2015-12-151-3/+85
* | | MDEV-9559: Server without encryption configs crashes if selecting from an imp...Jan Lindström2016-02-171-15/+30
* | | MDEV-9236: Dramatically overallocation of InnoDB buffer pool leads to crashJan Lindström2015-12-172-1/+6
* | | MDEV-8923 Port innodb_buffer_pool_dump_pctVasil Dimov2015-11-291-3/+85
* | | Merge branch '10.0' into 10.1Sergei Golubchik2015-11-191-2/+10
|\ \ \ | |/ /
| * | MDEV-8932: innodb buffer pool hit rate is less than zeroJan Lindström2015-10-281-2/+10
* | | Merge branch '10.0' into 10.1Sergei Golubchik2015-10-121-0/+47
|\ \ \ | |/ /
| * | Merge branch 'merge-innodb-5.6' into 10.0Sergei Golubchik2015-10-091-0/+47
| |\ \ | | |/
| | * 5.6.27Sergei Golubchik2015-10-091-0/+47
* | | MDEV-8523: InnoDB: Assertion failure in file buf0buf.cc line 5963 (Failing as...Jan Lindström2015-10-021-2/+1
* | | MDEV-8727: Server/InnoDB hangs on shutdown after trying to read an encrypted ...Jan Lindström2015-10-011-9/+21
* | | MDEV-8819: Failing assertion: block->page.space == page_get_space_id(page_ali...Jan Lindström2015-09-251-1/+1
* | | MDEV-8770: Incorrect error message when importing page compressed tablespaceJan Lindström2015-09-221-0/+1
* | | MDEV-8764: Wrong error when encrypted table can't be decrypted.Jan Lindström2015-09-141-3/+9
* | | MDEV-8745: Bad InnoDB logging: "[Note] InnoDB: not started"Jan Lindström2015-09-071-2/+2
* | | MDEV-8588: Assertion failure in file ha_innodb.cc line 21140 if at least o...Jan Lindström2015-09-042-124/+277
* | | Merge branch '10.0' into 10.1Sergei Golubchik2015-09-031-5/+5
|\ \ \ | |/ /
| * | Merge branch 'merge-innodb-5.6' into 10.0Sergei Golubchik2015-08-031-3/+3
| |\ \ | | |/
| | * 5.6.26Sergei Golubchik2015-08-031-3/+3
* | | MDEV-8591: Database page corruption on disk or a failed space, Assertion fail...Jan Lindström2015-08-141-49/+58
* | | MDEV-8410: Changing file-key-management to example-key-management causes cras...Jan Lindström2015-08-081-0/+42
* | | Merge tag 'mariadb-10.0.20' into 10.1Sergei Golubchik2015-06-272-119/+169
|\ \ \ | |/ /
| * | Merge branch 'merge-innodb-5.6' into 10.0Sergei Golubchik2015-06-162-119/+169
| |\ \ | | |/
| | * 5.6.25Sergei Golubchik2015-06-162-119/+169
| | * move to storage/innobaseSergei Golubchik2015-05-048-0/+14439
* | MDEV-8303; Dumping buffer pool noisy in the logs.Jan Lindström2015-06-181-1/+13
* | MDEV-8273: InnoDB: Assertion failure in file fil0pagecompress.cc line 532Jan Lindström2015-06-091-10/+17
* | MDEV-8268: InnoDB: Assertion failure in file buf0buf.cc line 5842 failing ass...Jan Lindström2015-06-091-6/+3
* | MDEV-8272: Encryption performance: Reduce the number of unused memcpy'sJan Lindström2015-06-092-37/+56
* | MDEV-8250: InnoDB: Page compressed tables are not compressed and compressed+e...Jan Lindström2015-06-041-64/+91
* | remove few #ifdefs in innodb/xtradbSergei Golubchik2015-06-021-23/+1
* | Fix compiler warning.Jan Lindström2015-05-311-1/+1
* | MDEV-7484: Log Time not consistent with InnoDB errors nor with MySQL error lo...Jan Lindström2015-05-301-5/+1
* | MDEV-8238: Tables with encryption=yes using file_key_management plugin are no...Jan Lindström2015-05-271-1/+2
* | MDEV-8233: InnoDB: Assertion failure in fil_page_decompress with encrypted ta...Jan Lindström2015-05-271-0/+8
* | MDEV-8173: InnoDB; Failing assertion: crypt_data->type == 1Jan Lindström2015-05-201-1/+1
* | MDEV-8164: Server crashes in pfs_mutex_enter_func after fil_crypt_is_closing ...Jan Lindström2015-05-181-1/+8
* | MDEV-8143: InnoDB: Database page corruption on disk or a failed file readJan Lindström2015-05-141-0/+39
* | fix a crash in innodb.innodb-wl5522-zip,xtradbSergei Golubchik2015-04-111-0/+2
* | Merge branch 'bb-10.1-jan-encryption' into bb-10.1-sergSergei Golubchik2015-04-094-211/+207
|\ \
| * | InnoDB/XtraDB Encryption cleanupJan Lindström2015-04-071-1/+2
| * | Encryption cleanupJan Lindström2015-04-071-0/+13
| * | InnoDB/XtraDB Encryption cleanupJan Lindström2015-04-074-172/+183
| * | InnoDB/XtraDB Encryption cleanup.Jan Lindström2015-04-074-40/+24
* | | small cleanups as per reviewSergei Golubchik2015-04-092-9/+4
|/ /
* | Pass down the information should we encrypt the page at os0file.ccJan Lindström2015-02-104-56/+112