summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* MDEV-26830: Wrong ROW_NUMBER in diagnostics upon INSERT IGNORE withbb-10.7-row_number-MDEV-26830Rucha Deodhar2021-10-203-2/+34
* MDEV-26654 ROW_NUMBER is wrong upon INSERT into Federated tableSergei Golubchik2021-10-172-0/+44
* MDEV-26693 ROW_NUMBER is wrong upon INSERT or UPDATE on Spider tableSergei Golubchik2021-10-173-2/+89
* fix RESIGNAL to save and pass the m_row_count tooSergei Golubchik2021-10-172-3/+6
* refactor THD::raise_condition() familySergei Golubchik2021-10-1710-120/+79
* MDEV-26635 ROW_NUMBER is not 0 for errors not caused because of rowsSergei Golubchik2021-10-1762-371/+381
* the error should be on the second row, not the firstSergei Golubchik2021-10-174-55/+62
* MDEV-26832: ROW_NUMBER in SIGNAL/RESIGNAL causes a syntax errorbb-10.7-MDEV-26832Rucha Deodhar2021-10-156-1/+118
* MDEV-26806 Server crash in Charset::charset / Item_func_natural_sort_key::val...Vladislav Vaintroub2021-10-143-2/+13
* MDEV-26796 Natural sort does not work for utf32/utf16/ucs2Vladislav Vaintroub2021-10-143-1/+6
* MDEV-26786 Inserting NULL into base column breaks NATURAL_SORT_KEY columnVladislav Vaintroub2021-10-143-1/+21
* MDEV-4742 - remove leading zero handling, and cleanups.Vladislav Vaintroub2021-10-144-123/+227
* MDEV-4742 additionsVladislav Vaintroub2021-10-143-28/+59
* MDEV-4742 - address review comments.Vladislav Vaintroub2021-10-145-324/+255
* MDEV-4742 - provide function to sort string in "natural" orderVladislav Vaintroub2021-10-145-0/+525
* Merge 10.6 into 10.7Marko Mäkelä2021-10-1385-388/+1235
|\
| * Merge 10.5 into 10.6Marko Mäkelä2021-10-137-9/+50
| |\
| | * MDEV-26819 SET GLOBAL innodb_max_dirty_pages_pct=0 occasionally fails to trig...Marko Mäkelä2021-10-133-4/+14
| | * MDEV-26707: SR transaction rolls back locally, but not in clusterJan Lindström2021-10-132-3/+28
| | * MDEV-24062: : Galera test failure on galera_var_replicate_myisam_onbb-10.5-MDEV-24062-galeraJan Lindström2021-10-132-2/+8
| * | Merge 10.5 into 10.6Marko Mäkelä2021-10-1376-364/+1135
| |\ \ | | |/
| | * MDEV-24062: Re-disable the test after mergeMarko Mäkelä2021-10-131-0/+1
| | * Merge 10.4 into 10.5Marko Mäkelä2021-10-1370-327/+1083
| | |\
| | | * Merge 10.3 into 10.4Marko Mäkelä2021-10-1354-121/+754
| | | |\
| | | | * 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
| | | | * | MDEV-22660 SIGSEGV on adding system versioning and modifying system columnAleksey Midenkov2021-10-113-0/+47
| | | | * | MDEV-22660 System versioning cleanupsAleksey Midenkov2021-10-119-67/+64
| | | | * | Merge branch '10.2' into 10.3bb-10.3-25444-10.2-nullmergeBrandon Nesterenko2021-10-060-0/+0
| | | | |\ \ | | | | | |/
| | | | | * MDEV-25444: mysql --binary-mode is not able to replay some mysqlbinlog outputsbb-10.2-MDEV-25444Brandon Nesterenko2021-10-063-1/+232
| | | | * | MDEV-25444: mysql --binary-mode is not able to replay some mysqlbinlog outputsbb-10.3-25444Brandon Nesterenko2021-10-056-26/+232
| | | | * | MDEV-25444 mysql --binary-mode is not able to replay some mysqlbinlog outputsSachin Kumar2021-10-054-2/+27
| | | * | | MDEV-26707 SR transaction rolls back locally, but not in clusterbb-10.4-MDEV-26707-galeraDaniele Sciascia2021-10-124-0/+249
| | | * | | Make test galera_sr_kill_slave_before_apply deterministicDaniele Sciascia2021-10-113-16/+38
| | | * | | MDEV-21518 : galera.galera_toi_ddl_nonconflicting MTR failed: 1213: Deadlock ...Jan Lindström2021-10-081-0/+2
| | | * | | Update galera disabled.defJan Lindström2021-10-075-194/+1
| | | * | | MDEV-22996 : Hang on galera_toi_truncate test caseJan Lindström2021-10-072-17/+46
| | | * | | MDEV-24062 : Galera test failure on galera_var_replicate_myisam_onJan Lindström2021-10-073-7/+33