summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| | * | fix for tests from engines/funcsAlice Sherepa2021-03-1910-370/+116
* | | | mariabackup little FreeBSD update support.David Carlier2021-03-201-1/+10
* | | | fix for tests from engines/funcsbb-10.5-aliceAlice Sherepa2021-03-196-314/+43
* | | | Disable crashing Galera tests: MDEV-18534, MDEV-24485Marko Mäkelä2021-03-192-0/+2
* | | | Merge 10.4 into 10.5Marko Mäkelä2021-03-19247-6856/+5088
|\ \ \ \ | |/ / /
| * | | Disable failing Galera testsMarko Mäkelä2021-03-192-2/+3
| * | | Merge 10.3 into 10.4Marko Mäkelä2021-03-19244-6847/+5073
| |\ \ \ | | |/ /
| | * | MDEV-25125 Assertion failure in fetch_data_into_cache_low()Marko Mäkelä2021-03-181-4/+7
| | * | Merge 10.2 into 10.3Marko Mäkelä2021-03-18244-6824/+5160
| | |\ \ | | | |/
| | | * MDEV-10682 Race condition between ANALYZE and STATS_AUTO_RECALCMarko Mäkelä2021-03-181-0/+14
| | | * MDEV-25121: innodb_flush_method=O_DIRECT fails on compressed tablesMarko Mäkelä2021-03-181-13/+27
| | | * MDEV-21584 - portability fixVladislav Vaintroub2021-03-181-1/+3
| | | * Cleanup: Remove unused OS_DATA_TEMP_FILEMarko Mäkelä2021-03-182-5/+3
| | | * MDEV-24916 : Assertion `current_stmt_binlog_format == BINLOG_FORMAT_STMT || c...Jan Lindström2021-03-181-8/+12
| | | * MDEV-18874 : Galera test MW-286 causes Mutex = TTASEventMutex<GenericPolicy>]...Jan Lindström2021-03-183-2/+124
| | | * mariadb.pc: plugindir is usedDaniel Black2021-03-181-2/+3
| | | * switch off storage/innobase/.clang-format: InnoDB uses a common formatting st...Eugene Kosov2021-03-172-0/+0
| | | * MDEV-21039: Server fails to start with unknown mysqld_safe optionsJulius Goryavsky2021-03-161-1/+14
| | | * MDEV-24554 Windows authenticode signing stopped workingVladislav Vaintroub2021-03-161-1/+1
| | | * MDEV-23740 - X509_R_CERT_ALREADY_IN_HASH_TABLE when establishing SSL connec...Vladislav Vaintroub2021-03-151-0/+15
| | | * MDEV-24978 : SIGABRT in __libc_messageJan Lindström2021-03-153-21/+93
| | | * update libmariadbVladislav Vaintroub2021-03-121-0/+0
| | | * MDEV-24519: Server crashes in Charset::set_charset upon SELECTVarun Gupta2021-03-127-16/+129
| | | * Update sponsorsIan Gilfillan2021-03-123-27/+12
| | | * MDEV-24597 Explicit column name error in CTE of UNIONIgor Babaev2021-03-103-2/+72
| | | * MDEV-21104 Wrong result (extra rows and wrong values) with incremental BNLHIgor Babaev2021-03-104-11/+177
| | | * MDEV-25101 Assertion !strcmp(field->name, "table_name") failedMarko Mäkelä2021-03-101-1/+0
| | | * reenable tests from engines/funcsAlice Sherepa2021-03-10192-6524/+3969
| | | * MDEV-25002 ON expressions cannot contain outer referencesIgor Babaev2021-03-098-0/+265
| | | * Correct the value of global memory_usedSergei Golubchik2021-03-085-14/+40
| | | * update wsrep service version after 7345d371418Sergei Golubchik2021-03-081-1/+1
| | | * MDEV-24853: Duplicate key generated during cluster configuration changeJulius Goryavsky2021-03-086-165/+178
* | | | Merge 10.4 into 10.5Marko Mäkelä2021-03-1815-120/+379
|\ \ \ \ | |/ / /
| * | | MDEV-25121: innodb_flush_method=O_DIRECT fails on compressed tablesMarko Mäkelä2021-03-183-31/+41
| * | | Merge 10.3 into 10.4Marko Mäkelä2021-03-188-48/+105
| |\ \ \ | | |/ /
| | * | MDEV-24730 Insert log operation fails after purge resets n_core_fieldsThirunarayanan Balathandayuthapani2021-03-128-36/+94
| * | | MDEV-23851 BF-BF Conflict issue because of UK GAP locksJan Lindström2021-03-173-37/+218
| * | | MDEV-24916 : Assertion `current_stmt_binlog_format == BINLOG_FORMAT_STMT || c...bb-10.4-MDEV-24916Jan Lindström2021-03-161-9/+13
* | | | crc32c: Fix AIX compulation - ALIGN definedDaniel Black2021-03-181-0/+4
* | | | CRC32 on AIXEtienne Guesnet2021-03-182-1/+12
* | | | MDEV-25069: Assertion `root->weight >= ...' failed in SEL_ARG::tree_delete #2Sergei Petrunia2021-03-173-0/+25
* | | | Deb: Sync updates to debconf templates and translations from downstreamOtto Kekäläinen2021-03-1721-1877/+303
* | | | Deb: Add Finnish and Vietnamese debconf translationsOtto Kekäläinen2021-03-172-0/+214
* | | | Skip tests that dump thread_stack, for ASANVladislav Vaintroub2021-03-172-0/+2
* | | | MDEV-24601: INFORMATION_SCHEMA doesn't differentiate between column and table...Anel Husakovic2021-03-165-61/+129
* | | | MDEV-24184 InnoDB RENAME TABLE recovery failure if names are reusedbb-10.5-MDEV-24184-rename-names-reusedVlad Lesin2021-03-155-122/+73
* | | | MDEV-25123 support MSVC ASANVladislav Vaintroub2021-03-124-15/+29
* | | | One more try: Fix -Wconversion on GCC 4 to 9Marko Mäkelä2021-03-111-1/+1
* | | | After-merge fix: -Wconversion in GCC 4 to 9Marko Mäkelä2021-03-111-1/+1
* | | | Merge 10.4 into 10.5Marko Mäkelä2021-03-1146-236/+632
|\ \ \ \ | |/ / /