summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* MDEV-26362: incorrect nest_level value with INTERSECTbb-10.3-MDEV-26362Oleksandr Byelkin2021-09-052-2/+11
* Merge 10.2 into 10.3Marko Mäkelä2021-08-3111-35/+40
|\
| * MDEV-26504 THD::copy_db_to() fails to return true if THD::db is nullMarko Mäkelä2021-08-301-3/+1
| * Fix GCC 11 -Wmaybe-uninitialized for PLUGIN_PERFSCHEMAMarko Mäkelä2021-08-304-12/+12
| * Update libmariadbMarko Mäkelä2021-08-301-0/+0
| * mtr: fix the check where a combination is pre-selectedSergei Golubchik2021-08-292-17/+11
| * typo fixedSergei Golubchik2021-08-261-1/+1
| * rocksdb: disable on arm64 except for LinuxDaniel Black2021-08-261-0/+9
| * Remove FLUSH PRIVILEGES from mysql_setpermissionMarek Kulik2021-08-251-1/+0
| * Fix mysql_setpermission hostname logicMarek Kulik2021-08-251-1/+6
* | MDEV 22785 Crash with prepared statements and NEXTVAL()Michael Widenius2021-08-264-6/+38
* | Fixed failing maria.repair testMichael Widenius2021-08-262-7/+2
* | Merge 10.2 into 10.3Marko Mäkelä2021-08-251-1/+5
|\ \ | |/
| * MDEV-26109: s390x detected as 32bit in mtr testsDaniel Black2021-08-251-1/+5
* | Fixed compile errors when compiling with HAVE_valgrindMichael Widenius2021-08-243-6/+6
* | MDEV-26465 Race condition in trx_purge_rseg_get_next_history_log()st-10.3-markoMarko Mäkelä2021-08-231-2/+3
* | Merge 10.2 into 10.3Marko Mäkelä2021-08-233-6/+2
|\ \ | |/
| * Disable 2 commonly failing innodb_gis testsMarko Mäkelä2021-08-231-0/+2
| * fix clang buildEugene Kosov2021-08-232-6/+0
* | Merge 10.2 into 10.3Marko Mäkelä2021-08-238-2562/+1041
|\ \ | |/
| * MDEV-26383 fixup: Consistently protect freed_indexes with autoinc_mutexMarko Mäkelä2021-08-233-23/+25
| * MDEV-26383 ASAN heap-use-after-free failure in btr_search_lazy_freeThirunarayanan Balathandayuthapani2021-08-213-3/+18
| * Unused flag creates cleaning issue (piuparts)Faustin Lammler2021-08-201-6/+2
| * MDEV-26443 HAVE_C99_INITIALIZERS is not applicable to C++st-10.2-MDEV-26443Marko Mäkelä2021-08-203-2581/+1017
| * CMakeLists.txt: remove MYSQL_SOURCE_DIR from MYSQL_INCLUDE_DIRSbb-10.2-vicentiu-mrdanielnachun2021-08-191-2/+1
* | MDEV-26458 Crash on ALTER TABLE after DISCARD TABLESPACEMarko Mäkelä2021-08-233-0/+25
* | Fix GCC 11.2.0 -Wmaybe-uninitializedMarko Mäkelä2021-08-234-9/+9
* | Merge 10.2 into 10.3Marko Mäkelä2021-08-183-7/+10
|\ \ | |/
| * MDEV-26131 fixupMarko Mäkelä2021-08-181-5/+6
| * MDEV-20931 fixup: innodb.import_corrupted test case cleanupMarko Mäkelä2021-08-181-0/+1
| * MDEV-26350: select_lex->ref_pointer_array.size() % 5 == 0Daniel Black2021-08-181-2/+3
* | MDEV-21555 Assertion secondary index is out of sync on delete from versioned ...Aleksey Midenkov2021-08-183-17/+48
* | MDEV-18734 ASAN additional fix for 10.3Aleksey Midenkov2021-08-181-0/+5
* | Merge 10.2 into 10.3Marko Mäkelä2021-08-1839-301/+909
|\ \ | |/
| * MDEV-26131 fixup: ./mtr --embedded encryption.innodb_importMarko Mäkelä2021-08-181-0/+1
| * MDEV-20931 ALTER...IMPORT can crash the serverEugene Kosov2021-08-179-33/+166
| * MDEV-26131 SEGV in ha_innobase::discard_or_import_tablespaceThirunarayanan Balathandayuthapani2021-08-166-112/+246
| * MDEV-26376 pars_info_bind_id() unnecessarily copies stringsMarko Mäkelä2021-08-168-51/+37
| * MDEV-26101: Galera WSREP SST broken on 10.6 under FreeBSDJulius Goryavsky2021-08-162-2/+16
| * MDEV-26340: rsync uses `--whole-file` only in wan modeJulius Goryavsky2021-08-151-1/+1
| * MDEV-26211: Cluster joiner node is failed to start when using TLSJulius Goryavsky2021-08-152-30/+66
| * mysql_client_test: test_bug40365 gcc-11.2.1 indentation complaintDaniel Black2021-08-151-3/+3
| * Fix cmake warning caused by 751ebe44fda4deb715fc2235548517c287f2a559Vladislav Vaintroub2021-08-091-6/+11
| * MDEV-18734 ASAN heap-use-after-free upon sorting by blob column from partitio...Aleksey Midenkov2021-08-059-59/+381
| * bump the VERSIONDaniel Bartholomew2021-08-051-1/+1
| * cleanup: specifying plugin dependencies in CMakeLists.txtSergei Golubchik2021-08-034-14/+10
* | MDEV-26206 gap lock is not set if implicit lock existsVlad Lesin2021-08-174-3/+43
* | bump the VERSIONDaniel Bartholomew2021-08-051-1/+1
* | MDEV-24523 Execution of JSON_REPLACE failed on SpiderYongxin Xu2021-08-056-1/+168
* | Merge branch '10.2' into 10.3mariadb-10.3.31Oleksandr Byelkin2021-08-029-50/+119
|\ \ | |/