summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* MDEV-9635: Server crashes in part_of_refkey or assertion `!created && key_to...bb-5.5-MDEV-9635Oleksandr Byelkin2017-02-283-1/+36
* MDEV-5999 MySQL Bug#12766319 - 61865: RENAME USER DOES NOT WORK CORRECTLY - R...Sergei Golubchik2017-02-273-2/+68
* Fix for bug#11759114 - '51401: GRANT TREATS NONEXISTENTDmitry Lenev2017-02-274-13/+59
* delete the installation warning for CentOS4/RHEL4Sergei Golubchik2017-02-271-26/+0
* MDEV-11789 MariaDB fails to restart after 10.0.29-1.el7 updateSergei Golubchik2017-02-271-5/+4
* MDEV-12074 selinux build failure on Fedora 24Sergei Golubchik2017-02-274-4/+4
* MDEV-10788 Not able to compile source with -DBUILD_CONFIG=mysql_release -DCMA...Sergei Golubchik2017-02-272-18/+3
* MDEV-11505 wrong databasename in mysqldump commentSergei Golubchik2017-02-272-2/+11
* bugfix: remove my_delete_with_symlink()Sergei Golubchik2017-02-277-121/+62
* race-condition safe implementation of test_if_data_home_dir()Sergei Golubchik2017-02-273-15/+34
* race-condition safe implementation of mi_delete_table/maria_delete_tableSergei Golubchik2017-02-275-40/+38
* support MY_NOSYMLINKS in my_delete()Sergei Golubchik2017-02-274-84/+118
* compilation failureSergei Golubchik2017-02-271-1/+1
* cleanup: remove now-unused argumentSergei Golubchik2017-02-278-26/+24
* MDEV-11902 mi_open race conditionSergei Golubchik2017-02-2713-68/+298
* cleanup: NO_OPEN_3 was never definedSergei Golubchik2017-02-272-6/+2
* cleanup: remove 16-year-old "TODO"Sergei Golubchik2017-02-278-26/+16
* cleanup: mysys_test_invalid_symlinkSergei Golubchik2017-02-279-25/+18
* cleanup: my_register_filename()Sergei Golubchik2017-02-274-48/+19
* cleanup: fn_format, remove dead codeSergei Golubchik2017-02-272-8/+2
* bugfix: DEBUG_SYNC() invoked with no THDSergei Golubchik2017-02-271-0/+2
* MDEV-11525 Assertion `cp + len <= buff + buff_size' failed in JOIN_CACHE::wri...Sergei Golubchik2017-02-273-0/+146
* MDEV-11933 Wrong usage of linked list in mysql_prune_stmt_listSergei Golubchik2017-02-272-11/+50
* Fixed bug mdev-7992.Igor Babaev2017-02-244-40/+294
* 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-11718 5.5 rpl and federated tests massively fail in buildbot with valgrindSachin Setiya2017-02-222-0/+19
* MDEV-10418 Assertion `m_extra_cache' failed inAlexey Botchkov2017-02-223-0/+38
* 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
* MDEV-9455: [ERROR] mysqld got signal 11Oleksandr Byelkin2017-02-203-2/+191
* MDEV-11904 Make Audit Plugin working with MySQL 8.0.Alexey Botchkov2017-02-201-9/+21
* MDEV-10621 parts.partition_float_myisam failed with timeout in buildbotbb-5.5-elenstElena Stepanova2017-02-1828-1082/+1532
* Fixed bug mdev-9028.Igor Babaev2017-02-163-1/+49
* MDEV-11668 rpl.rpl_heartbeat_basic fails sporadically in buildbotElena Stepanova2017-02-172-9/+40
* minor typo in a description of mysql_parse()Alexander Kuleshov2017-02-161-1/+1
* Fix gcc 6.3.x compiler warnings.Jan Lindström2017-02-1656-198/+43
* MDEV-12058: MariaDB Test Suite issue with test sys_vars.secure_file_priv.testNirbhay Choubey2017-02-131-0/+3
* backported build-tags from 10.2 to ensure that 'make tags' works againMonty2017-01-271-8/+12
* Fix for memory leak in applications, like QT,that callsMonty2017-01-273-3/+14
* Fixed bug mdev-11859.Igor Babaev2017-01-233-1/+104
* Fixed bug mdev-8603.Igor Babaev2017-01-185-21/+141
* bugfix: Item_func_min_max stored thd internallySergei Golubchik2017-01-154-6/+28
* bugfix: cmp_item_row::alloc_comparators() allocated on the wrong arenaSergei Golubchik2017-01-156-34/+20
* MDEV-9690 concurrent queries with virtual columns crash in temporal codeSergei Golubchik2017-01-154-18/+77
* MDEV-11527 Virtual columns do not get along well with NO_ZERO_DATESergei Golubchik2017-01-123-1/+19
* MDEV-11706 Assertion `is_stat_field || !table || (!table->write_set || bitmap...Sergei Golubchik2017-01-119-39/+39
* MDEV-11685: sql_mode can't be set with non-ascii connection charsetNirbhay Choubey2017-01-117-1/+57
* MDEV-11676 Starting service with mysqld_safe_helper fails in SELINUX "enforci...Sergei Golubchik2017-01-117-2/+52