summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* fix C++20 !!! build failure: iterator concept was not fully implementedbb-10.7-kevgsEugene Kosov2021-10-121-0/+4
* MDEV-26646 SFORMAT Does not allow @variable useSergei Golubchik2021-10-123-5/+33
* MDEV-26691 SFORMAT: Pass down FLOAT as FLOAT, without upcast to DOUBLESergei Golubchik2021-10-123-1/+16
* Fix broken build dependency, when compiling without perfschemaVladislav Vaintroub2021-10-122-2/+4
* remove auto-switch between char and string based on the string lengthSergei Golubchik2021-10-123-24/+21
* disallow old <7.0 fmtSergei Golubchik2021-10-121-2/+5
* cannot allocate a new String[] in the ::val_str() methodSergei Golubchik2021-10-124-12/+36
* support charsets with mbminlen > 1Sergei Golubchik2021-10-123-2/+46
* don't build bundled libfmt, we use it in header-only mode anywaySergei Golubchik2021-10-123-23/+12
* support {:L} with a ',' thousand separatorSergei Golubchik2021-10-122-2/+4
* disallow {:p}Sergei Golubchik2021-10-123-1/+29
* misc cleanupsSergei Golubchik2021-10-125-161/+56
* MDEV-25015 Custom formatting of strings in MariaDB queriesAlan Cueva2021-10-1211-2/+919
* MDEV-26637: (hash) ASAN: main.metadata and user_variables.basic MTR failures ...Oleksandr Byelkin2021-10-121-5/+13
* 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-127-31/+46
* 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-126-38/+66
* Deb: Sync build and runtime dependencies from downstream to upstreamOtto Kekäläinen2021-10-121-1/+2
* MDEV-26681: ROW_NUMBER is not available within compound statement blocksbb-10.7-MDEV-26606Rucha Deodhar2021-10-073-2/+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-066-10/+140
* Merge 10.6 into 10.7Marko Mäkelä2021-10-063-2/+2
|\
| * Merge 10.5 into 10.6Marko Mäkelä2021-10-063-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
| | * | Update libmariadbMarko Mäkelä2021-10-061-0/+0
* | | | Merge 10.6 into 10.7Marko Mäkelä2021-10-052-8/+2
|\ \ \ \ | |/ / /
| * | | Merge 10.5 into 10.6Marko Mäkelä2021-10-052-8/+2
| |\ \ \ | | |/ /
| | * | MDEV-26761: main.mysql_client_test fails with MemorySanitizerMarko Mäkelä2021-10-052-8/+2
* | | | After-merge fix: Correct s3.mysqldump resultMarko Mäkelä2021-10-051-1/+5
* | | | Merge 10.6 into 10.7Marko Mäkelä2021-10-0522-88/+377
|\ \ \ \ | |/ / /
| * | | Merge 10.5 into 10.6Marko Mäkelä2021-10-0514-39/+178
| |\ \ \ | | |/ /
| | * | MDEV-26445 followup: Try to work around GCC 4.8.5 ICE on ARMv8Marko Mäkelä2021-10-051-0/+6
| | * | Merge 10.4 into 10.5Marko Mäkelä2021-10-0410-33/+144
| | |\ \ | | | |/
| | | * Merge 10.3 into 10.4Marko Mäkelä2021-10-047-30/+112
| | | |\
| | | | * Merge 10.2 into 10.3Marko Mäkelä2021-10-045-26/+110
| | | | |\
| | | | | * Fix MSVC warning with bison 3.8.2Vladislav Vaintroub2021-10-031-1/+2
| | | | | * MDEV-24978 crash with transaction on table with no PK and long fulltext columnbb-10.2-MDEV-24978-galerasjaakola2021-09-303-24/+106
| | | | * | Work around MDEV-26754 main.sp test fails for embedded serverMarko Mäkelä2021-10-042-4/+2
| | | * | | MDEV-22708 Assertion `!mysql_bin_log.is_open() || thd.is_current_stmt_binlog_...mkaruza2021-10-014-1/+30
| | | * | | MDEV-25883 Galera Cluster hangs while "DELETE FROM mysql.wsrep_cluster"bb-10.4-MDEV-25883-galeramkaruza2021-09-303-8/+23
| | * | | | MDEV-22083/MDEV-26758: Fix uninitialized memory in mysql_client_testMarko Mäkelä2021-10-041-5/+27
| | * | | | MDEV-19867: postfix - syntax spelling ALTER TABLEDaniel Black2021-10-042-2/+2
| * | | | | MDEV-26720: Optimize single-bit atomic operations on IA-32 and AMD64Marko Mäkelä2021-10-036-38/+165
| * | | | | MDEV-26720: rw_lock: Prefer fetch_sub() to fetch_and()Marko Mäkelä2021-10-021-2/+6
| * | | | | Merge 10.5 into 10.6Marko Mäkelä2021-10-022-4/+17
| |\ \ \ \ \ | | |/ / / /
| | * | | | MDEV-26720: optimize rw_lock for IA-32, AMD64Marko Mäkelä2021-10-021-1/+11
| * | | | | MDEV-26467 fixup: Prefer fetch_add() to fetch_or() on IA-32 and AMD64Marko Mäkelä2021-10-021-0/+10
* | | | | | MDEV-26611: ERROR_INDEX isn't intuitively clearRucha Deodhar2021-10-059-284/+283