summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Fix duplicate word5.5Bernard Spil2020-06-011-1/+1
* MDEV-22513 main.processlist_notembedded Timeout in wait_until_count_sessionsMarko Mäkelä2020-05-262-0/+4
* bump the VERSIONDaniel Bartholomew2020-05-111-1/+1
* MDEV-21462: Actually test for the original bugmariadb-5.5.68Marko Mäkelä2020-05-061-1/+1
* MDEV-21462 main.processlist_notembedded fails to clean upMarko Mäkelä2020-05-062-3/+9
* BUG#30301356 - SOME EVENTS ARE DELAYED AFTER DROPPING EVENTSergei Golubchik2020-04-304-85/+234
* correct off-by-one error in CONCATSergei Golubchik2020-04-301-1/+1
* Bug#30689251 - BACKPORT TO MYSQL-5.6, BUG#29597896 - NULL POINTER DEREFERENCE...Anushree Prakash B2020-04-301-3/+17
* Bug#30628268: OUT OF MEMORY CRASHSivert Sorumgard2020-04-301-1/+3
* Bug#29915479 RUNNING COM_REGISTER_SLAVE WITHOUT COM_BINLOG_DUMP CAN RESULTS I...Sergei Golubchik2020-04-305-1/+52
* cleanup: remove dbug keywords that are never usedSergei Golubchik2020-04-291-33/+0
* Bug#28388217 - SERVER CAN FAIL WHILE REPLICATING CONDITIONAL COMMENTSSergei Golubchik2020-04-292-1/+26
* Bug#28388217 - SERVER CAN FAIL WHILE REPLICATING CONDITIONAL COMMENTSMaheedhar PV2020-04-291-4/+14
* don't enable -Werror in ft-indexSergei Golubchik2020-04-291-3/+3
* Correct the name of a contributorMarko Mäkelä2020-04-251-1/+1
* Fix failure for ipv6 not enabledAnel Husakovic2020-04-242-3/+4
* MDEV-21932 Another attempt to fix the bug .Igor Babaev2020-04-171-18/+16
* Fix wrong argument size passed to --parent-pid strncmp checkDisconnect3d2020-04-161-1/+1
* Minor fixup to MDEV-22191Varun Gupta2020-04-161-6/+11
* MDEV-22191: Range access is not picked when index_merge_sort_union is turned offbb-5.5-varunVarun Gupta2020-04-084-6/+62
* my.cnf: mention that config files must be *.cnfHannu Hartikainen2020-04-031-1/+1
* MDEV-22032 update HeidiSQL to version 11Vladislav Vaintroub2020-03-242-10/+20
* MDEV-10466 Server crashed in SEL_ARG::store_min() with extended_keys=onIgor Babaev2020-03-143-1/+51
* MDEV-21932 A fast plan with ROR index-merge is ignored whenIgor Babaev2020-03-134-1/+108
* Cleanup: clang-10 -Wmisleading-indentationMarko Mäkelä2020-03-111-7/+7
* MDEV-21646: Failure to compile my_addr_resolve.c with binutils-2.34bb-5.5-MDEV-21646Oleksandr Byelkin2020-02-121-0/+12
* Clean the comment for `table_f_c unt` parameterAnel Husakovic2020-01-291-1/+0
* bump the VERSIONDaniel Bartholomew2020-01-271-1/+1
* Bug#29630767 - USE OF UNINITIALIZED VALUE IN LIBMYSQL (CLIENT.CC FUNCTION RUN...mariadb-5.5.67Sergei Golubchik2020-01-184-1/+28
* Bug#30194841 INSERT ON DUPLICATE KEY UPDATE UPDATES THE WRONG ROWMaheedhar PV2020-01-183-0/+80
* MDEV-21210: main.uniques_crash-7912 tries to allocate 1TB of memoryVicențiu Ciorbaru2020-01-162-37/+0
* Improve documentation of Unique classVicențiu Ciorbaru2020-01-161-4/+9
* Use get_ident_len in heartbeat event error messagesMarkus Mäkelä2020-01-131-2/+2
* MDEV-21416: main.events_bugs fails due to 2020-01-01 dateOleksandr Byelkin2020-01-032-4/+4
* MDEV-21343 Threadpool/Unix- wait_begin() function does not wake/create thread...Vladislav Vaintroub2019-12-171-1/+1
* MDEV-21065 UNIQUE constraint causes a query with string comparison to omit a ...Alexander Barkov2019-12-164-6/+39
* tokudb: disable check_huge_pages_in_practice()Sergei Golubchik2019-12-131-0/+1
* tokudb: fix to compile with gcc 9.2.0Sergei Golubchik2019-12-131-0/+6
* Using `variables` instead of `values` in mysqld --help documentation would be...Anel Husakovic2019-12-023-3/+3
* Update `stracer` description in `mtr`. `strace-client` is not usedAnel Husakovic2019-11-291-1/+1
* MDEV-15503: mtr fix --straceDaniel Black2019-11-291-21/+27
* Fixed some typos in mysql.ccHashir Sarwar2019-11-221-3/+3
* bump the VERSIONDaniel Bartholomew2019-11-051-1/+1
* MDEV-20971 ASAN heap-use-after-free in list_delete / heap_closeSergei Golubchik2019-11-042-15/+14
* Revert "MDEV-14448: Ctrl-C should not exit the client"mariadb-5.5.66Sergei Golubchik2019-10-301-13/+2
* MDEV-18783 - Server crash in hp_rb_make_keySergey Vojtovich2019-10-302-6/+4
* compilation fix for Windowsbb-5.5-releaseSergei Golubchik2019-10-301-0/+2
* add .clang-format file for InnoDBbb-5.5-kevgsEugene Kosov2019-10-291-0/+11
* MDEV-14448: Ctrl-C should not exit the clientAnel Husakovic2019-10-281-2/+11
* crash in string-to-int conversionSergei Golubchik2019-10-193-4/+79