summaryrefslogtreecommitdiff
path: root/storage/innobase
Commit message (Expand)AuthorAgeFilesLines
* MDEV-427/MDEV-5713 Add systemd script with notify functionalitySergey Vojtovich2015-10-121-8/+10
* MDEV-427/MDEV-5713 Add systemd script with notify functionalityDaniel Black2015-10-122-6/+18
* Merge branch '10.0' into 10.1Sergei Golubchik2015-10-1220-108/+397
|\
| * update innodb versionSergei Golubchik2015-10-091-1/+1
| * Merge branch 'merge-innodb-5.6' into 10.0Sergei Golubchik2015-10-0918-105/+394
| |\
| | * 5.6.27Sergei Golubchik2015-10-0918-118/+393
| * | MDEV-8379 - SUSE mariadb patchesSergey Vojtovich2015-10-011-2/+2
* | | MDEV-8901: InnoDB: Punch hole is incorrecty done also to log files causing as...Jan Lindström2015-10-064-43/+52
* | | 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-012-9/+26
* | | MDEV-8815: InnoDB should refuse to start if crash recovery fails instead of a...Jan Lindström2015-09-292-19/+40
* | | MDEV-8821: Failing assertion: !page || page_type != 0 in file log0recv. cc li...Jan Lindström2015-09-281-77/+2
* | | MDEV-8819: Failing assertion: block->page.space == page_get_space_id(page_ali...Jan Lindström2015-09-252-8/+18
* | | MDEV-8832: Encryption meta data should not be stored when ENCRYPTED=DEFAULT a...Jan Lindström2015-09-231-2/+10
* | | MDEV-8817: Failing assertion: new_state->key_version != ENCRYPTION_KEY_VERSIO...Jan Lindström2015-09-231-7/+23
* | | MDEV-8817: Failing assertion: new_state->key_version != ENCRYPTION_KEY_VERSIO...Jan Lindström2015-09-222-9/+37
* | | MDEV-8770: Incorrect error message when importing page compressed tablespaceJan Lindström2015-09-225-28/+104
* | | MDEV-8773: InnoDB innochecksum does not work with encrypted or page compresse...Jan Lindström2015-09-193-14/+25
* | | MDEV-8799: Server crashes in btr_defragment_add_index, encryption.innodb-bad-...Jan Lindström2015-09-153-11/+33
* | | Fix release build compile failure.Jan Lindström2015-09-142-14/+9
* | | MDEV-8772: Assertion failure in file ha_innodb.cc line 20027 when importing p...Jan Lindström2015-09-144-10/+35
* | | MDEV-8769: Server crash at file btr0btr.ic line 122 when defragmenting encryp...Jan Lindström2015-09-145-20/+65
* | | MDEV-8768: Server crash at file btr0btr.ic line 122 when checking encrypted t...Jan Lindström2015-09-143-18/+40
* | | MDEV-8764: Wrong error when encrypted table can't be decrypted.Jan Lindström2015-09-1412-41/+84
* | | Follow-up for MDEV-8675 and MDEV-8676Elena Stepanova2015-09-141-2/+2
* | | MDEV-8774: Test innodb.innodb_bug53290 failures on buildbotJan Lindström2015-09-081-1/+1
* | | MDEV-8774: Test innodb.innodb_bug53290 failures on buildbotJan Lindström2015-09-082-15/+16
* | | MDEV-8708: InnoDB temp file encryptionJan Lindström2015-09-088-129/+505
* | | MDEV-8745: Bad InnoDB logging: "[Note] InnoDB: not started"Jan Lindström2015-09-071-2/+2
* | | MDEV-8753: 10.1 build is broken: xtradb/handler/ha_innodb.cc:21430: error: re...Jan Lindström2015-09-052-26/+2
* | | MDEV-8750: Server crashes in page_cur_is_after_last on altering table using a...Jan Lindström2015-09-042-0/+22
* | | MDEV-8588: Assertion failure in file ha_innodb.cc line 21140 if at least o...Jan Lindström2015-09-0421-212/+692
* | | MDEV-8588: Assertion failure in file ha_innodb.cc line 21140 if at least one ...Jan Lindström2015-09-046-17/+63
* | | test failureSergei Golubchik2015-09-041-1/+1
* | | New encryption API. Piece-wise encryption.Sergei Golubchik2015-09-041-24/+18
* | | Merge branch '10.0-galera' into 10.1Sergei Golubchik2015-09-031-14/+17
|\ \ \
| * \ \ Merge branch '5.5-galera' into 10.0-galeraNirbhay Choubey2015-08-251-14/+17
| |\ \ \
| | * | | MDEV-5146 : Bulk loads into partitioned table not workingNirbhay Choubey2015-08-201-10/+21
| | * | | Merge tag 'mariadb-5.5.45' into 5.5-galeraNirbhay Choubey2015-08-078-102/+749
| | |\ \ \
| | | * \ \ Merge tag 'mysql-5.5.45' into 5.5Sergei Golubchik2015-08-014-22/+107
| | | |\ \ \
| | | | * | | Bug #19138298 RECORD IN INDEX WAS NOT FOUND ON ROLLBACK, TRYING TO INSERTAnnamalai Gurusami2015-06-221-0/+1
| | | | * | | Bug #20762798 FK DDL: CRASH IN DICT_FOREIGN_REMOVE_FROM_CACHEAnnamalai Gurusami2015-06-191-6/+14
| | | | * | | BUG#21065746 RQG_PARTN_PRUNING_VALGRIND FAILED IN REM0REC.CCDebarun Banerjee2015-06-031-12/+14
| | | | * | | BUG#21126772 VALGRIND FAILURE IN ENGINES/FUNCS SUITEDebarun Banerjee2015-06-031-4/+14
| | | | * | | Bug#21113036 - MYSQL/INNODB MIX BUFFERED AND DIRECT IOBin Su2015-05-211-1/+12
| | | | * | | Bug #19138298 RECORD IN INDEX WAS NOT FOUND ON ROLLBACK, TRYING TO INSERTAnnamalai Gurusami2015-05-092-13/+72
| | * | | | | Merge tag 'mariadb-5.5.44' into 5.5-galeraNirbhay Choubey2015-06-218-21/+46
| | |\ \ \ \ \
| | * \ \ \ \ \ Merge tag 'mariadb-5.5.43' into 5.5-galeraNirbhay Choubey2015-05-042-11/+14
| | |\ \ \ \ \ \
| | * | | | | | | refs #55 fixed debug build compilation errorsTeemu Ollakka2015-05-041-1/+1
| | * | | | | | | refs #7 - handling lock queue granting in BF-BF conflict situationsjaakola2015-05-041-8/+16