summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* MDEV-14862: Server crashes in Bitmap<64u>::merge / add_key_fieldbb-10.0-MDEV-14862Oleksandr Byelkin2018-01-234-1/+58
* MDEV-7533: COLUMN_JSON() doesn't escape control characters in string valuesOleksandr Byelkin2018-01-234-2/+79
* 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
* Merge 5.5 into 10.0Marko Mäkelä2018-01-1111-68/+234
|\
| * MDEV-14916 InnoDB reports warning for "Purge reached the head of the history ...Marko Mäkelä2018-01-112-52/+0
| * MDEV-13933: Wrong results in COUNT() query with EXISTS and exists_to_inOleksandr Byelkin2018-01-107-16/+206
| * MDEV-13814 Extra logging when innodb_log_archive=ONMarko Mäkelä2018-01-102-1/+2
| * MDEV-14174 crash on start with innodb-track-changed-pagesMarko Mäkelä2018-01-102-7/+10
* | MDEV-13205 InnoDB: Failing assertion: !dict_index_is_online_ddl(index) upon A...Marko Mäkelä2018-01-084-2/+43
* | Fix a truncation warning introduced in MDEV-12323Marko Mäkelä2018-01-042-6/+8
* | Merge 5.5 into 10.0Marko Mäkelä2018-01-033-15/+15
|\ \ | |/
| * Silence some -Wimplicit-fallthrough by proper spellingMarko Mäkelä2018-01-033-15/+15
* | Merge 5.5 into 10.0Marko Mäkelä2018-01-0214-23/+134
|\ \ | |/
| * 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-14309 MTR tests require perl-Env which is not always in the default inst...Sergei Golubchik2017-12-272-9/+4
| * MDEV-10657: incorrect result returned with binary protocol (prepared statements)Oleksandr Byelkin2017-12-276-3/+96
* | Update mysqladmin man pageIan Gilfillan2017-12-281-2/+184
* | MDEV-13626 Merge InnoDB test cases from MySQL 5.7Sergey Vojtovich2017-12-222-0/+150
* | Follow up to MDEV-12366: FLUSH privileges can break hierarchy of rolesVicențiu Ciorbaru2017-12-211-15/+11
* | MDEV-12827 Assertion failure when reporting duplicate key error in online tab...Marko Mäkelä2017-12-214-38/+92
* | Merge remote-tracking branch '5.5' into 10.0Vicențiu Ciorbaru2017-12-2031-98/+420
|\ \ | |/
| * MDEV-12350: Heap corruption, overrun buffer, ASAN errors, server crash in my_...Varun Gupta2017-12-203-2/+56
| * MDEV-14639: Fix unexpected end of line at 'Normal shutdown'Simon J Mudd2017-12-191-22/+22
| * MDEV-14619: VIEW and GROUP_CONCATOleksandr Byelkin2017-12-173-1/+27
| * MDEV-14596 Crash in INTERVAL(ROW(..),ROW(..))Alexander Barkov2017-12-084-0/+34
| * Revert "Remove use of volatile in stored_field_cmp_to_item"Vicențiu Ciorbaru2017-12-061-2/+7
| * Remove use of volatile in stored_field_cmp_to_itemDaniel Black2017-12-051-7/+2
| * MDEV-10397: Server crashes in key_copy with join_cache_level > 2 and join on ...Varun Gupta2017-11-304-0/+48
| * MDEV-13788 Server crash when issuing bad SQL partition syntaxAlexander Barkov2017-11-2011-20/+165
| * MDEV-9663: InnoDB assertion failure: *cursor->index->name == TEMP_INDEX_PREFIXJan Lindström2017-11-162-2/+8
| * MDEV-9663: InnoDB assertion failure: *cursor->index->name == TEMP_INDEX_PREFIXJan Lindström2017-11-162-0/+22
| * Fixed bug MDEV-14368 Improper error for a grouping query thatIgor Babaev2017-11-113-1/+34
| * MDEV-14337 mysqld_safe may suppress error messages with --log-output=fileSergei Golubchik2017-11-101-2/+2
* | An after-fix for MDEV-14008 Assertion failing: `!is_set() || (m_status == DA_...Alexander Barkov2017-12-203-1/+19
* | Correct a function commentMarko Mäkelä2017-12-204-16/+8
* | MDEV-12366: FLUSH PRIVILEGES can break hierarchy of rolesVicențiu Ciorbaru2017-12-193-12/+936
* | MDEV-13655: Set role does not properly grant privileges.Vicențiu Ciorbaru2017-12-194-16/+132
* | MDEV-13407 innodb.drop_table_background failed in buildbot with "Tablespace f...Marko Mäkelä2017-12-182-198/+74
* | MDEV-14641 Incompatible key or row definition between the MariaDB .frm file a...Sergei Golubchik2017-12-185-8/+36
* | MDEV-14008 Assertion failing: `!is_set() || (m_status == DA_OK_BULK && is_bul...Alexander Barkov2017-12-186-7/+37
* | Follow-up fix for MDEV-12352: Plug a memory leakMarko Mäkelä2017-12-132-0/+4
* | MDEV-12323 Rollback progress log messages during crash recovery are intermixe...Marko Mäkelä2017-12-136-112/+96
* | Follow-up to MDEV-11027: Use recv_sys_t::report()Marko Mäkelä2017-12-132-12/+10
* | MDEV-12352 InnoDB shutdown should not be blocked by a large transaction rollbackMarko Mäkelä2017-12-138-14/+83
* | MDEV-13797 InnoDB may hang if shutdown is initiated soon after startup while ...Marko Mäkelä2017-12-136-42/+166
* | mysql_uprade --help and man page fixesIan Gilfillan2017-11-222-4/+3
* | MDEV-9663: InnoDB assertion failure: *cursor->index->name == TEMP_INDEX_PREFIXJan Lindström2017-11-162-0/+8