summaryrefslogtreecommitdiff
path: root/sql
Commit message (Expand)AuthorAgeFilesLines
* MDEV-22498: SIGSEGV in Bitmap<64u>::merge on SELECT10.1-mdev22498Varun Gupta2020-05-111-3/+6
* Merge branch '5.5' into 10.1Oleksandr Byelkin2020-04-306-24/+36
|\
| * correct off-by-one error in CONCATSergei Golubchik2020-04-301-1/+1
| * 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-303-1/+3
| * cleanup: remove dbug keywords that are never usedSergei Golubchik2020-04-291-33/+0
| * Bug#28388217 - SERVER CAN FAIL WHILE REPLICATING CONDITIONAL COMMENTSMaheedhar PV2020-04-291-4/+14
| * MDEV-21932 Another attempt to fix the bug .Igor Babaev2020-04-171-18/+16
* | MDEV-22419 update windows timezone data from using newest ICU sourceVladislav Vaintroub2020-04-302-4/+6
* | MDEV-22271 Excessive stack memory usage due to WSREP_LOGSergei Golubchik2020-04-272-9/+4
* | MDEV-22203: WSREP_ON is unnecessarily expensive to evaluateMarko Mäkelä2020-04-279-37/+37
* | Fix clang 10 warningsMarko Mäkelä2020-04-271-2/+2
* | MDEV-22271: Follow-up fix of --embeddedMarko Mäkelä2020-04-271-1/+10
* | MDEV-22271 Excessive stack memory usage due to WSREP_LOGMarko Mäkelä2020-04-172-7/+13
* | Merge branch '5.5' into 10.1Varun Gupta2020-04-161-6/+11
|\ \ | |/
| * Minor fixup to MDEV-22191Varun Gupta2020-04-161-6/+11
* | Merge 5.5 into 10.1Marko Mäkelä2020-04-141-6/+10
|\ \ | |/
| * MDEV-22191: Range access is not picked when index_merge_sort_union is turned offbb-5.5-varunVarun Gupta2020-04-081-6/+10
* | Merge 5.5 into 10.1bb-10.1-mergeMarko Mäkelä2020-04-011-1/+8
|\ \ | |/
| * MDEV-10466 Server crashed in SEL_ARG::store_min() with extended_keys=onIgor Babaev2020-03-141-1/+1
| * MDEV-21932 A fast plan with ROR index-merge is ignored whenIgor Babaev2020-03-131-0/+7
* | MDEV-21977 main.func_math fails due to undefined behaviourbb-10.1-vicentiu-pristeneAlexander Barkov2020-03-202-23/+30
* | all status variables above `questions` MUST be ulongSergei Golubchik2020-03-142-6/+6
* | Fix compile warning:Sergei Petrunia2020-03-111-1/+1
* | Merge branch '5.5' into 10.1Oleksandr Byelkin2020-02-101-1/+0
|\ \ | |/
| * Clean the comment for `table_f_c unt` parameterAnel Husakovic2020-01-291-1/+0
* | MDEV-20923:UBSAN: member access within address … which does not point to an...Sujatha2020-01-292-17/+23
* | MDEV-21490: binlog tests fail with valgrind: Conditional jump or move depends...Sujatha2020-01-242-2/+17
* | MDEV-19457: sys_vars.wsrep_provider_basic failed in buildbotJulius Goryavsky2020-01-201-1/+5
* | Merge branch '5.5' into 10.1Oleksandr Byelkin2020-01-193-5/+11
|\ \ | |/
| * Bug#29630767 - USE OF UNINITIALIZED VALUE IN LIBMYSQL (CLIENT.CC FUNCTION RUN...mariadb-5.5.67Sergei Golubchik2020-01-181-0/+1
| * 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-21341: Fix UBSAN failures, part 8: fix error in compare_fields_by_table_...Sergei Petrunia2020-01-151-4/+8
* | MDEV-21341: Fix UBSAN failures, part #5Sergei Petrunia2020-01-151-1/+2
* | MDEV-21341: Fix UBSAN failures: Issue SixSergei Petrunia2020-01-1410-54/+47
* | MDEV-18046: Assortment of crashes, assertion failures and ASAN errors in mysq...Sujatha2020-01-071-24/+33
* | MDEV-18046: Assortment of crashes, assertion failures and ASAN errors in mysq...Sujatha2020-01-071-1/+0
* | MDEV-18046: Assortment of crashes, assertion failures and ASAN errors in mysq...Sujatha2020-01-071-0/+5
* | MDEV-18046: Assortment of crashes, assertion failures and ASAN errors in mysq...Sujatha2020-01-071-10/+21
* | MDEV-18046: Assortment of crashes, assertion failures and ASAN errors in mysq...Sujatha2020-01-071-4/+4
* | MDEV-18046: Assortment of crashes, assertion failures and ASAN errors in mysq...Sujatha2020-01-071-1/+3
* | MDEV-18046: Assortment of crashes, assertion failures and ASAN errors in mysq...Sujatha2020-01-071-1/+1
* | MDEV-18046: Assortment of crashes, assertion failures and ASAN errors in mysq...Sujatha2020-01-071-4/+8
* | MDEV-18046: Assortment of crashes, assertion failures and ASAN errors in mysq...Sujatha2020-01-071-1/+8
* | MDEV-18046: Assortment of crashes, assertion failures and ASAN errors in mysq...Sujatha2020-01-071-6/+17
* | Merge branch '5.5' into 10.1Oleksandr Byelkin2020-01-031-1/+1
|\ \ | |/
| * MDEV-21343 Threadpool/Unix- wait_begin() function does not wake/create thread...Vladislav Vaintroub2019-12-171-1/+1
* | MDEV-20922: Adding an order by changes the query resultsVarun Gupta2020-01-022-0/+48
* | MDEV-19680:: Assertion `!table || (!table->read_set || bitmap_is_set(table->r...Varun Gupta2019-12-261-1/+1