summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | | MDEV-23489 Windows zip files 10.4.14 have an embryonic data folderVladislav Vaintroub2020-08-151-4/+0
| | * | | | MDEV-19794 Spider crash with XAKentoku SHIBA2020-08-146-4/+191
| | * | | | Fix Windows compiler error.Jan Lindström2020-08-141-0/+2
| | * | | | MDEV-22543 : Galera SST donation fails, FLUSH TABLES WITH READ LOCK times outbb-10.4-MDEV-22543Jan Lindström2020-08-145-9/+109
| * | | | | Work around MDEV-23416 (change Warning to Note)Marko Mäkelä2020-08-191-1/+1
| * | | | | MDEV-20827 Wrong param parsing in spider_direct_sql() when param contain commaKentoku SHIBA2020-08-179-33/+213
| * | | | | MDEV-19794 Spider crash with XAKentoku SHIBA2020-08-146-4/+193
| * | | | | MDEV-19275 Provide SQL service to plugins.Alexey Botchkov2020-08-1415-344/+744
| * | | | | Add QT_ITEM_IDENT_DISABLE_DB_TABLE_NAMES flag for Item::printSergei Petrunia2020-08-142-0/+12
| * | | | | Basic Optimizer Trace support for table condition pushdownSergei Petrunia2020-08-141-0/+5
| * | | | | MDEV-22543 : Galera SST donation fails, FLUSH TABLES WITH READ LOCK times outJan Lindström2020-08-145-9/+111
| * | | | | Merge 10.4 into 10.5Marko Mäkelä2020-08-1439-156/+250
| |\ \ \ \ \ | | |/ / / /
| | * | | | Merge 10.3 into 10.4, except MDEV-22543Marko Mäkelä2020-08-1341-216/+277
| | |\ \ \ \ | | | |/ / /
| | | * | | Fix GCC 10.2.0 -Og -Wmaybe-uninitializedMarko Mäkelä2020-08-135-20/+30
| | | * | | Merge 10.2 into 10.3Marko Mäkelä2020-08-1341-226/+374
| | | |\ \ \ | | | | |/ /
| | | | * | Merge 10.1 into 10.2Marko Mäkelä2020-08-132-27/+2
| | | | |\ \ | | | | | |/
| | | | | * MDEV-23463 fil_page_decompress() debug check wastes 128KiB of stackMarko Mäkelä2020-08-132-26/+2
| | | | * | Merge 10.1 into 10.2Marko Mäkelä2020-08-1321-145/+179
| | | | |\ \ | | | | | |/
| | | | | * MDEV-20672 Inconsistent usage message for innodb_compression_algorithmMarko Mäkelä2020-08-123-3/+3
| | | | | * MDEV-19526 heap number overflow on innodb_page_size=64kMarko Mäkelä2020-08-1210-122/+139
| | | | | * MDEV-21526: mysqld_multi no longer works with different server binariesJulius Goryavsky2020-08-114-25/+25
| | | | | * Fixing sporading builtbot test failures happening at '00:00:00' sharpAlexander Barkov2020-08-114-0/+17
| | | | * | MDEV-23439 Assertion size == space->size failed in buf_read_ahead_randomMarko Mäkelä2020-08-121-17/+0
| | | | * | Use DBUG_ASSERT(ptr != NULL) to ease merging to 10.3Marko Mäkelä2020-08-121-2/+2
| | | | * | replace assert() with DBUG_ASSERT()Eugene Kosov2020-08-121-3/+5
| | | | * | add debug assertion to ilistEugene Kosov2020-08-111-3/+4
| | | | * | MDEV-14119 Assertion cmp_rec_rec() in ALTER TABLEMarko Mäkelä2020-08-116-7/+44
| | | | * | MDEV-23447 SIGSEGV in fil_system_t::keyrotate_next()Marko Mäkelä2020-08-111-15/+20
| | | | * | Fix GCC 10.2.0 -Og -Wmaybe-uninitializedMarko Mäkelä2020-08-1111-76/+76
| | | | * | MDEV-22543 : Galera SST donation fails, FLUSH TABLES WITH READ LOCK times outJan Lindström2020-08-115-9/+106
| | | | * | MDEV-23378 - fix an alleged memory "leak" in threadpool.Vladislav Vaintroub2020-08-101-0/+11
| | | * | | MDEV-22066: out-of-source build fails with WITHOUT_SERVER=ONAnel Husakovic2020-08-111-2/+3
| | * | | | Fix test galera_ist_progress in 10.4Jan Lindström2020-08-112-9/+21
| * | | | | MDEV-23162: Fix clang -Winconsistent-missing-overrideMarko Mäkelä2020-08-141-2/+2
| * | | | | MDEV-23478 Improve Protocol performance for numeric data - version 2Alexander Barkov2020-08-140-0/+0
| * | | | | MDEV-23162 Improve Protocol performance for numeric dataAlexander Barkov2020-08-145-44/+152
| * | | | | Revert "MDEV-23162 Improve Protocol performance for numeric data"Alexander Barkov2020-08-143-69/+31
| * | | | | MDEV-23270 Remove a String parameter from Protocol::store(double/float)Alexander Barkov2020-08-148-32/+29
| * | | | | Add a Github CODEOWNERS file to projectOtto Kekäläinen2020-08-141-0/+2
| * | | | | MDEV-23462 Upgrade wizard not offered during 10.5 MSI installation on WindowsVladislav Vaintroub2020-08-121-1/+1
| * | | | | MDEV-23461 mysql_upgrade_wizard.exe differs from mariadb-upgrade-wizard.exeVladislav Vaintroub2020-08-121-10/+5
* | | | | | MDEV-23238 - remove async client from server code.Vladislav Vaintroub2020-09-0114-3349/+46
* | | | | | Fix a compiler warningKentoku SHIBA2020-08-261-0/+1
* | | | | | MDEV-23561 Spider doesn't work with ps protocolbb-10.6-MDEV-7098Kentoku SHIBA2020-08-2610-294/+193
* | | | | | Fix indents of SpiderKentoku SHIBA2020-08-264-10/+10
* | | | | | MDEV-22246 Result rows duplicated by spider engineKentoku SHIBA2020-08-249-0/+335
* | | | | | MDEV-20827 Wrong param parsing in spider_direct_sql() when param contain commaKentoku SHIBA2020-08-179-33/+213
* | | | | | MDEV-19794 Spider crash with XAKentoku SHIBA2020-08-146-4/+193
* | | | | | Fix merge.Vladislav Vaintroub2020-08-121-2/+0
* | | | | | MDEV-23397 fixup: Remove removed options from testsMarko Mäkelä2020-08-122-7/+0