summaryrefslogtreecommitdiff
path: root/sql
Commit message (Expand)AuthorAgeFilesLines
* Merge branch '10.2' into 10.3Sergei Golubchik2021-02-0136-345/+350
|\
| * ASAN heap-use-after-free in Item_exists_subselect::is_top_level_itemOleksandr Byelkin2021-01-291-1/+3
| * MDEV-22251: get_key_scans_params: Conditional jump or move depends on uniniti...Sergei Petrunia2021-01-281-0/+1
| * MDEV-20717 : Plugin system variables and activation options can break "mysqld...Jan Lindström2021-01-281-4/+15
| * MDEV-24509 : Warning: Memory not freed: 56 on SET @@global.wsrep_sst_authJan Lindström2021-01-262-0/+10
| * MDEV-23328 Server hang due to Galera lock conflict resolutionSergei Golubchik2021-01-241-2/+0
| * cleanup: void hton::abort_transaction()Sergei Golubchik2021-01-241-1/+1
| * cleanup: remove slave background thread, use handle_manager thread insteadSergei Golubchik2021-01-243-156/+35
| * cleanup: fix and generalize handle_manager threadSergei Golubchik2021-01-242-48/+41
| * don't allow `KILL QUERY ID USER xxx`Sergei Golubchik2021-01-241-7/+11
| * MDEV-10272: add master host/port info to slave thread exit messagesDaniel Black2021-01-221-0/+5
| * MDEV-8134: The relay-log is not flushed after the slave-relay-log.999999 showedSujatha2021-01-214-4/+23
| * MDEV-16940 Server crashes in unsafe_key_update upon attempt to update viewIgor Babaev2021-01-192-0/+6
| * MDEV-19723 Assertion `je->state == JST_KEY' failed while SELECT ST_GEOMFROMGE...Alexey Botchkov2021-01-191-0/+1
| * MDEV-24179: Assertion `m_status == DA_ERROR || m_status == DA_OK ||Rucha Deodhar2021-01-191-0/+6
| * MDEV-23851 BF-BF Conflict issue because of UK GAP lockssjaakola2021-01-183-5/+29
| * MDEV-24208 SHOW RELAYLOG EVENTS command is not supported in the prepared sta...Dmitry Shulga2021-01-131-0/+11
| * MDEV-23826: ORDER BY in view definition leads to wrong result with GROUP BY o...Varun Gupta2021-01-122-1/+34
| * MDEV-23753: SIGSEGV in Column_stat::store_stat_fieldsVarun Gupta2021-01-121-0/+4
| * MDEV-14884 Failed to enable encryption of temporary files in mariadb 10.3.3Sergei Golubchik2021-01-111-3/+3
| * MDEV-18428 Memory: If transactional=0 is specified in CREATE TABLE, it is not...Sergei Golubchik2021-01-113-3/+9
| * cleanup: copy RAII helpers from 10.5, cleanup testSergei Golubchik2021-01-112-3/+33
| * don't do a warning for bad table options in replication slave threadSergei Golubchik2021-01-111-3/+2
| * MDEV-18428 Memory: If transactional=0 is specified in CREATE TABLE, it is not...Sergei Golubchik2021-01-111-1/+2
| * MDEV-17852 Altered connection limits for user have no effectSergei Golubchik2021-01-111-1/+1
| * MDEV-22966 Server crashes or hangs with SET ROLE when started with skip-grant...Sergei Golubchik2021-01-111-0/+6
| * MDEV-17251 SHOW STATUS unnecessary calls calc_sum_of_all_statusSergei Golubchik2021-01-114-11/+16
| * MDEV-12161 Can't specify collation for virtual columnsSergei Golubchik2021-01-112-21/+28
| * MDEV-23536 Race condition between KILL and transaction commitSergei Golubchik2021-01-112-0/+4
| * Revert "MDEV-23536 : Race condition between KILL and transaction commit"Sergei Golubchik2021-01-112-32/+8
* | MDEV-24675 Server crash when table value constructor uses a subselectIgor Babaev2021-01-261-2/+2
* | MDEV-17556 Assertion `bitmap_is_set_all(&table->s->all_set)' failedNikita Malyavin2021-01-2716-109/+101
* | MDEV-24593 Signal 11 when group by primary key of table joined to information...Sergei Golubchik2021-01-223-47/+58
* | MDEV-21153 Replica nodes crash due to indexed virtual columns and FK cascadin...bb-10.3-MDEV-21153sjaakola2021-01-191-1/+1
* | MDEV-23666: Assertion `m_cpp_buf <= ptr && ptr <= m_cpp_buf + m_buf_length' f...Dmitry Shulga2021-01-141-0/+2
* | MDEV-24387: Wrong number of decimal digits in certain UNION/SubqeryRucha Deodhar2021-01-131-1/+1
* | MDEV-23446 Missed error code fixAleksey Midenkov2021-01-121-1/+1
* | MDEV-17227 Server crash in TABLE_SHARE::init_from_sql_statement_string upon t...Sergei Golubchik2021-01-121-3/+2
* | MDEV-20763 Table corruption or Assertion `btr_validate_index(index, 0, false)...Sergei Golubchik2021-01-121-1/+1
* | failing to parse an SP should not abort information_schema.routinesSergei Golubchik2021-01-121-1/+2
* | MDEV-24524 Assertion `ls->length < 0xFFFFFFFFL && ((ls->length == 0 && !ls->s...Sergei Golubchik2021-01-121-1/+1
* | Merge 10.2 into 10.3 (except MDEV-17556)Marko Mäkelä2021-01-116-83/+144
|\ \ | |/
| * MDEV-23536 : Race condition between KILL and transaction commitJan Lindström2021-01-082-8/+32
| * MDEV-19838 fixup: clang -Wunused-const-variableMarko Mäkelä2021-01-081-4/+3
| * MDEV-17556 Assertion `bitmap_is_set_all(&table->s->all_set)' failedNikita Malyavin2021-01-0814-76/+71
| * MDEV-23033: All slaves crash once in ~24 hours and loop restart with signal 11Sujatha2021-01-043-65/+101
| * MDEV-23875 is failing to build on windows.Rucha Deodhar2021-01-041-1/+1
| * MDEV-23875: select into outfile not respect UMASK and UMASK_DIRRucha Deodhar2020-12-311-3/+3
* | Urgent fix of MDEV-23446 fix:Oleksandr Byelkin2021-01-071-2/+1
* | MDEV-17891 Assertion failure upon attempt to replace into a full tableNikita Malyavin2021-01-071-0/+2