summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* MDEV-21153 Replica nodes crash due to indexed virtual columns and FK cascadin...bb-10.3-MDEV-21153sjaakola2021-01-193-1/+60
* Merge 10.2 into 10.3Marko Mäkelä2021-01-193-0/+92
|\
| * MDEV-21478 Inplace ALTER fails to report error when FTS_DOC_IDThirunarayanan Balathandayuthapani2021-01-113-0/+90
* | MDEV-23666: Assertion `m_cpp_buf <= ptr && ptr <= m_cpp_buf + m_buf_length' f...Dmitry Shulga2021-01-143-0/+26
* | MDEV-24387: Wrong number of decimal digits in certain UNION/SubqeryRucha Deodhar2021-01-133-1/+53
* | 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-123-16/+25
* | MDEV-16735 mysql_upgrade failedSergei Golubchik2021-01-121-0/+1
* | MDEV-20763 Table corruption or Assertion `btr_validate_index(index, 0, false)...Sergei Golubchik2021-01-123-1/+49
* | fix sporadic failures of main.processlist_notembeddedSergei Golubchik2021-01-122-16/+20
* | failing to parse an SP should not abort information_schema.routinesSergei Golubchik2021-01-123-5/+8
* | MDEV-24524 Assertion `ls->length < 0xFFFFFFFFL && ((ls->length == 0 && !ls->s...Sergei Golubchik2021-01-123-5/+19
* | MDEV-20502 Queries against spider tables return wrong values for columns foll...Kentoku SHIBA2021-01-122-0/+31
* | MDEV-20502 Queries against spider tables return wrong values for columns foll...Kentoku SHIBA2021-01-1210-4/+216
* | Added the test case for MDEV-23804Varun Gupta2021-01-122-0/+83
* | Merge 10.2 into 10.3 (except MDEV-17556)Marko Mäkelä2021-01-1122-118/+996
|\ \ | |/
| * MDEV-24554 Do not use verisign server for authenticode timestampingVladislav Vaintroub2021-01-091-1/+1
| * MDEV-23536 : Race condition between KILL and transaction commitJan Lindström2021-01-085-39/+41
| * Cleanup: Remove unused symbol QUE_THR_PROCEDURE_WAITMarko Mäkelä2021-01-082-4/+2
| * fixup MDEV-17556: fix mroongaNikita Malyavin2021-01-083-19/+19
| * 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-0835-224/+206
| * MDEV-19442 add-onAndrei Elkin2021-01-071-1/+1
| * MDEV-24482: Added wait condition to make sure table t1 is replicated to node_2.Stepan Patryshev2021-01-041-0/+3
| * MDEV-24465: Added wait condition to make sure table t1 is replicated to node_2.Stepan Patryshev2021-01-041-0/+3
| * MDEV-24464: Added wait condition to make sure table t1 is replicated to node_2.Stepan Patryshev2021-01-041-0/+3
| * MDEV-24447: Added wait condition to make sure table t1 is replicated to node_2.Stepan Patryshev2021-01-041-0/+3
| * MDEV-24462: Added wait condition to make sure table t1 is replicated to node_2.Stepan Patryshev2021-01-041-0/+3
| * MDEV-23033: All slaves crash once in ~24 hours and loop restart with signal 11Sujatha2021-01-045-65/+906
| * 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
| * MDEV-19442 server_audit plugin doesn't consider proxy users in server_audit_e...Alexey Botchkov2020-12-283-8/+20
* | MDEV-16272 rpl.rpl_semisync_ali_issues failed in buildbot, SHOW variable was ...Alice Sherepa2021-01-071-0/+15
* | 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-075-0/+114
* | MDEV-23632 ALTER TABLE...ADD KEY creates corrupted index on virtual columnNikita Malyavin2021-01-053-1/+49
* | ut_ad(err != DB_DUPLICATE_KEY) in row_rename_table_for_mysqlNikita Malyavin2021-01-051-0/+2
* | handler0alter.cc: extract cache eviction and stats drop to functionsNikita Malyavin2021-01-051-42/+44
* | Correction of the merge 10.2 into 10.3 for MDEV-23619Igor Babaev2020-12-282-9/+9
* | Merge 10.2 into 10.3Marko Mäkelä2020-12-283-7/+31
|\ \ | |/
| * MDEV-24449 Corruption of system tablespace or last recovered pageMarko Mäkelä2020-12-281-1/+1
| * MDEV-23851 MDEV-24229 BF-BF conflict issuessjaakola2020-12-282-6/+30
* | Merge branch '10.2' into 10.3Oleksandr Byelkin2020-12-241-1/+1
|\ \ | |/
| * Fix MDEV-21958 code to be working with not 64 MAX_INDEXESOleksandr Byelkin2020-12-241-1/+1
* | MDEV-24476 Overloaded functions dbug_print_rec break compilation in 10.3Aleksey Midenkov2020-12-241-0/+48
* | Bring changes to oracle parserOleksandr Byelkin2020-12-241-9/+5
* | Merge branch '10.2' into 10.3Oleksandr Byelkin2020-12-23115-1234/+1936
|\ \ | |/
| * Forgot to add this change to previous csetSergei Petrunia2020-12-221-0/+10
| * MDEV-24444: ASAN use-after-poison in Item_func_in::get_func_mm_tree with NOT INSergei Petrunia2020-12-223-1/+24
| * MDEV-22630 mysql_upgrade (MariaDB 5.2.X --> MariaDB 10.3.X) does not fix auth...Sergei Golubchik2020-12-191-0/+1