summaryrefslogtreecommitdiff
path: root/mysql-test
Commit message (Expand)AuthorAgeFilesLines
* MDEV-26806 Server crash in Charset::charset / Item_func_natural_sort_key::val...Vladislav Vaintroub2021-10-142-0/+11
* MDEV-26796 Natural sort does not work for utf32/utf16/ucs2Vladislav Vaintroub2021-10-142-0/+5
* MDEV-26786 Inserting NULL into base column breaks NATURAL_SORT_KEY columnVladislav Vaintroub2021-10-142-0/+20
* MDEV-4742 - remove leading zero handling, and cleanups.Vladislav Vaintroub2021-10-142-77/+184
* MDEV-4742 additionsVladislav Vaintroub2021-10-142-0/+26
* MDEV-4742 - address review comments.Vladislav Vaintroub2021-10-142-125/+39
* MDEV-4742 - provide function to sort string in "natural" orderVladislav Vaintroub2021-10-142-0/+233
* Merge 10.6 into 10.7Marko Mäkelä2021-10-1340-243/+938
|\
| * Merge 10.5 into 10.6Marko Mäkelä2021-10-133-4/+28
| |\
| | * 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-131-1/+0
| * | Merge 10.5 into 10.6Marko Mäkelä2021-10-1340-242/+913
| |\ \ | | |/
| | * 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-1342-250/+936
| | |\
| | | * Merge 10.3 into 10.4Marko Mäkelä2021-10-1325-4/+570
| | | |\
| | | | * Merge 10.2 into 10.3Marko Mäkelä2021-10-1317-3/+255
| | | | |\
| | | | | * MDEV-25925 Warning: Memory not freed: 32 on INSERT DELAYEDbb-10.2-bar-MDEV-25925Alexander Barkov2021-10-113-0/+39
| | | | | * MDEV-23269 SIGSEGV in ft_boolean_check_syntax_string on setting ft_boolean_sy...bb-10.2-bar-MDEV-23269Alexander Barkov2021-10-115-0/+28
| | | | | * MDEV-24742 Server crashes in Charset::numchars / String::numcharsbb-10.2-bar-MDEV-24742Alexander Barkov2021-10-112-0/+28
| | | | | * MDEV-18278 Misleading error message in error log upon failed table creationAleksey Midenkov2021-10-112-0/+14
| | | | | * MDEV-14846 InnoDB: assertion on trx->state because of deadlock error ignoredAleksey Midenkov2021-10-113-0/+123
| | | | | * MDEV-24454 fixup: Fix plugins.feedback_plugin_sendMarko Mäkelä2021-10-112-3/+19
| | | | | * MDEV-25444: mysql --binary-mode is not able to replay some mysqlbinlog outputsbb-10.2-MDEV-25444Brandon Nesterenko2021-10-062-0/+224
| | | | * | MDEV-22464 Server crash on UPDATE with nested subqueryAleksey Midenkov2021-10-112-0/+21
| | | | * | MDEV-25891 Computed default for INVISIBLE column is ignored in INSERTAleksey Midenkov2021-10-112-1/+29
| | | | * | MDEV-22660 SIGSEGV on adding system versioning and modifying system columnAleksey Midenkov2021-10-112-0/+41
| | | | * | MDEV-25444: mysql --binary-mode is not able to replay some mysqlbinlog outputsbb-10.3-25444Brandon Nesterenko2021-10-055-21/+224
| | | | * | MDEV-25444 mysql --binary-mode is not able to replay some mysqlbinlog outputsSachin Kumar2021-10-053-0/+21
| | | * | | MDEV-26707 SR transaction rolls back locally, but not in clusterbb-10.4-MDEV-26707-galeraDaniele Sciascia2021-10-123-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-072-6/+25
| | | * | | Fix galera_var_reject_queries test caseJan Lindström2021-10-072-12/+5
* | | | | | MDEV-26646 SFORMAT Does not allow @variable useSergei Golubchik2021-10-122-1/+27
* | | | | | MDEV-26691 SFORMAT: Pass down FLOAT as FLOAT, without upcast to DOUBLESergei Golubchik2021-10-122-0/+12
* | | | | | remove auto-switch between char and string based on the string lengthSergei Golubchik2021-10-122-20/+20
* | | | | | cannot allocate a new String[] in the ::val_str() methodSergei Golubchik2021-10-122-0/+20
* | | | | | support charsets with mbminlen > 1Sergei Golubchik2021-10-122-0/+31
* | | | | | support {:L} with a ',' thousand separatorSergei Golubchik2021-10-121-1/+1
* | | | | | disallow {:p}Sergei Golubchik2021-10-122-0/+13
* | | | | | misc cleanupsSergei Golubchik2021-10-122-133/+29
* | | | | | MDEV-25015 Custom formatting of strings in MariaDB queriesAlan Cueva2021-10-122-0/+700
* | | | | | MDEV-26637: (variables) ASAN: main.metadata and user_variables.basic MTR fail...Oleksandr Byelkin2021-10-124-28/+10
* | | | | | MDEV-26681: ROW_NUMBER is not available within compound statement blocksbb-10.7-MDEV-26606Rucha Deodhar2021-10-072-0/+65
* | | | | | MDEV-26684: Unexpected ROW_NUMBER in a condition raised by a diagnosticsRucha Deodhar2021-10-062-0/+54
* | | | | | MDEV-26606: ROW_NUMBER property value isn't passed from inside a storedRucha Deodhar2021-10-062-2/+124
* | | | | | After-merge fix: Correct s3.mysqldump resultMarko Mäkelä2021-10-051-1/+5
* | | | | | Merge 10.6 into 10.7Marko Mäkelä2021-10-057-28/+131
|\ \ \ \ \ \ | |/ / / / /