summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | Bug#26742748 - 8.0 DOCKER IMAGE RPM GENERATES 5.7 DOC URL IN /ETC/MY.CNFBalasubramanian Kandasamy2017-09-071-1/+1
| | * | | Bug#26747305 - HOSTNAME: COMMAND NOT FOUND WHILE STARTING CONTAINER WITH 5.5 ...Balasubramanian Kandasamy2017-09-061-0/+1
| | * | | Bug #26704451: INCORRECT BEHAVIOR WITH USE OF CERTAINSreeharsha Ramanavarapu2017-09-061-1/+1
| | * | | (no commit message)Aakanksha Verma2017-08-311-1/+9
| | * | | Raise version number after cloning 5.5.58Balasubramanian Kandasamy2017-08-291-1/+1
| * | | | crash with too long index commentsSergei Golubchik2018-01-183-9/+313
| * | | | compiler warning: my_printf_error() supports printf format extensionsSergei Golubchik2018-01-181-3/+1
| * | | | cleanupSergei Golubchik2018-01-181-1/+1
| * | | | MDEV-14446 followupVladislav Vaintroub2018-01-181-0/+0
| * | | | MDEV-14446 Windows installer still uses the old brown logoVladislav Vaintroub2018-01-182-0/+0
| * | | | bug: ha_heap was unilaterally increasing reclengthSergei Golubchik2018-01-161-0/+1
| * | | | BIT field woesSergei Golubchik2018-01-165-19/+21
| * | | | add support for ASAN instrumentationSergei Golubchik2018-01-161-3/+8
| * | | | fix compilation with ASANSergei Golubchik2018-01-161-2/+5
| * | | | Fixed mdev-14911: zero_date is considered as NULL, depending onIgor Babaev2018-01-153-5/+135
| * | | | MDEV-14469 build with cmake -DMYSQL_MAINTAINER_MODE=ON fails: 'readdir_r' is ...Sergei Golubchik2018-01-152-11/+10
| * | | | compiler warningSergei Golubchik2018-01-151-1/+1
| * | | | compiler warningSergei Golubchik2018-01-151-1/+1
| * | | | MDEV-14796 - debian: insecure root password is only if plugin is emptySergey Vojtovich2018-01-151-1/+1
| * | | | debian: insecure root password is only if plugin is emptyDaniel Black2018-01-151-1/+1
| * | | | MDEV-14609 XA Transction unable to ROLLBACK TO SAVEPOINTAlexander Barkov2018-01-154-10/+51
| * | | | MDEV-14526: MariaDB keeps crashing under load when query_cache_type is changedOleksandr Byelkin2018-01-143-1/+96
| * | | | Fixed mysql_install_db --no-defaultsSergey Vojtovich2018-01-131-6/+9
| * | | | Fixed mdev-6706 Wrong result (missing rows)Igor Babaev2018-01-123-0/+85
| * | | | MDEV-14743: Server crashes in Item_func_match::init_searchOleksandr Byelkin2018-01-123-1/+46
| * | | | mysql_install_db: Use --defaults-group-suffix if specifiedDaniel Black2018-01-121-2/+5
| * | | | Fixed misleading voariable names.Oleksandr Byelkin2018-01-111-9/+9
| * | | | MDEV-14690: Assertion `page_link == &fake_link' failed in pagecache_write_partOleksandr Byelkin2018-01-113-11/+55
| * | | | MDEV-8200 aria bug with insert select and lock tablesMonty2018-01-117-9/+150
* | | | | 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
|\ \ \ \ \ | |/ / / /