summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| | | * MDEV-24097 node restart overlaps with earlier still ongoing SST processsjaakola2020-11-231-0/+8
| | | * MDEV-22136 : wsrep_restart_slave = 1 does not always workJan Lindström2020-11-233-0/+306
| | | * MDEV-19179 Regression: SELECT ... UNION ... with inconsistent column names failsIgor Babaev2020-11-194-2/+95
| | | * MDEV-24100 Failed to read test report file: Invalid byte 2 of 3-byte UTF-8 se...Rasmus Johansson2020-11-181-3/+7
| | | * MDEV-24188 fixup: Correct the FindBlockX predicateMarko Mäkelä2020-11-181-2/+2
| | | * MDEV-24220 Server crash in base_list_iterator::next orIgor Babaev2020-11-173-0/+46
| | | * MyRocks: Bare Windows compatibility: use rmdir built-in, not "rm -rf"Sergei Petrunia2020-11-171-1/+1
| | | * MDEV-24169 : Galera test failure on galera_rsu_simpleJan Lindström2020-11-171-0/+3
| | | * MDEV-24166 : Galera test failure on galera_toi_alter_auto_incrementJan Lindström2020-11-172-2/+4
| | | * MDEV-24164 : Galera test failure on galera_fk_cascade_deleteJan Lindström2020-11-171-0/+8
| | | * MDEV-24161: shortcut OQGRAPH dependency checks if disabledDaniel Black2020-11-161-0/+4
| | * | Fixed maria.create testMonty2020-11-301-0/+1
| | * | MDEV-21265: IN predicate conversion to IN subquery should be allowed for a br...Varun Gupta2020-11-309-28/+215
| | * | MDEV-24230 subquery on information_schema fails with error messageSergei Golubchik2020-11-253-13/+16
| | * | cleanup: RAII helper for changing thd->count_cuted_rowsSergei Golubchik2020-11-2512-64/+42
| | * | MDEV-24084 Fix race between disconnect and KILL CONNECTIONVladislav Vaintroub2020-11-241-2/+1
| | * | MDEV-21842 auto_increment does not increment with compound primary key on par...Alexey Botchkov2020-11-238-46/+114
| * | | MDEV-15532 Assertion `!log->same_pk' failed in row_log_table_apply_deleteMonty2020-11-301-0/+2
| * | | Fixed maria.create testMonty2020-11-301-0/+1
| * | | MDEV-23846: O_TMPFILE error in mysqlbinlog stream output breaks restoreSujatha2020-11-233-0/+74
| * | | MDEV-23659: Update Galera disabled.def fileJan Lindström2020-11-191-4/+0
| * | | MDEV-21494 : Galera test sporadic failure on galera.galera_defaultsJan Lindström2020-11-196-16/+25
| * | | Make test galera_parallel_apply_3nodes deterministicDaniele Sciascia2020-11-192-26/+59
| * | | MDEV-21523 : galera.MDEV-16509 MTR failed: timeout after 900 seconds: Can't c...Jan Lindström2020-11-191-0/+1
| * | | MDEV-24165 : Galera test failure on galera_var_ignore_apply_errorsJan Lindström2020-11-191-0/+26
* | | | MDEV-21962 fixup: Remove buf_pool_contains_zip()Marko Mäkelä2020-12-011-8/+0
* | | | Clarify some comments.Vladislav Vaintroub2020-11-301-5/+25
* | | | MDEV-24295 Reduce wakeups by tpool maintenance timer, when server is idleVladislav Vaintroub2020-11-301-10/+109
* | | | Make LEX::print support single-table DELETE.Sergei Petrunia2020-11-301-2/+39
* | | | MDEV-24308: Revert for WindowsMarko Mäkelä2020-11-302-3/+15
* | | | MDEV-24308: Remove some os_thread_ functionsMarko Mäkelä2020-11-308-155/+58
* | | | MDEV-24242 Query returns wrong result while using big_tables=1Igor Babaev2020-11-273-0/+66
* | | | Fixed compiler warnings from crc32c.ccMonty2020-11-261-6/+7
* | | | Avoid some DBUG prints from idle server in thread poolMonty2020-11-261-0/+2
* | | | Change to LONGLONG_BUFFER_SIZE usage to avoid extra mallocsMonty2020-11-262-2/+2
* | | | Trivial cleanups, no logic changesMonty2020-11-264-36/+43
* | | | Allow field_name NOT NULL ENABLEDMonty2020-11-261-1/+6
* | | | Fixed length estimate for REPLACE()Monty2020-11-264-4/+12
* | | | MDEV-24280 InnoDB triggers too many independent periodic tasksbb-10.5-MDEV-24280Marko Mäkelä2020-11-256-67/+33
* | | | MDEV-24278 InnoDB page cleaner keeps waking up on idle serverMarko Mäkelä2020-11-253-4/+52
* | | | MDEV-24270: Clarify some commentsMarko Mäkelä2020-11-252-10/+21
* | | | Fix misspelling.Vladislav Vaintroub2020-11-251-11/+11
* | | | Cleanup. Remove obsolete commentVladislav Vaintroub2020-11-251-1/+0
* | | | Cleanup. Provide accurate comment on my_getevents().Vladislav Vaintroub2020-11-251-2/+10
* | | | Partially Revert "MDEV-24270: Collect multiple completed events at a time"Vladislav Vaintroub2020-11-255-7/+10
* | | | Cleanup: Fix Intel compiler warnings about sign conversionsMarko Mäkelä2020-11-255-8/+8
* | | | Cleanup: Remove redundant nonnull attributesMarko Mäkelä2020-11-253-5/+3
* | | | MDEV-24270: Collect multiple completed events at a timeMarko Mäkelä2020-11-255-12/+10
* | | | MDEV-24270 Misuse of io_getevents() causes wake-ups at least twice per secondMarko Mäkelä2020-11-251-82/+79
* | | | MDEV-24271 rw_lock::read_lock_yield() may cause writer starvationMarko Mäkelä2020-11-242-22/+20