summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* move fix_vcol_exprs into TABLEbb-10.5-MDEV-16039-nikitaNikita Malyavin2020-07-212-5/+7
* fix resultNikita Malyavin2020-07-161-13/+8
* MDEV-16039 Crash when selecting virtual columns generated using functions wit...Nikita Malyavin2020-07-169-51/+198
* fix compilation with gcc-10Eugene Kosov2020-07-092-1/+10
* Add man page for new command aria_s3_copyOtto Kekäläinen2020-07-084-1/+55
* MDEV-22930 Unnecessary contention on rw_lock_list_mutex in ibuf_dummy_index_c...Eugene Kosov2020-07-088-222/+61
* replace UT_LIST with ilist in rw_lock_list_tEugene Kosov2020-07-076-49/+35
* fix clang compilationEugene Kosov2020-07-062-107/+116
* 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
| | |\ \