summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| | | | * | Fix compile warning:Sergei Petrunia2020-03-111-1/+1
| | | * | | InnoDB: improve error message for checksum mismatchEugene Kosov2020-03-121-1/+2
| | | * | | Add galera debug sync to galera_slave_replay test.Jan Lindström2020-03-111-1/+2
| | * | | | Add galera debug sync to galera_slave_replay test.Jan Lindström2020-03-121-1/+2
| | * | | | Fixed wrong assert (found by clang)Monty2020-03-111-1/+1
| * | | | | MDEV-21599 plugins.server_audit fails sporadically in buildbotSergei Golubchik2020-03-141-0/+3
* | | | | | perfschema: remove unused variablesMarko Mäkelä2020-03-171-6/+3
* | | | | | Fix the build on big-endian systemsMarko Mäkelä2020-03-171-15/+17
|\ \ \ \ \ \
| * | | | | | Fix compile on all big endian related to innodb:ut_crc32_swap_byteorderDaniel Black2020-03-171-15/+17
* | | | | | | MDEV-21956 Add class Sys_var_charptr_fscsAlexander Barkov2020-03-174-141/+130
* | | | | | | Cleanup: Remove an unused variableMarko Mäkelä2020-03-161-4/+0
* | | | | | | MDEV-21949 key rotation for innodb_encrypt_log is not working in 10.5Eugene Kosov2020-03-162-6/+10
* | | | | | | cleanup redo logEugene Kosov2020-03-163-46/+36
* | | | | | | cleanup redo logEugene Kosov2020-03-161-20/+5
* | | | | | | MDEV-21824 Crash in convert_error_messageVladislav Vaintroub2020-03-161-1/+1
* | | | | | | fix typo on non-Linux/WindowsVladislav Vaintroub2020-03-161-1/+1
* | | | | | | fix a copy-paste error in 8fd654ce0e5Sergei Golubchik2020-03-161-2/+2
* | | | | | | fix a nondeterminism in perfschema.statement_program_nesting_event_check testSergei Golubchik2020-03-162-4/+2
* | | | | | | MDEV-21945 Assertion w==OPT failed in trx_purge_add_undo_to_history()Marko Mäkelä2020-03-161-1/+2
|/ / / / / /
* | | | | | MDEV-21942 Building 10.5 requires Internet accessSergei Golubchik2020-03-161-0/+4
* | | | | | MDEV-21942 Building 10.5 requires Internet accessSergei Golubchik2020-03-161-1/+1
* | | | | | update the test result for new perfschemaSergei Golubchik2020-03-161-1/+1
* | | | | | MDEV-21943 reduce the binary tarball sizeSergei Golubchik2020-03-162-0/+8
* | | | | | MDEV-21943 reduce the binary tarball sizeSergei Golubchik2020-03-161-3/+2
* | | | | | restore stack traces that were broken by ebfe8c4e0eSergei Golubchik2020-03-161-4/+0
* | | | | | Merge branch '10.5' of github.com:MariaDB/server into 10.5Kentoku SHIBA2020-03-1647-111/+183
|\ \ \ \ \ \
| * | | | | | Fix various spelling errorsOtto Kekäläinen2020-03-1640-80/+80
| * | | | | | MDEV-21534 - Improve innodb redo log group commit performanceVladislav Vaintroub2020-03-151-1/+4
| * | | | | | MDEV-21922: Allow packing addon fields even if they don't honour max_length_f...Varun Gupta2020-03-153-3/+77
| * | | | | | MDEV-742 test correction.Andrei Elkin2020-03-153-27/+22
* | | | | | | fix evaluating bitmap issue in spiderKentoku SHIBA2020-03-163-7/+7
|/ / / / / /
* | | | | | Test case fix: sort XA RECOVER resultSergey Vojtovich2020-03-153-4/+6
* | | | | | MDEV-742 XA PREPAREd transaction survive disconnect/server restartAndrei Elkin2020-03-1472-220/+8867
* | | | | | Fixed compiler failures with gcc 7.4.1 and new my_malloc codeMonty2020-03-143-12/+16
* | | | | | MDEV-21920 binlog_encryption.rpl_gtid_basic test failure with --psSergei Golubchik2020-03-141-0/+0
* | | | | | Merge branch 'github/10.5' into 10.5Sergei Golubchik2020-03-14125-1641/+1600
|\ \ \ \ \ \
| * | | | | | cleanup redo logEugene Kosov2020-03-142-18/+3
| * | | | | | Pre-MDEV-742 InnoDB fixesSergey Vojtovich2020-03-132-74/+35
| * | | | | | Extended debug_sync_control life timeSergey Vojtovich2020-03-133-17/+22
| * | | | | | MDEV-21903 FTS optimize thread aborts during shutdownThirunarayanan Balathandayuthapani2020-03-131-2/+3
| * | | | | | Update libmariadb to fix GCC -Wstringop-truncationMarko Mäkelä2020-03-131-0/+0
| * | | | | | MDEV-15058: Remove buf_pool_get_dirty_pages_count()Marko Mäkelä2020-03-133-50/+26
| * | | | | | MDEV-21920 binlog_encryption.rpl_gtid_basic test failure with --psAlexander Barkov2020-03-131-0/+0
| * | | | | | MDEV-20632: Fix -Wmaybe-uninitializedMarko Mäkelä2020-03-131-27/+27
| * | | | | | MDEV-21907: Fix or disable -Wconversion on GCC 5.3.0 i386Marko Mäkelä2020-03-136-13/+62
| * | | | | | MDEV-21907: InnoDB: Enable -Wconversion on clang and GCCMarko Mäkelä2020-03-1280-682/+726
| * | | | | | MDEV-21907: Fix some -Wconversion outside InnoDBMarko Mäkelä2020-03-1213-154/+135
| * | | | | | MDEV-16264: Eliminate unsafe os_aio_userdata_t type castMarko Mäkelä2020-03-123-2/+8
| * | | | | | MDEV-21924 Clean up InnoDB GIS record comparisonMarko Mäkelä2020-03-128-541/+349
| * | | | | | MDEV-13362: Fix -Wset-but-unusedMarko Mäkelä2020-03-121-1/+1