summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* MDEV-23328 Server hang due to Galera lock conflict resolutionbb-10.3-KILL-as-TOI-galerasjaakola2021-10-2715-207/+427
* MDEV-25114: Crash: WSREP: invalid state ROLLED_BACK (FATAL)Jan Lindström2021-10-273-111/+74
* MDEV-22380: Assertion `name.length == strlen(name.str)' failed ...bb-10.3-bar-MDEV-22380Alexander Barkov2021-10-2715-56/+346
* Merge 10.2 into 10.3Marko Mäkelä2021-10-219-47/+48
|\
| * MDEV-19129: Xcode compatibility update: mysql-test-run.pl: rename $opt_vs_con...Sergei Krivonos2021-10-218-45/+46
| * MDEV-19522 fixup: Use correct printf formatMarko Mäkelä2021-10-211-2/+2
* | Merge 10.2 into 10.3Marko Mäkelä2021-10-211-2/+2
|\ \ | |/
| * MDEV-19522 fixup: Integer type mismatch in unit testMarko Mäkelä2021-10-211-2/+2
* | Merge 10.2 into 10.3Marko Mäkelä2021-10-2170-524/+1944
|\ \ | |/
| * MDEV-26865: Add test case and instrumentationMarko Mäkelä2021-10-213-0/+298
| * MDEV-26865 fts_optimize_thread cannot keep up with workloadMarko Mäkelä2021-10-215-43/+24
| * MDEV-26864 Race condition between transaction commit and undo log truncationMarko Mäkelä2021-10-211-6/+10
| * MDEV-19522 InnoDB commit fails when FTS_DOC_ID value is greater than 4294967295Thirunarayanan Balathandayuthapani2021-10-2118-235/+286
| * MDEV-22627 fixup: Add a type cast for 32-bit platformsMarko Mäkelä2021-10-211-1/+1
| * MDEV-26262 fixup: Remove a bogus assertionMarko Mäkelä2021-10-211-3/+0
| * MDEV-19129: Xcode compatibility update: mysql-test-run.plSergei Krivonos2021-10-211-0/+2
| * MDEV-22627 fixup: Cover also ALTER TABLE...ALGORITHM=INPLACEMarko Mäkelä2021-10-203-0/+19
| * Update libmariadbMarko Mäkelä2021-10-201-0/+0
| * MDEV-22627 Failing assertion: dict_tf2_is_valid(flags, flags2)Marko Mäkelä2021-10-204-9/+55
| * MDEV-22445 Crash on HANDLER READ NEXT after XA PREPARENikita Malyavin2021-10-203-0/+35
| * MDEV-26262 frm is corrupted after ER_EXPRESSION_REFERS_TO_UNINIT_FIELDNikita Malyavin2021-10-204-0/+26
| * restore default.test, default.result after MDEV-23597 c47e4aab62c65 commitNikita Malyavin2021-10-202-3/+3
| * MDEV-24585 Assertion `je->s.cs == nice_js->charset()' failed in json_nice.bb-10.2-mdev-24585-hfAlexey Botchkov2021-10-193-0/+13
| * MDEV-14804 innodb.update_time failed in buildbot with wrong resultMarko Mäkelä2021-10-193-15/+4
| * MDEV-26299: Some views force server (and mysqldump) to generate invalid SQL f...Oleksandr Byelkin2021-10-183-2/+51
| * MDEV-25284: Assertion `info->type == READ_CACHE || info->type == WRITE_CACHE'...bb-10.2-MDEV-25284Brandon Nesterenko2021-10-189-0/+347
| * A clean-up patch for MDEV-23408: fixing test failure on Windowsbb-10.2-bar-MDEV-23408Alexander Barkov2021-10-152-8/+8
| * MDEV-17964: Assertion `status == 0' failed in add_role_user_mapping_actionVicențiu Ciorbaru2021-10-153-189/+479
| * MDEV-23408 Wrong result upon query from I_S and further Assertion `!alias_arg...Alexander Barkov2021-10-1411-3/+257
| * MDEV-26712 row events never reset thd->mem_rootAndrei Elkin2021-10-131-6/+11
| * MDEV-26815 : galera.galera_ftwrl_drain fails with wrong errno 1146bb-10.2-MDEV-26815-galeraJan Lindström2021-10-132-12/+15
* | Fix Groonga crash on MIPS: Correctly link to libatomicVicențiu Ciorbaru2021-10-191-0/+5
* | Fix MIPS build failure: Handle unaligned buffers in connect's TYPBLK classVicențiu Ciorbaru2021-10-192-40/+51
* | Link with libatomic to enable C11 atomics supportVicențiu Ciorbaru2021-10-193-2/+23
* | MDEV-19866 follow-upbb-10.3-mdev-26333Nayuta Yanagisawa2021-10-181-4/+4
* | MDEV-19866 With a Spider table, a SELECT with WHERE involving primary key bre...Kentoku SHIBA2021-10-186-30/+310
* | Merge 10.2 into 10.3Marko Mäkelä2021-10-1336-51/+358
|\ \ | |/
| * MDEV-26811: Assertion "log_sys->n_pending_flushes == 1" failsMarko Mäkelä2021-10-131-8/+3
| * Xcode compatibility updateSergei Krivonos2021-10-127-16/+29
| * MDEV-25925 Warning: Memory not freed: 32 on INSERT DELAYEDbb-10.2-bar-MDEV-25925Alexander Barkov2021-10-114-0/+50
| * MDEV-23269 SIGSEGV in ft_boolean_check_syntax_string on setting ft_boolean_sy...bb-10.2-bar-MDEV-23269Alexander Barkov2021-10-119-6/+46
| * MDEV-24742 Server crashes in Charset::numchars / String::numcharsbb-10.2-bar-MDEV-24742Alexander Barkov2021-10-113-0/+30
| * Apple Silicon is a 64-bit platform (#1922)SergMariaDB2021-10-111-1/+1
| * MDEV-18278 Misleading error message in error log upon failed table creationAleksey Midenkov2021-10-113-0/+17
| * MDEV-14846 InnoDB: assertion on trx->state because of deadlock error ignoredAleksey Midenkov2021-10-114-17/+147
| * MDEV-24454 fixup: Fix plugins.feedback_plugin_sendMarko Mäkelä2021-10-112-3/+19
| * Make Explain_node::children protectedSergei Petrunia2021-10-081-0/+2
| * MDEV-25444: mysql --binary-mode is not able to replay some mysqlbinlog outputsbb-10.2-MDEV-25444-docsBrandon Nesterenko2021-10-072-6/+16
* | MDEV-22464 Server crash on UPDATE with nested subqueryAleksey Midenkov2021-10-113-1/+23
* | MDEV-25891 Computed default for INVISIBLE column is ignored in INSERTAleksey Midenkov2021-10-113-2/+33