summaryrefslogtreecommitdiff
path: root/mysql-test/t
Commit message (Expand)AuthorAgeFilesLines
* MDEV-21472: ALTER TABLE ... ANALYZE PARTITION ... with EITS reads and locks a...Sergei Petrunia2020-07-291-2/+28
* MDEV-23010 UPDATE privilege at Database and Table level fail to update with S...Sergei Golubchik2020-07-291-0/+22
* Bug #25207522: INCORRECT ORDER-BY BEHAVIOR ON A PARTITIONED TABLE WITH A COMP...Sergei Golubchik2020-07-291-0/+28
* MDEV-23282 FLOAT(53,0) badly handles out-of-range valuesAlexander Barkov2020-07-271-0/+14
* Add testcases for MDEV-20557, MDEV-21649Sergei Petrunia2020-07-251-0/+64
* MDEV-23221: A subquery causes crashSergei Petrunia2020-07-241-0/+48
* MDEV-19232: Floating point precision / value comparison problemVarun Gupta2020-07-221-0/+26
* Making the stat_tables_innodb test deterministicVarun Gupta2020-07-181-8/+7
* MDEV-22851: Engine independent index statistics are incorrect for large table...Varun Gupta2020-07-151-0/+21
* MDEV-22654: Assertion `!is_set() || (m_status == DA_OK_BULK && is_bulk_op())'Rucha Deodhar2020-07-061-0/+24
* MDEV-22390: Assertion `m_next_rec_ptr >= m_rawmem' failed in Filesort_buffer:...Varun Gupta2020-07-061-0/+22
* MDEV-17606: Query returns wrong results (while using CHARACTER SET utf8)Varun Gupta2020-06-271-0/+13
* MDEV-22706: Assertion `!current' failed in PROFILING::start_new_querySujatha2020-06-251-0/+42
* MDEV-22941 Assertion `idx < array.elements' failed in Dynamic_array<st_mysql_...Alexander Barkov2020-06-191-0/+12
* MDEV-22755 CREATE USER leads to indirect SIGABRT in __stack_chk_fail () from ...Alexander Barkov2020-06-111-0/+13
* MDEV-5924: MariaDB could crash after changing the query_cache sizeOleksandr Byelkin2020-06-101-0/+17
* Revert "MDEV-22830: SQL_CALC_FOUND_ROWS not working properly for single SELEC...Oleksandr Byelkin2020-06-101-7/+0
* MDEV-22830: SQL_CALC_FOUND_ROWS not working properly for single SELECT for DUALrucha1742020-06-091-0/+7
* MDEV-22728: SIGFPE in Unique::get_cost_calc_buff_size from prepare_search_bes...Varun Gupta2020-06-071-0/+27
* MDEV-22715: SIGSEGV in radixsort_for_str_ptr and in native_compare/my_qsort2 ...Varun Gupta2020-06-056-5/+22
* Merge 5.5 into 10.1Marko Mäkelä2020-05-261-0/+3
|\
| * MDEV-22513 main.processlist_notembedded Timeout in wait_until_count_sessionsMarko Mäkelä2020-05-261-0/+3
* | MDEV-21495: Conditional jump or move depends on uninitialised value in sel_ar...Varun Gupta2020-05-261-0/+12
* | MDEV-22111 ERROR 1064 & 1033 and SIGSEGV on CREATE TABLE w/ various charsets ...Alexander Barkov2020-05-221-0/+60
* | MDEV-21976: mtr main.udf - broaden localhost (#1543)Daniel Black2020-05-181-1/+1
* | MDEV-22498: SIGSEGV in Bitmap<64u>::merge on SELECTVarun Gupta2020-05-141-0/+24
* | MDEV-22502 MDB crashes in CREATE TABLE AS SELECT when the precision of return...Alexander Barkov2020-05-141-0/+12
* | MDEV-22503 MDB limits DECIMAL column precision to 16 doing CTAS with floor/ce...Alexander Barkov2020-05-141-0/+47
* | Merge branch '10.1-release' into 10.1Oleksandr Byelkin2020-05-111-2/+7
|\ \
| * \ Merge branch '5.5' into 10.1Sergei Golubchik2020-05-061-2/+7
| |\ \ | | |/
| | * 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-061-2/+7
* | | MDEV-22344: Fix typos in commentsAnel Husakovic2020-05-061-1/+1
|/ /
* | Merge 5.5 into 10.1Marko Mäkelä2020-04-141-0/+16
|\ \ | |/
| * MDEV-22191: Range access is not picked when index_merge_sort_union is turned offbb-5.5-varunVarun Gupta2020-04-081-0/+14
* | Merge 5.5 into 10.1bb-10.1-mergeMarko Mäkelä2020-04-012-0/+79
|\ \ | |/
| * MDEV-10466 Server crashed in SEL_ARG::store_min() with extended_keys=onIgor Babaev2020-03-141-0/+25
| * MDEV-21932 A fast plan with ROR index-merge is ignored whenIgor Babaev2020-03-131-0/+48
* | MDEV-22037: Add ability to skip content of some tables (work around for MDEV-...Oleksandr Byelkin2020-03-251-0/+36
* | MDEV-21977 main.func_math fails due to undefined behaviourbb-10.1-vicentiu-pristeneAlexander Barkov2020-03-201-0/+29
* | Remove unneded extra context line from test file to make it version independentVicențiu Ciorbaru2020-02-281-2/+2
* | MDEV-21374: When "--help --verbose" prints out configuration file paths, the ...Anel Husakovic2020-02-221-0/+16
* | Merge branch '5.5' into 10.1Oleksandr Byelkin2020-01-194-26/+70
|\ \ | |/
| * Bug#29630767 - USE OF UNINITIALIZED VALUE IN LIBMYSQL (CLIENT.CC FUNCTION RUN...mariadb-5.5.67Sergei Golubchik2020-01-181-0/+15
| * Bug#30194841 INSERT ON DUPLICATE KEY UPDATE UPDATES THE WRONG ROWMaheedhar PV2020-01-182-0/+55
| * MDEV-21210: main.uniques_crash-7912 tries to allocate 1TB of memoryVicențiu Ciorbaru2020-01-161-26/+0
* | Making group_by test stableVarun Gupta2020-01-031-1/+1
* | Merge branch '5.5' into 10.1Oleksandr Byelkin2020-01-031-2/+2
|\ \ | |/
| * MDEV-21416: main.events_bugs fails due to 2020-01-01 dateOleksandr Byelkin2020-01-031-2/+2
* | MDEV-20922: Adding an order by changes the query resultsVarun Gupta2020-01-021-0/+14