summaryrefslogtreecommitdiff
path: root/mysql-test
Commit message (Expand)AuthorAgeFilesLines
* MDEV-21243: Join buffer: condition is checked in wrong place for range accessbb-10.3-mdev21243Sergei Petrunia2020-01-122-0/+112
* Merge branch '10.2' into 10.3Sujatha2020-01-086-0/+125
|\
| * Merge branch '10.1' into 10.2Sujatha2020-01-076-0/+125
| |\
| | * MDEV-18046: Assortment of crashes, assertion failures and ASAN errors in mysq...Sujatha2020-01-076-0/+125
* | | Merge 10.2 into 10.3Marko Mäkelä2020-01-076-6/+51
|\ \ \ | |/ /
| * | MDEV-21429 TRUNCATE and OPTIMIZE are being refused due to "row size too large"Marko Mäkelä2020-01-072-2/+34
| * | MDEV-13569: wsrep_info.plugin failed in buildbot with "no nodes coming from p...Jan Lindström2020-01-072-0/+15
| * | Merge 10.1 into 10.2Marko Mäkelä2020-01-072-4/+4
| |\ \ | | |/
| | * Making group_by test stableVarun Gupta2020-01-032-4/+4
* | | Merge branch '10.2' into 10.3Oleksandr Byelkin2020-01-037-6/+64
|\ \ \ | |/ /
| * | Merge branch '10.1' into 10.2Oleksandr Byelkin2020-01-037-6/+64
| |\ \ | | |/
| | * Merge branch '5.5' into 10.1Oleksandr Byelkin2020-01-032-4/+4
| | |\
| | | * MDEV-21416: main.events_bugs fails due to 2020-01-01 dateOleksandr Byelkin2020-01-032-4/+4
| | * | MDEV-20922: Adding an order by changes the query resultsVarun Gupta2020-01-022-0/+30
| | * | MDEV-19680:: Assertion `!table || (!table->read_set || bitmap_is_set(table->r...Varun Gupta2019-12-262-0/+28
| | * | mtr: include restart_opts in --verbose-restartSergei Golubchik2019-12-231-2/+2
* | | | MDEV-18865 Assertion `t->first->versioned_by_id()' failed in innodb_prepare_c...bb-10.3-trxid_fixesNikita Malyavin2019-12-292-0/+21
* | | | MDEV-18875 Assertion `thd->transaction.stmt.ha_list == __null || trans == &th...Nikita Malyavin2019-12-292-0/+28
* | | | Re-record funcs_1.is_columns_is_embedded after a mergeMarko Mäkelä2019-12-271-3/+3
* | | | Merge 10.2 into 10.3Marko Mäkelä2019-12-2729-43/+558
|\ \ \ \ | |/ / /
| * | | MDEV-21318: Wrong results with window functions and implicit groupingVarun Gupta2019-12-262-0/+136
| * | | MDEV-21388 Wrong result of DAYNAME()=xxx in combination with condition_pushdo...Alexander Barkov2019-12-244-1/+82
| * | | MDEV-21189 : Dropping partition with 'wsrep_OSU_method=RSU' and 'SESSION sql_...Jan Lindström2019-12-232-13/+2
| * | | Merge 10.1 into 10.2Marko Mäkelä2019-12-2315-23/+282
| |\ \ \ | | |/ /
| | * | MDEV-21319 COUNT(*) returns 1, actual SELECT returns no result in 10.3.21, bu...Alexander Barkov2019-12-194-0/+224
| | * | Merge remote-tracking branch 'origin/5.5' into 10.1Alexander Barkov2019-12-162-0/+25
| | |\ \ | | | |/
| | | * MDEV-21065 UNIQUE constraint causes a query with string comparison to omit a ...Alexander Barkov2019-12-162-0/+25
| | * | MDEV-20959: binlog.binlog_parallel_replication_marks_row fails in buildbot wi...Sujatha2019-12-061-1/+1
| | * | MDEV-21014 MTR does not detect {A,M,T,L,UB}SAN errors which happen upon serve...Eugene Kosov2019-12-051-0/+2
| | * | MDEV-21209 : mysql_tzinfo_to_sql's Galera checks do not workJan Lindström2019-12-057-22/+30
| | * | List of unstable tests - intermediate updateElena Stepanova2019-12-041-3/+8
| * | | Fortify galera_partition test.Jan Lindström2019-12-182-0/+8
| * | | MDEV-21335 : Galera test failure on suite wsrepJan Lindström2019-12-187-8/+30
| * | | MDEV-16579: Wrong result of query using DISTINCT COUNT(*) OVER (*)Varun Gupta2019-12-172-0/+20
| * | | PR #1127 and PR #1150Anel Husakovic2019-12-132-4/+55
* | | | Update test result post mergeVicențiu Ciorbaru2019-12-131-3/+3
* | | | Merge branch '10.2' into 10.3Vicențiu Ciorbaru2019-12-134-356/+195
|\ \ \ \
| * | | | PR #1127 and PR #1150Anel Husakovic2019-12-132-4/+55
| |/ / /
* | | | Merge 10.2 into 10.3Marko Mäkelä2019-12-1222-95/+1056
|\ \ \ \ | |/ / /
| * | | MDEV-21255: Deadlock of parallel slave and mariabackup (with failed logVlad Lesin2019-12-123-0/+23
| * | | MDEV-19380: ASAN heap-use-after-free in Protocol::net_store_dataVarun Gupta2019-12-122-0/+19
| * | | Cleanup test sys_vars.innodb_buffer_pool_size_basicMarko Mäkelä2019-12-102-13/+2
| * | | MDEV-14482 - Cache line contention on ut_rnd_interval()Marko Mäkelä2019-12-102-10/+10
| * | | MDEV-21256: Replace the 64-bit LCG with a 32-bit Galois LFSRMarko Mäkelä2019-12-102-53/+4
| * | | MDEV-18460: Server crashed in strmake / tdc_create_key / THD::create_tmp_tabl...Oleksandr Byelkin2019-12-102-0/+38
| * | | MDEV-21189: Dropping partition with 'wsrep_OSU_method=RSU' and 'SESSION sql_l...Jan Lindström2019-12-094-0/+899
| * | | MDEV-18463 Don't allow multiple table CONSTRAINTs with the same name.Alexey Botchkov2019-12-092-0/+50
| * | | CONC-417 Windows clients using Schannel often encounter error SEC_E_INVALID_T...Vladislav Vaintroub2019-12-081-3/+0
| * | | CONC-447 ERROR 2026 (HY000): SSL connection error: Certificate signature chec...Vladislav Vaintroub2019-12-082-14/+13
| * | | List of unstable tests for 10.2.30 releasemariadb-10.2.30Elena Stepanova2019-12-051-356/+97