summaryrefslogtreecommitdiff
path: root/sql
Commit message (Expand)AuthorAgeFilesLines
* MDEV-19275 Provide SQL service to plugins.Alexey Botchkov2021-10-196-176/+298
* MDEV-26221: DYNAMIC_ARRAY use size_t for sizesEric Herman2021-10-1921-80/+75
* MDEV-26836: ROW_NUMBER differs from the number in the error message uponbb-10.7-MDEV-26836Rucha Deodhar2021-10-151-1/+2
* MDEV-26806 Server crash in Charset::charset / Item_func_natural_sort_key::val...Vladislav Vaintroub2021-10-141-2/+2
* MDEV-26796 Natural sort does not work for utf32/utf16/ucs2Vladislav Vaintroub2021-10-141-1/+1
* MDEV-26786 Inserting NULL into base column breaks NATURAL_SORT_KEY columnVladislav Vaintroub2021-10-141-1/+1
* MDEV-4742 - remove leading zero handling, and cleanups.Vladislav Vaintroub2021-10-142-46/+43
* MDEV-4742 additionsVladislav Vaintroub2021-10-141-28/+33
* MDEV-4742 - address review comments.Vladislav Vaintroub2021-10-143-199/+216
* MDEV-4742 - provide function to sort string in "natural" orderVladislav Vaintroub2021-10-143-0/+292
* Merge 10.6 into 10.7Marko Mäkelä2021-10-1317-55/+95
|\
| * Merge 10.5 into 10.6Marko Mäkelä2021-10-131-1/+8
| |\
| | * MDEV-24062: : Galera test failure on galera_var_replicate_myisam_onbb-10.5-MDEV-24062-galeraJan Lindström2021-10-131-1/+8
| * | Merge 10.5 into 10.6Marko Mäkelä2021-10-1316-54/+87
| |\ \ | | |/
| | * Merge 10.4 into 10.5Marko Mäkelä2021-10-1316-54/+87
| | |\
| | | * Merge 10.3 into 10.4Marko Mäkelä2021-10-1316-83/+118
| | | |\
| | | | * Merge 10.2 into 10.3Marko Mäkelä2021-10-137-19/+48
| | | | |\
| | | | | * MDEV-25925 Warning: Memory not freed: 32 on INSERT DELAYEDbb-10.2-bar-MDEV-25925Alexander Barkov2021-10-111-0/+11
| | | | | * MDEV-23269 SIGSEGV in ft_boolean_check_syntax_string on setting ft_boolean_sy...bb-10.2-bar-MDEV-23269Alexander Barkov2021-10-112-2/+6
| | | | | * MDEV-24742 Server crashes in Charset::numchars / String::numcharsbb-10.2-bar-MDEV-24742Alexander Barkov2021-10-111-0/+2
| | | | | * MDEV-18278 Misleading error message in error log upon failed table creationAleksey Midenkov2021-10-111-0/+3
| | | | | * MDEV-14846 InnoDB: assertion on trx->state because of deadlock error ignoredAleksey Midenkov2021-10-111-17/+24
| | | | | * Make Explain_node::children protectedSergei Petrunia2021-10-081-0/+2
| | | | * | MDEV-22464 Server crash on UPDATE with nested subqueryAleksey Midenkov2021-10-111-1/+2
| | | | * | MDEV-25891 Computed default for INVISIBLE column is ignored in INSERTAleksey Midenkov2021-10-111-1/+4
| | | | * | MDEV-22660 SIGSEGV on adding system versioning and modifying system columnAleksey Midenkov2021-10-111-0/+6
| | | | * | MDEV-22660 System versioning cleanupsAleksey Midenkov2021-10-118-64/+61
| | | * | | MDEV-24062 : Galera test failure on galera_var_replicate_myisam_onJan Lindström2021-10-071-1/+8
* | | | | | MDEV-26646 SFORMAT Does not allow @variable useSergei Golubchik2021-10-121-4/+6
* | | | | | MDEV-26691 SFORMAT: Pass down FLOAT as FLOAT, without upcast to DOUBLESergei Golubchik2021-10-121-1/+4
* | | | | | Fix broken build dependency, when compiling without perfschemaVladislav Vaintroub2021-10-121-1/+1
* | | | | | remove auto-switch between char and string based on the string lengthSergei Golubchik2021-10-121-4/+1
* | | | | | cannot allocate a new String[] in the ::val_str() methodSergei Golubchik2021-10-122-12/+16
* | | | | | support charsets with mbminlen > 1Sergei Golubchik2021-10-121-2/+15
* | | | | | don't build bundled libfmt, we use it in header-only mode anywaySergei Golubchik2021-10-121-1/+5
* | | | | | support {:L} with a ',' thousand separatorSergei Golubchik2021-10-121-1/+3
* | | | | | disallow {:p}Sergei Golubchik2021-10-121-1/+16
* | | | | | misc cleanupsSergei Golubchik2021-10-123-28/+27
* | | | | | MDEV-25015 Custom formatting of strings in MariaDB queriesAlan Cueva2021-10-125-1/+154
* | | | | | MDEV-26637: (roles) ASAN: main.metadata and user_variables.basic MTR failures...Oleksandr Byelkin2021-10-121-1/+5
* | | | | | MDEV-26637: (variables) ASAN: main.metadata and user_variables.basic MTR fail...Oleksandr Byelkin2021-10-121-0/+33
* | | | | | MDEV-26637: (plugin) ASAN: main.metadata and user_variables.basic MTR failure...Oleksandr Byelkin2021-10-121-0/+2
* | | | | | MDEV-26637: (explicit length) ASAN: main.metadata and user_variables.basic MT...Oleksandr Byelkin2021-10-124-34/+58
* | | | | | MDEV-26681: ROW_NUMBER is not available within compound statement blocksbb-10.7-MDEV-26606Rucha Deodhar2021-10-071-2/+0
* | | | | | MDEV-26606: ROW_NUMBER property value isn't passed from inside a storedRucha Deodhar2021-10-064-8/+16
* | | | | | Merge 10.6 into 10.7Marko Mäkelä2021-10-062-2/+2
|\ \ \ \ \ \ | |/ / / / /
| * | | | | Merge 10.5 into 10.6Marko Mäkelä2021-10-062-2/+2
| |\ \ \ \ \ | | |/ / / /
| | * | | | Merge 10.4 into 10.5Marko Mäkelä2021-10-062-2/+2
| | |\ \ \ \ | | | |/ / /
| | | * | | MDEV-22708 Assertion `!mysql_bin_log.is_open() || thd.is_current_stmt_binlog_...mkaruza2021-10-062-2/+2
* | | | | | Merge 10.6 into 10.7Marko Mäkelä2021-10-053-8/+8
|\ \ \ \ \ \ | |/ / / / /