summaryrefslogtreecommitdiff
path: root/storage
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'github/10.1' into 10.2Sergei Golubchik2018-02-06301-2840/+6536
|\
| * fil_write_flushed_lsn(): Ensure that the return value is initializedMarko Mäkelä2018-02-032-2/+2
| * After-merge fix for commit d4df7bc9b1fbdfb5c98134091a9ff998af60954fMarko Mäkelä2018-02-0210-58/+54
| * Merge branch 'github/10.0' into 10.1Sergei Golubchik2018-02-02321-2933/+6651
| |\
| | * Revert "MDEV-6928: Add trx pointer to struct mtr_t"Marko Mäkelä2018-01-2942-234/+181
| | * Remove ut_win_init_time from innodbVicențiu Ciorbaru2018-01-253-32/+0
| | * Fix innodb compilation failure on WindowsVicențiu Ciorbaru2018-01-253-21/+14
| | * Remove xtradb "fragmentation-statistics" patchesVicențiu Ciorbaru2018-01-244-62/+1
| | * Merge branch 'merge-xtradb-5.6' into 10.0Vicențiu Ciorbaru2018-01-2424-66/+515
| | |\
| | | * 5.6.38-83.0Vicențiu Ciorbaru2018-01-2334-99/+604
| | * | Merge branch 'merge-innodb-5.6' into 10.0Vicențiu Ciorbaru2018-01-246-11/+72
| | |\ \
| | | * | 5.6.39Vicențiu Ciorbaru2018-01-2310-50/+130
| | * | | Update Tokudb Test ResultsVicențiu Ciorbaru2018-01-244-8/+0
| | * | | Make TokuDB run on 10.0Vicențiu Ciorbaru2018-01-246-3/+19
| | * | | Merge branch 'merge-tokudb-5.6' into 10.0Vicențiu Ciorbaru2018-01-24192-1998/+5432
| | |\ \ \
| | | * | | 5.6.38-83.0Vicențiu Ciorbaru2018-01-23192-1998/+5432
| | * | | | Squashed commit of connect/10.0:Vicențiu Ciorbaru2018-01-2411-122/+157
| | * | | | Fix Innodb ASAN error on initVicențiu Ciorbaru2018-01-243-3/+4
| | * | | | Merge remote-tracking branch '5.5' into 10.0Vicențiu Ciorbaru2018-01-2464-455/+378
| | |\ \ \ \
| | | * | | | Add ASAN instrumentation (and more strict Valgrind) to InnoDBMarko Mäkelä2018-01-2312-50/+30
| | | * | | | Silence -Wimplicit-fallthroughMarko Mäkelä2018-01-232-0/+2
| | | * | | | Fix TokuDB Not buildingVicențiu Ciorbaru2018-01-231-1/+1
| | | * | | | improve ASAN instrumentation: InnoDB/XtraDBSergei Golubchik2018-01-222-14/+19
| | | * | | | Free memory in unit tests. Makes ASAN happier.Sergei Golubchik2018-01-222-1/+4
| | | * | | | improve ASAN instrumentation: table->record[0]Sergei Golubchik2018-01-221-1/+9
| | | * | | | Correct TRASH() macro usageSergei Golubchik2018-01-221-1/+1
| | | * | | | Fix compilation without dlopenSergei Golubchik2018-01-221-1/+1
| | | * | | | MDEV-7049 MySQL#74585 - InnoDB: Failing assertion: *mbmaxlen < 5 in file ha_i...Marko Mäkelä2018-01-2229-308/+176
| | | * | | | Merge branch 'merge/merge-xtradb-5.5' into 5.5mariadb-5.5.59Sergei Golubchik2018-01-183-6/+10
| | | |\ \ \ \
| | | | * | | | 5.5.58-38.10Sergei Golubchik2018-01-179-13/+24
| | | * | | | | Merge branch 'mysql/5.5' into 5.5Sergei Golubchik2018-01-182-3/+7
| | | |\ \ \ \ \
| | | | * | | | | Bug #24296076 INNODB REPORTS WARNING WHILE INNODB_UNDO_LOG_TRUNCATE IS ENABLEDAditya A2017-11-171-7/+10
| | | | * | | | | Bug #26880757: MYISAM_USE_MMAP=1 ON WINDOWS FREQUENTLY DOESArun Kuruvila2017-10-261-1/+5
| | | | * | | | | BUG#25451091:CREATE TABLE DATA DIRECTORY / INDEX DIRECTORYNisha Gopalakrishnan2017-05-122-14/+42
| | | | * | | | | Bug #25447551: HANDLE_FATAL_SIGNAL (SIG=11) INKailasnath Nagarkar2017-03-151-2/+3
| | | * | | | | | bug: ha_heap was unilaterally increasing reclengthSergei Golubchik2018-01-161-0/+1
| | | * | | | | | compiler warningSergei Golubchik2018-01-151-1/+1
| | | * | | | | | Fixed misleading voariable names.Oleksandr Byelkin2018-01-111-9/+9
| | | * | | | | | MDEV-14690: Assertion `page_link == &fake_link' failed in pagecache_write_partOleksandr Byelkin2018-01-111-11/+29
| | | * | | | | | MDEV-8200 aria bug with insert select and lock tablesMonty2018-01-115-9/+26
| | * | | | | | | Fixed a few compiler warningsMonty2018-01-242-2/+2
| | * | | | | | | Fix for MDEV-14141 Crash in print_keydup_error()Monty2018-01-241-1/+1
| | * | | | | | | MDEV-13988 connect.drop-open-error failsSergei Golubchik2018-01-221-2/+3
| | * | | | | | | MDEV-12173 "Error: trying to do an operation on a dropped tablespace"Marko Mäkelä2018-01-228-45/+16
| | * | | | | | | Make row_mysql_table_id_reassign() staticMarko Mäkelä2018-01-184-28/+4
| * | | | | | | | MDEV-13499: Backing up table that "doesn't exist in engine" cause crash in ma...Jan Lindström2018-01-291-1/+6
* | | | | | | | | MDEV-15042: INSERT ON DUPLICATE KEY UPDATE produces error 1032 (Can't find re...bb-10.2-MDEV-15042Jan Lindström2018-02-051-1/+13
* | | | | | | | | MDEV-14958 Merge new release of InnoDB MySQL 5.7.21 to 10.2Marko Mäkelä2018-02-026-92/+36
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | Remove code related to InnoDB native partitioning in MySQL 5.7Marko Mäkelä2018-02-023-85/+0
| * | | | | | | | | Bug #25729649 LOCK0LOCK.CC:NNN:ADD_POSITION != __NULLJimmy Yang2018-02-021-2/+5