summaryrefslogtreecommitdiff
path: root/storage
Commit message (Expand)AuthorAgeFilesLines
* Merge 10.0 into 10.1Marko Mäkelä2017-08-2813-137/+100
|\
| * MDEV-13637 InnoDB change buffer housekeeping can cause redo log overrun and p...Marko Mäkelä2017-08-2510-68/+54
| * CONNECT engine: install ha_connect.libVladislav Vaintroub2017-08-231-1/+14
| * MDEV-13630 : dont install connect-specific JAR files if connect is not built.Vladislav Vaintroub2017-08-231-7/+15
| * MDEV-13606 XA PREPARE transactions should survive innodb_force_recovery=1 or 2Marko Mäkelä2017-08-232-52/+20
* | MDEV-13591: InnoDB: Database page corruption on disk or a failed file read an...Jan Lindström2017-08-288-60/+124
* | MDEV-13167 InnoDB key rotation is not skipping unused pagesMarko Mäkelä2017-08-232-78/+70
* | MDEV-12988 backup fails if innodb_undo_tablespaces>0Marko Mäkelä2017-08-171-0/+12
* | MDEV-13432: Assertion failure in buf0rea.cc line 577Jan Lindström2017-08-172-18/+25
* | Merge branch '10.0' into 10.1Sergei Golubchik2017-08-152-4/+4
|\ \ | |/
| * compilation fix for SLES 11 SP4Sergei Golubchik2017-08-141-2/+2
| * compilation fix for SLES 11 SP4Sergei Golubchik2017-08-131-2/+2
* | Merge 10.0 into 10.1Marko Mäkelä2017-08-093-36/+7
|\ \ | |/
| * Revert an InnoDB Memcached plugin fix that was merged from MySQL 5.6.37Marko Mäkelä2017-08-093-36/+7
* | MDEV-12725 select on federated table crashes serverSergei Golubchik2017-08-084-25/+37
* | Merge branch '10.0' into 10.1Sergei Golubchik2017-08-08185-1244/+34734
|\ \ | |/
| * Merge branch 'bb-10.0-vicentiu' into 10.0mariadb-10.0.32Vicențiu Ciorbaru2017-08-04127-514/+34128
| |\
| | * Disable rpl_tokudb_row_img_* testsbb-10.0-vicentiu-post-rewriteVicențiu Ciorbaru2017-08-0414-7/+7
| | * Merge branch 'merge-tokudb-5.6' into 10.0Vicențiu Ciorbaru2017-08-0488-1087/+123
| | |\
| | | * Move tokudb_rpl to rpl-tokudb suiteVicențiu Ciorbaru2017-08-03186-0/+0
| | * | Fix tokudb compilation post mergeVicențiu Ciorbaru2017-08-033-5/+6
| | * | Merge branch 'merge-tokudb-5.6' into 10.0Vicențiu Ciorbaru2017-08-03118-479/+35042
| | |\ \ | | | |/
| | | * 5.6.36-82.1Vicențiu Ciorbaru2017-08-03118-521/+34166
| | * | Merge branch 'merge-xtradb-5.6' into 10.0Vicențiu Ciorbaru2017-08-023-3/+17
| | |\ \
| | | * | 5.6.36-82.1Vicențiu Ciorbaru2017-08-023-3/+18
| * | | | Remove extra trailing spaces from the result fileElena Stepanova2017-08-041-2/+2
| * | | | MDEV-12972 Random and Frequent SegfaultMonty2017-08-032-0/+45
| |/ / /
| * | | Merge connect/10.0 into 10.0Vicențiu Ciorbaru2017-08-0152-482/+1001
| * | | MDEV-12915 ST_Centroid does not return the same result than MySQLElena Stepanova2017-08-014-10/+10
| * | | Bump innodb version post mergeVicențiu Ciorbaru2017-07-301-1/+1
| * | | Merge remote-tracking branch 'merge/merge-innodb-5.6' into 10.0Vicențiu Ciorbaru2017-07-297-33/+127
| |\ \ \
| | * | | 5.6.37Vicențiu Ciorbaru2017-07-297-52/+176
| * | | | Merge remote-tracking branch 'origin/5.5' into 10.0Vicențiu Ciorbaru2017-07-255-5/+8
| |\ \ \ \
| | * \ \ \ Merge branch 'merge-xtradb-5.5' into 5.5mariadb-5.5.57Sergei Golubchik2017-07-1830-203/+244
| | |\ \ \ \
| | | * | | | 5.5.55-38.8Sergei Golubchik2017-07-1835-214/+255
| | | * | | | 5.5.53-38.5Sergei Golubchik2016-12-221-1/+1
| | * | | | | ma_check/mi_check: maria_repair_parallel initialization for !quickDaniel Black2017-07-182-2/+6
| | * | | | | Add storage_engine/parts overlay for MyISAMElena Stepanova2017-07-181-0/+0
| | * | | | | change flags as it was done in MyISAMSergei Golubchik2017-07-151-3/+1
| | * | | | | ma_recovery: unintentional order of operationsDaniel Black2017-07-151-1/+1
| * | | | | | Connect engine is GammaSergei Golubchik2017-07-221-1/+1
| * | | | | | MDEV-13325: InnoDB assert dict_sys->size > 0 during ALTER TABLEbb-10.0-janJan Lindström2017-07-217-57/+94
| * | | | | | MDEV-12824 GCC 7 warning: this statement may fall through [-Wimplicit-fallthr...Sergei Golubchik2017-07-204-0/+6
* | | | | | | MDEV-13443: Port innochecksum tests from 10.2 innodb_zip suite to 10.1Jan Lindström2017-08-074-34/+236
* | | | | | | MDEV-11939: innochecksum mistakes a file for an encrypted one (page 0 invalid)Jan Lindström2017-08-0310-311/+586
* | | | | | | MDEV-13227: Assertion failure len < 16384 in file rem0rec.cc line 1285Jan Lindström2017-07-202-8/+8
* | | | | | | MDEV-11828: innodb_page_size=64k must reject ROW_FORMAT=REDUNDANT records lon...Jan Lindström2017-07-1212-39/+129
* | | | | | | Merge branch '10.0' into 10.1Sergei Golubchik2017-07-075-20/+29
|\ \ \ \ \ \ \ | |/ / / / / /
| * | | | | | Merge branch '5.5' into 10.0Sergei Golubchik2017-07-065-20/+29
| |\ \ \ \ \ \ | | |/ / / / /
| | * | | | | ma_pagecache: release lock in pagecache_readDaniel Black2017-07-031-0/+1