summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* - Addressed marko's review comments.bb-5.5-thiruThirunarayanan Balathandayuthapani2019-04-236-83/+67
* MDEV-15772 Potential list overrun during XA recoveryThirunarayanan Balathandayuthapani2019-04-227-2/+391
* MDEV-17610 Unexpected connection abort after certain operations from within s...Vladislav Vaintroub2019-04-043-7/+34
* MDEV-14784: Slave crashes in show_status_array upon running a trigger withSujatha Sivakumar2019-03-273-0/+58
* Fixed ps-protocol thread_pool_server_audit failureSergey Vojtovich2019-03-261-0/+2
* Fix tests in 2020Bernhard M. Wiedemann2019-03-2610-423/+423
* Fix for MDEV-17449, typo in error message (#1146)Chris Calender2019-03-248-54/+54
* Fix for MDEV-18276, typo in error message + all other occurrences of referingChris Calender2019-03-233-3/+3
* MDEV-17119 replicate_rewrite_db does not work for single chardatabase namesachin2019-03-224-2/+41
* Fix for MDEV-15538, '-N' Produce html output wrongchriscalender2019-03-223-1/+12
* MDEV-18896 Crash in convert_join_subqueries_to_semijoinsIgor Babaev2019-03-144-1/+25
* MDEV-18272 InnoDB fails to rollback after exceeding FOREIGN KEY recursion depthMarko Mäkelä2019-03-072-8/+12
* MDEV-17055: Server crashes in find_order_in_list upon 2nd (3rd) execution of ...Oleksandr Byelkin2019-02-288-15/+104
* A cleanup in derived table handling: removing duplicate code from st_select_l...Alexander Barkov2019-02-287-44/+31
* MDEV-18506 MSI can't be built if MFC package is not installed with Visual StudioVladislav Vaintroub2019-02-071-2/+3
* bump the VERSIONDaniel Bartholomew2019-01-301-1/+1
* MDEV-15950: LOAD DATA INTO compex_view crashedVarun Gupta2019-01-303-0/+62
* MDEV-15744: Assertion `derived->table' failed in mysql_derived_merge_for_insertVarun Gupta2019-01-293-2/+41
* disable an old testSergei Golubchik2019-01-281-0/+1
* Crude "auto-load-data-local-infile" modemariadb-5.5.63Sergei Golubchik2019-01-279-11/+90
* MDEV-18360 Prevent set_max_open_files from allocating too many filesVicențiu Ciorbaru2019-01-271-4/+3
* MDEV-16658 Memory leak in mysqltest on connect failureEugene Kosov2019-01-231-0/+5
* MDEV-18059 `support-files/mysql.server.sh stop` must run as rootSergei Golubchik2019-01-231-1/+5
* Bug #28499924: INCORRECT BEHAVIOR WITH UNION IN SUBQUERYSergei Golubchik2019-01-232-0/+42
* Bug #28499924: INCORRECT BEHAVIOR WITH UNION IN SUBQUERYSreeharsha Ramanavarapu2019-01-231-10/+12
* Bug #28178776 COMPARISON OF UNINITAILIZED MEMORY IN LOG_IN_USEAditya A2019-01-232-6/+6
* MDEV-18349 InnoDB file size changes are not safe when file system crashesMarko Mäkelä2019-01-232-2/+6
* MDEV-14580: mysql_install_db elements based on dirname of mysql_install_dbSergei Golubchik2019-01-211-4/+7
* MDEV-14580: mysql_install_db elements based on dirname of mysql_install_dbDaniel Black2019-01-211-0/+11
* MDEV-17615 cmake ssl error on musl/libresslSergei Golubchik2019-01-211-1/+9
* Avoid noisy Clang 7 warning about unused variable.Vladislav Vaintroub2019-01-191-2/+2
* remove duplicated paragraph from mysql_install_db.shAlexander Kuleshov2019-01-161-3/+0
* MDEV-18269 - fix off-by-one bug in unittestNatanael Copa2019-01-161-2/+2
* MDEV-17085: CHECKSUM TABLE EXTENDED does not work correctlyOleksandr Byelkin2019-01-164-1/+53
* MDEV-18254 upgrade HeidiSQL to 9.5Vladislav Vaintroub2019-01-151-1/+1
* Backport MDEV-17504 to 5.5Vladislav Vaintroub2019-01-112-7/+67
* fix the test for 2019Sergei Golubchik2019-01-022-4/+4
* MDEV-15670 - unit.my_atomic failed in buildbot with Signal 11 thrownSergey Vojtovich2018-12-184-46/+11
* Don't default to bundled zlibSergei Golubchik2018-12-171-5/+0
* MDEV-16987 - ALTER DATABASE possible in read-only modeSergey Vojtovich2018-12-133-0/+25
* mysqltest: use a dynamically growing command bufferSergei Golubchik2018-11-281-16/+26
* Added Master_Host to the Replication informationfran2018-11-161-9/+10
* MDEV-17724 Wrong result for BETWEEN 0 AND 18446744073709551615Alexander Barkov2018-11-154-0/+137
* Backport for "MDEV-17698 MEMORY engine performance regression"Alexander Barkov2018-11-154-87/+140
* MDEV-17401: LOAD DATA from very big file into MyISAM table results in EOF err...Oleksandr Byelkin2018-11-023-31/+51
* fix the test to clean after itselfSergei Golubchik2018-11-011-0/+2
* MDEV-17377 invalid gap in auto-increment values after LOAD DATASergei Golubchik2018-11-013-0/+26
* test framework manual is movedTakashi Sasaki2018-11-013-3/+3
* don't try to build with OpenSSL 1.1+Sergei Golubchik2018-10-301-1/+2
* ./mtr --gdb='b mysql_parse;r'Sergei Golubchik2018-10-301-3/+12