summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | mysql-test-run.pl - show remaining test count and estimated time on WindowsVladislav Vaintroub2020-04-291-12/+33
| * | | | | | vio: typo on sock{et}_errno in commentDaniel Black2020-04-291-1/+1
* | | | | | | add WITH_DBUG_TRACE CMake variableEugene Kosov2020-04-295-2/+19
* | | | | | | MDEV-20916: Galera test failure on galera.galera_parallel_autoinc_largetrx: R...Jan Lindström2020-04-293-7/+10
* | | | | | | MDEV-21595: innodb offset_t rename to rec_offsDaniel Black2020-04-2964-648/+648
* | | | | | | MDEV-20685: compile fixes for Solaris/OSX/AIXDaniel Black2020-04-297-11/+20
* | | | | | | MDEV-22337 Assertion `Alloced_length >= (str_length + length +...Alexey Botchkov2020-04-291-1/+9
* | | | | | | MDEV-22394 Merge new release of InnoDB 5.7.30 to 10.2Marko Mäkelä2020-04-282-3/+2
|\ \ \ \ \ \ \
| * | | | | | | MDEV-22384 Wrong estimate of affected BLOB columns in update of PRIMARY KEYMarko Mäkelä2020-04-281-2/+1
|/ / / / / / /
* | | | | | | Merge 10.1 into 10.2Marko Mäkelä2020-04-2816-233/+1786
|\ \ \ \ \ \ \ | |/ / / / / /
| * | | | | | InnoDB 5.6.48Marko Mäkelä2020-04-2817-218/+1766
| |\ \ \ \ \ \
| | * | | | | | MDEV-22393 Corruption for SET GLOBAL innodb_ string variablesMarko Mäkelä2020-04-2813-214/+1762
| |/ / / / / /
| * | | | | | MDEV-22392 Race condition on SET GLOBAL innodb_buffer_pool_evict='uncompressed'Marko Mäkelä2020-04-281-7/+8
| * | | | | | Remove a duplicated copyright messageMarko Mäkelä2020-04-281-1/+0
| * | | | | | XtraDB 5.6.47-87.0Marko Mäkelä2020-04-273-4/+4
* | | | | | | Speed up innodb_gis.rtree_splitMarko Mäkelä2020-04-282-90/+30
* | | | | | | Cleanup: Declare rtr_get_father_node() staticallyMarko Mäkelä2020-04-282-135/+117
* | | | | | | MDEV-21331 installation fails on a server with containersSergei Golubchik2020-04-281-1/+1
* | | | | | | MDEV-21913 Add pam_user_map.so file to binary tarball packageSergei Golubchik2020-04-282-2/+6
* | | | | | | MDEV-20230: mariabackup --ftwrl-wait-timeout never times out on explicitbb-10.2-MDEV-20230-ftwrl-wait-timeoutVlad Lesin2020-04-273-55/+108
* | | | | | | MDEV-7962: Follow-up fix for 10.2Marko Mäkelä2020-04-277-34/+25
* | | | | | | Merge 10.1 into 10.2Marko Mäkelä2020-04-2733-275/+209
|\ \ \ \ \ \ \ | |/ / / / / /
| * | | | | | MDEV-7962 wsrep_on() takes 0.14% in OLTP ROMarko Mäkelä2020-04-2720-220/+160
| * | | | | | MDEV-22271 Excessive stack memory usage due to WSREP_LOGSergei Golubchik2020-04-272-9/+4
| * | | | | | MDEV-22078 MariaDB-compat missing from MariaDB 10.4 CentOS 8 Yum RepoSergei Golubchik2020-04-271-7/+3
| * | | | | | MDEV-22203: WSREP_ON is unnecessarily expensive to evaluateMarko Mäkelä2020-04-2710-37/+38
| * | | | | | Fix clang 10 warningsMarko Mäkelä2020-04-272-3/+4
| * | | | | | Aria: Avoid unused variables in embedded serverMarko Mäkelä2020-04-271-1/+1
| * | | | | | MDEV-22271: Follow-up fix of --embeddedMarko Mäkelä2020-04-271-1/+10
| * | | | | | MDEV-22349 MTR re-bootstrap modifies environment variable MYSQLD_BOOTSTRAP_CMDElena Stepanova2020-04-231-1/+2
* | | | | | | cleanup THR_KEY_mysysEugene Kosov2020-04-253-14/+14
* | | | | | | Cleanup: Make row_upd_store_row() staticMarko Mäkelä2020-04-242-11/+2
* | | | | | | Cleanup: Remove a constant parameterMarko Mäkelä2020-04-241-11/+4
* | | | | | | MDEV-22358 Assertion srv_undo_sources || ... in row_prebuilt_free()Marko Mäkelä2020-04-233-3/+14
* | | | | | | Merge 10.1 into 10.2Marko Mäkelä2020-04-224-15/+27
|\ \ \ \ \ \ \ | |/ / / / / /
| * | | | | | Fix GCC 10 -WoverflowMarko Mäkelä2020-04-171-1/+2
| * | | | | | MDEV-22271 Excessive stack memory usage due to WSREP_LOGMarko Mäkelä2020-04-172-7/+13
| * | | | | | Merge branch '5.5' into 10.1Varun Gupta2020-04-161-6/+11
| |\ \ \ \ \ \ | | |/ / / / /
| | * | | | | Minor fixup to MDEV-22191Varun Gupta2020-04-161-6/+11
* | | | | | | MDEV-21807 : galera.galera_slave_replay MTR failed: WSREP: Unknown parameter ...Jan Lindström2020-04-221-1/+1
* | | | | | | MDEV-22159: Don't redirect as root to a tmp file not owned by rootOtto Kekäläinen2020-04-221-1/+8
* | | | | | | MDEV-22181 : galera.galera_sst_mysqldump_with_key MTR failed: INSERT failed: ...Jan Lindström2020-04-221-0/+3
* | | | | | | MDEV-19347: Mariabackup does not honor ignore_db_dirs from serverbb-10.2-MDEV-19347-ignore_db_dirsVlad Lesin2020-04-216-177/+231
* | | | | | | Fixed multi_update_debug.testMonty2020-04-182-4/+4
* | | | | | | Don't write warning about uninitialized mutex if there is a memory leakMonty2020-04-181-6/+5
* | | | | | | Fixed memory leaks in resolve_stack_dumpMonty2020-04-181-15/+30
* | | | | | | Fixed memory leak with DEFAULT(f) on Geometry fieldMonty2020-04-185-4/+29
* | | | | | | Fixed memory leak with fulltext indexesMonty2020-04-184-2/+30
* | | | | | | Fixed compiler warning in mysqltest.ccMonty2020-04-181-1/+1
* | | | | | | Merge 10.1 into 10.2Marko Mäkelä2020-04-152-5/+25
|\ \ \ \ \ \ \ | |/ / / / / /