summaryrefslogtreecommitdiff
path: root/storage
Commit message (Expand)AuthorAgeFilesLines
* 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
* MDEV-14916 InnoDB reports warning for "Purge reached the head of the history ...Marko Mäkelä2018-01-112-52/+0
* MDEV-13814 Extra logging when innodb_log_archive=ONMarko Mäkelä2018-01-101-1/+1
* MDEV-14174 crash on start with innodb-track-changed-pagesMarko Mäkelä2018-01-101-7/+9
* Silence some -Wimplicit-fallthrough by proper spellingMarko Mäkelä2018-01-032-14/+14
* Follow-up to MDEV-14799: Remove bogus debug assertionsMarko Mäkelä2018-01-022-6/+0
* MDEV-14799 After UPDATE of indexed columns, old values will not be purged fro...Marko Mäkelä2018-01-026-4/+34
* MDEV-12569 InnoDB suggests filing bugs at MySQL bug trackerMarko Mäkelä2017-10-2626-42/+42
* MDEV-14051 'Undo log record is too big.' error occurring in very narrow range...bb-5.5-markoMarko Mäkelä2017-10-242-2/+46
* MDEV-13459 Warnings, when compiling with gcc-7.xSergei Golubchik2017-10-1723-29/+47
* MDEV-13530 VARBINARY doesn't convert to to BLOB for sizes 65533, 65534 and 65535Alexander Barkov2017-10-131-1/+1
* MDEV-13595: mariadb-10.2.8/storage/maria/ma_loghandler.c:2730]: (style) Array...Oleksandr Byelkin2017-10-051-1/+1
* MDEV-13980 InnoDB fails to discard record lock when discarding an index pageMarko Mäkelä2017-10-022-10/+10
* Merge remote-tracking branch 'merge/merge-xtradb-5.5' into 5.5Vicențiu Ciorbaru2017-09-192-2/+2
|\
| * 5.5.57-38.9merge-xtradb-5.5Vicențiu Ciorbaru2017-09-192-2/+2
* | 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
* | ma_pagecache: release lock in pagecache_readDaniel Black2017-07-031-0/+1
* | ma_loghandler: translog_set_only_in_buffers failed to release lockDaniel Black2017-07-031-1/+2
* | ma_loghandler: release file_header_lock on errorDaniel Black2017-07-031-0/+1
* | ha_archive::info remove hidden assignmentDaniel Black2017-07-031-1/+0
* | MDEV-11626 innodb.innodb-change-buffer-recovery fails for xtradbMarko Mäkelä2017-05-292-12/+0
* | Make IF clear.Oleksandr Byelkin2017-05-181-8/+17
* | MDEV-12230 include/my_sys.h:600:43: error: unknown type name ‘PSI_file_keyâ...Sergei Golubchik2017-04-202-4/+4
* | Merge remote-tracking branch 'mysql/5.5' into 5.5mariadb-5.5.55Sergei Golubchik2017-04-112-1/+10
|\ \
| * | Bug #25167032 CRASH WHEN ASSIGNING MY_ERRNO - MISSINGThirunarayanan Balathandayuthapani2017-01-062-1/+10
* | | MDEV-11027 InnoDB log recovery is too noisyMarko Mäkelä2017-03-086-156/+90
* | | Fix a compiler warning.Marko Mäkelä2017-03-081-1/+2
* | | Fix some GCC 6.3.0 warnings in MyISAM and Maria.Marko Mäkelä2017-03-082-213/+213
* | | MDEV-11520: Retry posix_fallocate() after EINTR.Marko Mäkelä2017-03-034-4/+20
* | | bugfix: remove my_delete_with_symlink()Sergei Golubchik2017-02-272-52/+58
* | | race-condition safe implementation of mi_delete_table/maria_delete_tableSergei Golubchik2017-02-272-39/+6
* | | cleanup: remove now-unused argumentSergei Golubchik2017-02-278-26/+24
* | | MDEV-11902 mi_open race conditionSergei Golubchik2017-02-273-57/+60
* | | cleanup: remove 16-year-old "TODO"Sergei Golubchik2017-02-278-26/+16
* | | cleanup: mysys_test_invalid_symlinkSergei Golubchik2017-02-276-24/+6
* | | MDEV-12120 tokudb_bugs.xa-N tests fail with timeout on valgrindElena Stepanova2017-02-233-0/+3
* | | MDEV-11520/MDEV-5746 post-fix: Do not posix_fallocate() too much.Marko Mäkelä2017-02-222-12/+10
* | | MDEV-11520 post-fixesMarko Mäkelä2017-02-222-4/+6
* | | MDEV-11520 Extending an InnoDB data file unnecessarily allocatesMarko Mäkelä2017-02-215-166/+162
* | | Remove a bogus Valgrind "suppression".Marko Mäkelä2017-02-212-18/+2
* | | Fix gcc 6.3.x compiler warnings.Jan Lindström2017-02-1656-198/+43
* | | Merge branch 'mysql/5.5' into 5.5Sergei Golubchik2016-12-221-11/+42
|\ \ \ | |/ /