Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | MDEV-12933: compression chaos - make info staticbb-10.7-danielblack-mdev-12933-fixup | Daniel Black | 2021-08-31 | 5 | -5/+5 |
* | MDEV-12933: sort out the compression library chaos - fix | Daniel Black | 2021-08-31 | 1 | -2/+2 |
* | debian support | Sergei Golubchik | 2021-08-30 | 6 | -0/+48 |
* | make compression plugins non-uninstallable | Sergei Golubchik | 2021-08-29 | 7 | -5/+85 |
* | plugin can signal that it cannot be unloaded by failing deinit() | Sergei Golubchik | 2021-08-29 | 17 | -160/+67 |
* | show "dying" state in I_S.PLUGINS | Sergei Golubchik | 2021-08-29 | 3 | -5/+9 |
* | cleanup: plugin unload | Sergei Golubchik | 2021-08-29 | 1 | -18/+11 |
* | update plugin descriptions | Sergei Golubchik | 2021-08-29 | 5 | -10/+10 |
* | fix static builds | Sergei Golubchik | 2021-08-29 | 6 | -5/+11 |
* | `MODULE_OUTPUT_NAME plugin_name` is the default | Sergei Golubchik | 2021-08-29 | 5 | -10/+10 |
* | fix cnf files | Sergei Golubchik | 2021-08-29 | 5 | -5/+10 |
* | use a dash not underscore in package names | Sergei Golubchik | 2021-08-29 | 5 | -5/+5 |
* | temp fix until 10.6 merge | Sergei Golubchik | 2021-08-29 | 1 | -1/+1 |
* | lzo_uint must be size_t | Sergei Golubchik | 2021-08-29 | 1 | -9/+9 |
* | Snappy_LIBRARIES -> SNAPPY_LIBRARIES | Sergei Golubchik | 2021-08-29 | 3 | -14/+14 |
* | backup test | Sergei Golubchik | 2021-08-29 | 2 | -0/+2 |
* | correct the condition in fil_node_open_file_low() | Sergei Golubchik | 2021-08-29 | 1 | -21/+15 |
* | Warn if compression algorithm is unloaded in fil_node_open_file_low | Kartik Soneji | 2021-08-28 | 5 | -24/+34 |
* | Add --use-compression= switch | Kartik Soneji | 2021-08-28 | 109 | -464/+1847 |
* | MDEV-16355 Add option for mysqldump to read data as of specific timestamp fro... | Sergei Golubchik | 2021-08-27 | 4 | -7/+133 |
* | MDEV-26452 SIGSEGV in Item::cleanup from Item::cleanup_processor | Sergei Golubchik | 2021-08-26 | 3 | -9/+30 |
* | cleanup: MY_BITMAP mutex | Sergei Golubchik | 2021-08-26 | 27 | -170/+106 |
* | Merge 10.6 into 10.7 | Marko Mäkelä | 2021-08-26 | 19 | -54/+98 |
|\ | |||||
| * | Merge 10.5 into 10.6 | Marko Mäkelä | 2021-08-26 | 15 | -48/+94 |
| |\ | |||||
| | * | Merge 10.4 into 10.5 | Marko Mäkelä | 2021-08-26 | 14 | -49/+90 |
| | |\ | |||||
| | | * | MDEV-26380 auth_pam_tool has incorrect permissions on CentOS 7 | Sergei Golubchik | 2021-08-25 | 1 | -6/+5 |
| | | * | After-merge fix f84e28c119b495da77e197f7cd18af4048fc3126 | Marko Mäkelä | 2021-08-25 | 12 | -46/+96 |
| | | * | Fix clang -Wunused-but-set-variable | Marko Mäkelä | 2021-08-25 | 1 | -6/+1 |
| | * | | MDEV-26474: Fix mysql_setpermission hostname logic | Marek Kulik | 2021-08-25 | 1 | -2/+6 |
| * | | | Merge 10.5 into 10.6 | Marko Mäkelä | 2021-08-25 | 5 | -9/+11 |
| |\ \ \ | | |/ / | |||||
| | * | | Merge 10.4 into 10.5 | Marko Mäkelä | 2021-08-25 | 5 | -9/+10 |
| | |\ \ | | | |/ | |||||
| | | * | Merge 10.3 into 10.4 | Marko Mäkelä | 2021-08-25 | 6 | -22/+23 |
| | | |\ | |||||
| | | | * | Merge 10.2 into 10.3 | Marko Mäkelä | 2021-08-25 | 1 | -1/+5 |
| | | | |\ | |||||
| | | | | * | MDEV-26109: s390x detected as 32bit in mtr tests | Daniel Black | 2021-08-25 | 1 | -1/+5 |
| | | | * | | Fixed compile errors when compiling with HAVE_valgrind | Michael Widenius | 2021-08-24 | 3 | -6/+6 |
| | | | * | | MDEV-26465 Race condition in trx_purge_rseg_get_next_history_log()st-10.3-marko | Marko Mäkelä | 2021-08-23 | 1 | -2/+3 |
| | | | * | | Merge 10.2 into 10.3 | Marko Mäkelä | 2021-08-23 | 3 | -6/+2 |
| | | | |\ \ | | | | | |/ | |||||
| | | | | * | Disable 2 commonly failing innodb_gis tests | Marko Mäkelä | 2021-08-23 | 1 | -0/+2 |
| | | | | * | fix clang build | Eugene Kosov | 2021-08-23 | 2 | -6/+0 |
* | | | | | | MDEV-26474: Fix mysql_setpermission hostname logicbb-10.7-MDEV-26474-mysql_setpermission-hostname | Marek Kulik | 2021-08-25 | 1 | -2/+6 |
* | | | | | | Merge 10.6 into 10.7 | Marko Mäkelä | 2021-08-23 | 24 | -475/+568 |
|\ \ \ \ \ \ | |/ / / / / | |||||
| * | | | | | Merge 10.5 into 10.6 | Marko Mäkelä | 2021-08-23 | 21 | -474/+565 |
| |\ \ \ \ \ | | |/ / / / | |||||
| | * | | | | Merge 10.4 into 10.5 | Marko Mäkelä | 2021-08-23 | 14 | -498/+507 |
| | |\ \ \ \ | | | |/ / / | |||||
| | | * | | | Merge 10.3 into 10.4 | Marko Mäkelä | 2021-08-23 | 14 | -2573/+1070 |
| | | |\ \ \ | | | | |/ / | |||||
| | | | * | | Merge 10.2 into 10.3 | Marko Mäkelä | 2021-08-23 | 8 | -2562/+1041 |
| | | | |\ \ | | | | | |/ | |||||
| | | | | * | MDEV-26383 fixup: Consistently protect freed_indexes with autoinc_mutex | Marko Mäkelä | 2021-08-23 | 3 | -23/+25 |
| | | | | * | MDEV-26383 ASAN heap-use-after-free failure in btr_search_lazy_free | Thirunarayanan Balathandayuthapani | 2021-08-21 | 3 | -3/+18 |
| | | | | * | Unused flag creates cleaning issue (piuparts) | Faustin Lammler | 2021-08-20 | 1 | -6/+2 |
| | | | | * | MDEV-26443 HAVE_C99_INITIALIZERS is not applicable to C++st-10.2-MDEV-26443 | Marko Mäkelä | 2021-08-20 | 3 | -2581/+1017 |
| | | | | * | CMakeLists.txt: remove MYSQL_SOURCE_DIR from MYSQL_INCLUDE_DIRSbb-10.2-vicentiu-mr | danielnachun | 2021-08-19 | 1 | -2/+1 |