summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| | | | * MDEV-27065 fixup: disable tests under valgrindNayuta Yanagisawa2022-04-242-1/+2
| | | | * MDEV-28263 mariadb-tzinfo-to-sql binlog fixesDaniel Black2022-04-2313-320/+357
| | | | * MDEV-27758: Errors when building Connect engine on os x 11.6.2Dmitry Shulga2022-04-223-1/+23
| | | | * MDEV-25994: Crash with union of my_decimal type in ORDER BY clauseSergei Petrunia2022-04-229-10/+62
| | | | * MDEV-25243 ASAN heap-use-after-free in Item_func_sp::execute_impl upon concur...Alexander Barkov2022-04-218-11/+358
| | | * | MDEV-20077 compilation fixAleksey Midenkov2022-04-291-0/+2
| | | * | MDEV-20077 Warning on full history partition is delayed until next DML statementAleksey Midenkov2022-04-299-49/+530
| | | * | MDEV-28271 Assertion on TRUNCATE PARTITION for PARTITION BY SYSTEM_TIMEAleksey Midenkov2022-04-293-0/+133
| | | * | MDEV-28429 audit plugin report OOOOO.Alexey Botchkov2022-04-281-1/+23
| | | * | MDEV-28422 Page split breaks a gap lockMarko Mäkelä2022-04-275-7/+118
| | | * | MDEV-11415 merge fixup: Remove a redundant callMarko Mäkelä2022-04-251-4/+1
| | | * | MDEV-28254 Wrong position for row_start, row_end after adding column to impli...Aleksey Midenkov2022-04-224-1/+107
| | | * | MDEV-25546 LIMIT partitioning does not respect ROLLBACKAleksey Midenkov2022-04-223-5/+86
| | | * | .gitignoreSergei Golubchik2022-04-211-0/+1
| | | * | Merge branch '10.2' into 10.3Sergei Golubchik2022-04-2127-54/+438
| | | |\ \ | | | | |/
| | | | * MDEV-21028 Server crashes in Query_arena::set_query_arena upon SELECT from viewSergei Golubchik2022-04-203-1/+71
| | | | * vcols: cannot use CONTEXT_ANALYSIS_ONLY_VCOL_EXPR on fix_fieldsSergei Golubchik2022-04-195-2/+45
| | | | * MDEV-28092 MariaDB SEGV issueSergei Golubchik2022-04-192-0/+19
| | | | * MDEV-28317 Assertion failures in row_undo_mod on recoveryMarko Mäkelä2022-04-193-2/+63
| | | | * MDEV-26423 MariaDB server crash in Create_tmp_table::finalizeOleksandr Byelkin2022-04-155-1/+58
| | | | * MDEV-25638 Assertion `!result' failed in convert_const_to_intSergei Golubchik2022-04-153-0/+51
| | | | * MDEV-26281 ASAN use-after-poison when complex conversion is involved in blobSergei Golubchik2022-04-145-28/+43
| | | | * cleanup: remove Item_default_value::cached_fieldSergei Golubchik2022-04-142-10/+6
| | | | * MDEV-26061 MariaDB server crash at Field::set_defaultSergei Golubchik2022-04-144-0/+39
| | | | * MDEV-26323 use-after-poison issue of MariaDB serverAlexander Barkov2022-04-143-1/+28
| | | | * mtr: extend gdb backtace infoDaniel Black2022-04-141-1/+4
| | * | | Update wsrep-libJan Lindström2022-05-031-0/+0
| | * | | Enable fixed test casesJan Lindström2022-05-031-1/+0
| | * | | MDEV-21557 : galera_bf_abort_at_after_statement MTR failed: query 'reap' succ...Jan Lindström2022-05-032-0/+13
| | * | | MDEV-22666 : galera.MW-328A MTR failed: "Semaphore wait has lasted > 600 seco...Jan Lindström2022-05-0315-390/+0
| | * | | MDEV-24688 : galera.galera_ist_progress MTR failed: assert_grep.inc failedJan Lindström2022-05-033-24/+13
| | * | | MDEV-28448 Assertion failure for SELECT with subquery using ON expressionIgor Babaev2022-04-303-1/+10
| | * | | MDEV-28080 Crash when using HAVING with NOT EXIST predicate in an equalityIgor Babaev2022-04-292-0/+64
| | * | | MDEV-28097 use-after-free when WHERE has subquery with an outer reference in ...Sergei Golubchik2022-04-295-6/+26
| | * | | MDEV-28094 Window function in expression in ORDER BYSergei Golubchik2022-04-293-2/+27
| | * | | cleanup: (*order->item) -> itemSergei Golubchik2022-04-297-42/+44
| | * | | MDEV-28431 auth_pam tool left zombie processes.Alexey Botchkov2022-04-281-1/+1
| | * | | MDEV-28098 incorrect key in "dup value" error after long uniqueSergei Golubchik2022-04-283-2/+30
| | * | | 10.4 specific changes for "MDEV-27494 Rename .ic files to .inl"Alexander Barkov2022-04-282-8/+8
| | * | | MDEV-26412 Server crash in Item_field::fix_outer_field for INSERT SELECTIgor Babaev2022-04-276-3/+59
| | * | | MDEV-28377: galera_as_slave_nonprim bind: Address already in useJulius Goryavsky2022-04-2615-457/+642
| | * | | MDEV-26212 PAM authentication fails with ENOMEMSergei Golubchik2022-04-261-45/+32
| | * | | MDEV-26695: Number of an invalid row is not calculated for table valueRucha Deodhar2022-04-263-0/+21
| | * | | MDEV-28227 Chinese translation postfixDaniel Black2022-04-263-15/+19
| | * | | MDEV-26473: mysqld got exception 0xc0000005 (rpl_slave_state/rpl_load_gtid_sl...Brandon Nesterenko2022-04-255-1/+97
| | * | | MDEV-11853: semisync thread can be killed after sync binlog but before ACK in...Brandon Nesterenko2022-04-2213-22/+1091
| | * | | MDEV-26402: A SEGV in Item_field::used_tables/update_depend_map_for_order...Sergei Petrunia2022-04-224-1/+42
| | * | | MDEV-28227 Error message Chinese translation (typos)Daniel Black2022-04-221-3/+3
| | * | | MDEV-26224 InnoDB fails to remove AUTO_INCREMENT attributeVlad Lesin2022-04-214-2/+153
| * | | | Merge branch 'merge-perfschema-5.7' into 10.5Oleksandr Byelkin2022-05-081-1/+2
| |\ \ \ \