summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* MDEV-23071 remove potentially dangerouws casting to Item_in_subselectOleksandr Byelkin2020-07-069-118/+155
* Fix cmake -DWITH_MSAN=ONMarko Mäkelä2020-07-051-2/+2
* After-merge fix for ASAN and MSANMarko Mäkelä2020-07-052-3/+7
* Merge 10.4 into 10.5Marko Mäkelä2020-07-041-0/+11
|\
| * Merge 10.3 into 10.4Marko Mäkelä2020-07-041-3/+16
| |\
| | * Fixup the parent commit for MSAN and ValgrindMarko Mäkelä2020-07-041-3/+16
* | | MDEV-22535 fixup: Define a single-caller function inlineMarko Mäkelä2020-07-042-3/+4
* | | After-merge fixes for ASANMarko Mäkelä2020-07-044-19/+37
* | | optimize ha_delete_table_forceSergei Golubchik2020-07-041-11/+23
* | | continue DROP TEMPORARY TABLE t1, t2, t3 after error.Sergei Golubchik2020-07-043-16/+51
* | | replace HTON_AUTOMATIC_DELETE_TABLE with return -1 from drop_table()Sergei Golubchik2020-07-0411-51/+31
* | | remove mysql_declare_plugin declaration from some pluginsSergei Golubchik2020-07-048-144/+0
* | | MDEV-11412 Ensure that table is truly dropped when using DROP TABLESergei Golubchik2020-07-046-73/+85
* | | rewrite bug#26704 test caseSergei Golubchik2020-07-044-113/+34
* | | small cleanupSergei Golubchik2020-07-042-26/+21
* | | cleanup: make dd_frm_type to work as documentedSergei Golubchik2020-07-046-35/+26
* | | MDEV-11412 Ensure that table is truly dropped when using DROP TABLESergei Golubchik2020-07-044-75/+13
* | | optimization: use hton->drop_table in few simple casesSergei Golubchik2020-07-0411-3/+24
* | | introduce hton->drop_table() methodSergei Golubchik2020-07-049-95/+70
* | | test dropping of a MEMORY tableSergei Golubchik2020-07-042-0/+14
* | | cleanup, less #ifdef'sSergei Golubchik2020-07-047-10/+8
* | | Disable rpl_parallel2 temporarly until we have a proper fix for it in 10.5Monty2020-07-041-0/+1
* | | Merge remote-tracking branch 'origin/10.4' into 10.5Monty2020-07-0340-173/+182
|\ \ \ | |/ /
| * | Merge remote-tracking branch 'origin/10.3' into 10.4Monty2020-07-037-4/+16
| |\ \ | | |/
| | * Fix for MSAN from Marko related to buf_pool_resizeMonty2020-07-031-0/+5
| | * Don't give errors for default value copy in create_tmp_tableMonty2020-07-033-0/+41
| | * Fixed errors found by MSANMonty2020-07-024-3/+5
| * | Merge branch '10.4-MDEV-22222' of https://github.com/codership/mariadb-server...10.4-MDEV-22222Julius Goryavsky2020-07-033-0/+39
| |\ \
| | * | MDEV-22222: Assertion `state() == s_executing || state() == s_preparing || st...mkaruza2020-06-283-0/+39
| * | | Don't give errors for default value copy in create_tmp_tableMonty2020-07-031-0/+7
| * | | Merge remote-tracking branch 'origin/10.3' into 10.4Monty2020-07-0339-180/+165
| |\ \ \ | | | |/ | | |/|
| | * | MDEV-20377 post-fix: Introduce MEM_MAKE_ADDRESSABLEMarko Mäkelä2020-07-0218-87/+35
| | * | Fixed bugs found by valgrindMonty2020-07-0232-126/+171
| | * | Don't copy uninitialized bytes when copying varstringsMonty2020-07-025-10/+18
| | * | MDEV-22535 TABLE::initialize_quick_structures() takes 0.5% in oltp_read_onlyMonty2020-07-022-5/+5
* | | | Atomic write support for ScaleFlux NVMe SSD'sQi Wu2020-07-031-2/+112
* | | | compilation fixSergei Golubchik2020-07-031-1/+1
* | | | MDEV-22535 TABLE::initialize_quick_structures() takes 0.5% in oltp_read_onlyMonty2020-07-028-146/+181
* | | | Fixed typo in InnoDB when compiling with VALGRINDMonty2020-07-021-1/+1
* | | | Merge 10.4 into 10.5Marko Mäkelä2020-07-02234-789/+3048
|\ \ \ \ | |/ / /
| * | | Merge 10.3 into 10.4Marko Mäkelä2020-07-02213-748/+2485
| |\ \ \ | | |/ /
| | * | Merge 10.2 into 10.3Marko Mäkelä2020-07-02210-698/+2371
| | |\ \
| | | * \ Merge 10.1 into 10.2Marko Mäkelä2020-07-024-31/+43
| | | |\ \
| | | | * | Revert "Fix result of merge."Marko Mäkelä2020-07-021-1/+5
| | | | * | MDEV-22941: Fix the DBUG_ENTER nameMarko Mäkelä2020-07-021-4/+4
| | | | * | MDEV-23067 Windows : manually registered services rejected mysql_upgrade_serviceVladislav Vaintroub2020-07-011-19/+19
| | | | * | MDEV-23052 mysql_install_db.exe can run on existing non-empty directory,Vladislav Vaintroub2020-07-011-7/+15
| | | * | | MDEV-20377: Fix cmake -DPLUGIN_PERFSCHEMA=NOMarko Mäkelä2020-07-021-0/+1
| | | * | | MDEV-20377: Fix -Wunused-but-set-variableMarko Mäkelä2020-07-011-17/+8
| | | * | | MDEV-20428 after-merge fix: Stabilize the testMarko Mäkelä2020-07-012-6/+6