summaryrefslogtreecommitdiff
path: root/storage
Commit message (Expand)AuthorAgeFilesLines
...
* | | 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
* | | 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