summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * | | MDEV-20928 : Galera test failure on galera.galera_var_innodb_disallow_writes:...Jan Lindström2020-06-233-18/+25
| * | | MDEV-22976 CAST(JSON_EXTRACT() AS DECIMAL) does not handle boolean valuesAlexander Barkov2020-06-224-0/+62
| * | | MDEV-22179 rr support for mtr reviewAleksey Midenkov2020-06-221-15/+17
| * | | MDEV-22179 rr(record and replay) support for mtrSachin2020-06-221-2/+32
| * | | MDEV-22811 DDL fails to drop and re-create FTS indexThirunarayanan Balathandayuthapani2020-06-186-24/+51
| * | | MDEV-21695 Server crashes in TABLE::evaluate_update_default_function upon UPD...Alexander Barkov2020-06-173-0/+39
| * | | Add global ignore for Sending JOIN failed warning.Jan Lindström2020-06-161-1/+1
| * | | Add missing include as test requires galera debug libraryJan Lindström2020-06-151-0/+2
| * | | MDEV-22779: Crash: Prepared Statement ..., part #2.Sergei Petrunia2020-06-141-0/+3
| * | | MDEV-22779: Crash: Prepared Statement with a '?' parameter inside a re-used CTESergei Petrunia2020-06-143-0/+55
* | | | make rocksdb cmake checks less verbose on repeatSergei Golubchik2020-07-014-61/+42
* | | | Fix RocksDB detection of ZSTDOtto Kekäläinen2020-07-012-3/+3
* | | | MDEV-18993 The keep-alive connection (set spider_conn_recycle_mode = 1) in sp...Kentoku SHIBA2020-06-272-0/+4
* | | | MDEV-19298 Assertion `space->id != 0xFFFFFFFEU || space == fil_system.temp_sp...Eugene Kosov2020-06-272-6/+19
* | | | MDEV-20213 binlog_encryption.binlog_incident failed in buildbot, server crash...Eugene Kosov2020-06-271-1/+5
* | | | MDEV-20213 binlog_encryption.binlog_incident failed in buildbot, server crash...Eugene Kosov2020-06-271-1/+2
* | | | MDEV-22866: Crash in join optimizer with constant outer join nestSergei Petrunia2020-06-235-7/+114
* | | | Remove rpl_parallel2 from disabled.defSachin2020-06-231-1/+0
* | | | MDEV-22906 Disallow system_versioning_asof in DMLAleksey Midenkov2020-06-163-1/+57
* | | | MDEV-22901 Accessing btr_search_sys->hash_tables when buffer pool resize happensThirunarayanan Balathandayuthapani2020-06-161-2/+1
* | | | MDEV-22901 Accessing btr_search_sys->hash_tables when buffer pool resize happensThirunarayanan Balathandayuthapani2020-06-161-11/+9
* | | | Merge 10.2 into 10.3Marko Mäkelä2020-06-141-0/+1
|\ \ \ \ | |/ / /
| * | | MDEV-22889: Disable innodb.innodb_force_recovery_rollbackMarko Mäkelä2020-06-141-0/+1
* | | | Merge 10.2 into 10.3Marko Mäkelä2020-06-1334-135/+350
|\ \ \ \ | |/ / /
| * | | MDEV-21217 innodb_force_recovery=2 may wrongly abort rollbackMarko Mäkelä2020-06-133-1/+52
| * | | Fix wrong merge of commit d218d1aa49e848cef2bdbe83bbaf08e474d5209cVicențiu Ciorbaru2020-06-123-9/+4
| * | | Merge branch '10.1' into 10.2Vicențiu Ciorbaru2020-06-1119-61/+207
| |\ \ \ | | |/ /
| | * | MDEV-22755 CREATE USER leads to indirect SIGABRT in __stack_chk_fail () from ...Alexander Barkov2020-06-113-16/+58
| | * | MDEV-22834: Disks plugin - change datatype to bigintVicențiu Ciorbaru2020-06-102-9/+10
| | * | MDEV-5924: MariaDB could crash after changing the query_cache sizeOleksandr Byelkin2020-06-103-3/+42
| | * | Revert "MDEV-22830: SQL_CALC_FOUND_ROWS not working properly for single SELEC...Oleksandr Byelkin2020-06-103-13/+1
| | * | MDEV-22830: SQL_CALC_FOUND_ROWS not working properly for single SELECT for DUALrucha1742020-06-093-1/+13
| | * | MDEV-22717: Conditional jump or move depends on uninitialised value(s) in fin...Sujatha2020-06-081-2/+2
| | * | Client spelling mistakesIan Gilfillan2020-06-087-32/+32
| | * | MDEV-22728: SIGFPE in Unique::get_cost_calc_buff_size from prepare_search_bes...Varun Gupta2020-06-074-1/+70
| * | | MDEV-21619 Server crash or assertion failures in my_datetime_to_strAlexander Barkov2020-06-117-0/+85
| * | | Remove a stale testMarko Mäkelä2020-06-102-58/+0
| * | | MDEV-22849 Reuse skip_trailing_space() in my_hash_sort_utf8mbXAlexander Barkov2020-06-101-15/+11
| * | | innodb: dict_mem_table_add_col - compile warning fix argument 1 null where no...Daniel Black2020-06-091-2/+2
* | | | MDEV-22268 virtual longlong Item_func_div::int_op(): Assertion `0' failed in ...Alexander Barkov2020-06-134-7/+61
* | | | MDEV-11563: GROUP_CONCAT(DISTINCT ...) may produce a non-distinct listVarun Gupta2020-06-094-38/+65
* | | | Merge 10.2 into 10.3Marko Mäkelä2020-06-087-17/+252
|\ \ \ \ | |/ / /
| * | | MDEV-22827 InnoDB: Failing assertion: purge_sys->n_stop == 0Marko Mäkelä2020-06-082-3/+3
| * | | MDEV-22748 MariaDB crash on WITH RECURSIVE large queryIgor Babaev2020-06-065-13/+247
* | | | Don't allow ALTER TABLE ... ORDER BY on SEQUENCE objectsMonty2020-06-073-0/+23
* | | | Don't allow illegal create options for SEQUENCEMonty2020-06-075-1/+97
* | | | MDEV-22822 sql_mode="oracle" cannot declare without variable errorsAlexander Barkov2020-06-073-2/+83
* | | | Merge 10.2 into 10.3Marko Mäkelä2020-06-061-0/+2
|\ \ \ \ | |/ / /
| * | | MDEV-22817: Skip the test in --embeddedMarko Mäkelä2020-06-061-0/+2
* | | | Merge 10.2 into 10.3Marko Mäkelä2020-06-0641-65/+1471
|\ \ \ \ | |/ / /