summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* MDEV-12933: compression chaos - make info staticbb-10.7-danielblack-mdev-12933-fixupDaniel Black2021-08-315-5/+5
* MDEV-12933: sort out the compression library chaos - fixDaniel Black2021-08-311-2/+2
* debian supportSergei Golubchik2021-08-306-0/+48
* make compression plugins non-uninstallableSergei Golubchik2021-08-297-5/+85
* plugin can signal that it cannot be unloaded by failing deinit()Sergei Golubchik2021-08-2917-160/+67
* show "dying" state in I_S.PLUGINSSergei Golubchik2021-08-293-5/+9
* cleanup: plugin unloadSergei Golubchik2021-08-291-18/+11
* update plugin descriptionsSergei Golubchik2021-08-295-10/+10
* fix static buildsSergei Golubchik2021-08-296-5/+11
* `MODULE_OUTPUT_NAME plugin_name` is the defaultSergei Golubchik2021-08-295-10/+10
* fix cnf filesSergei Golubchik2021-08-295-5/+10
* use a dash not underscore in package namesSergei Golubchik2021-08-295-5/+5
* temp fix until 10.6 mergeSergei Golubchik2021-08-291-1/+1
* lzo_uint must be size_tSergei Golubchik2021-08-291-9/+9
* Snappy_LIBRARIES -> SNAPPY_LIBRARIESSergei Golubchik2021-08-293-14/+14
* backup testSergei Golubchik2021-08-292-0/+2
* correct the condition in fil_node_open_file_low()Sergei Golubchik2021-08-291-21/+15
* Warn if compression algorithm is unloaded in fil_node_open_file_lowKartik Soneji2021-08-285-24/+34
* Add --use-compression= switchKartik Soneji2021-08-28109-464/+1847
* MDEV-16355 Add option for mysqldump to read data as of specific timestamp fro...Sergei Golubchik2021-08-274-7/+133
* MDEV-26452 SIGSEGV in Item::cleanup from Item::cleanup_processorSergei Golubchik2021-08-263-9/+30
* cleanup: MY_BITMAP mutexSergei Golubchik2021-08-2627-170/+106
* Merge 10.6 into 10.7Marko Mäkelä2021-08-2619-54/+98
|\
| * Merge 10.5 into 10.6Marko Mäkelä2021-08-2615-48/+94
| |\
| | * Merge 10.4 into 10.5Marko Mäkelä2021-08-2614-49/+90
| | |\
| | | * MDEV-26380 auth_pam_tool has incorrect permissions on CentOS 7Sergei Golubchik2021-08-251-6/+5
| | | * After-merge fix f84e28c119b495da77e197f7cd18af4048fc3126Marko Mäkelä2021-08-2512-46/+96
| | | * Fix clang -Wunused-but-set-variableMarko Mäkelä2021-08-251-6/+1
| | * | MDEV-26474: Fix mysql_setpermission hostname logicMarek Kulik2021-08-251-2/+6
| * | | Merge 10.5 into 10.6Marko Mäkelä2021-08-255-9/+11
| |\ \ \ | | |/ /
| | * | Merge 10.4 into 10.5Marko Mäkelä2021-08-255-9/+10
| | |\ \ | | | |/
| | | * Merge 10.3 into 10.4Marko Mäkelä2021-08-256-22/+23
| | | |\
| | | | * 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
* | | | | | MDEV-26474: Fix mysql_setpermission hostname logicbb-10.7-MDEV-26474-mysql_setpermission-hostnameMarek Kulik2021-08-251-2/+6
* | | | | | Merge 10.6 into 10.7Marko Mäkelä2021-08-2324-475/+568
|\ \ \ \ \ \ | |/ / / / /
| * | | | | Merge 10.5 into 10.6Marko Mäkelä2021-08-2321-474/+565
| |\ \ \ \ \ | | |/ / / /
| | * | | | Merge 10.4 into 10.5Marko Mäkelä2021-08-2314-498/+507
| | |\ \ \ \ | | | |/ / /
| | | * | | Merge 10.3 into 10.4Marko Mäkelä2021-08-2314-2573/+1070
| | | |\ \ \ | | | | |/ /
| | | | * | 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