summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* MDEV-22401: Optimizer trace: multi-component range is not printed correctlybb-10.4-mdev22401Sergei Petrunia2020-04-295-10/+74
* fix the test for windowsSergei Golubchik2020-04-282-2/+4
* Merge 10.3 into 10.4Marko Mäkelä2020-04-2730-215/+178
|\
| * Merge 10.2 into 10.3Marko Mäkelä2020-04-277-35/+26
| |\
| | * MDEV-7962: Follow-up fix for 10.2Marko Mäkelä2020-04-277-34/+25
| * | Flag a result dependency on PLUGIN_PERFSCHEMAMarko Mäkelä2020-04-271-0/+1
| * | Merge 10.2 into 10.3Marko Mäkelä2020-04-2730-192/+158
| |\ \ | | |/
| | * 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
| * | | After-merge fixMarko Mäkelä2020-04-231-4/+4
* | | | MDEV-20257 Server crashes in Grant_table_base::init_read_record upon crash-up...Sergei Golubchik2020-04-273-1/+38
* | | | MDEV-21928 ALTER USER doesn't remove excess authentication plugins from mysql...Sergei Golubchik2020-04-273-2/+29
* | | | more verbose testsSergei Golubchik2020-04-2716-0/+38
* | | | MDEV-21244 mysql_upgrade creating empty global_priv tableSergei Golubchik2020-04-273-0/+22
* | | | MDEV-18565 Galera mtr-suite fails if galera library is not installedSergei Golubchik2020-04-2721-363/+211
* | | | Fixed shutdown crash in Aria that affects debug binariesMonty2020-04-261-1/+4
* | | | MDEV-14735: Fix -Wunused-const-variableMarko Mäkelä2020-04-241-1/+3
* | | | Fixup d1c3342d07dbf56dc355b9e61efc3938807bcb3a for --embeddedMarko Mäkelä2020-04-241-0/+1
* | | | MDEV-7962 wsrep_on() takes 0.14% in OLTP ROMarko Mäkelä2020-04-245-10/+14
* | | | MDEV-22203: WSREP_ON is unnecessarily expensive WITH_WSREP=OFFMarko Mäkelä2020-04-247-23/+22
* | | | MDEV-22203: WSREP_ON is unnecessarily expensive to evaluateJan Lindström2020-04-2419-49/+89
* | | | Fixed memory leak if Aria didn't startMonty2020-04-231-0/+3
* | | | Fixed default_storage_engine.testMonty2020-04-232-0/+5
* | | | Merge 10.3 into 10.4Marko Mäkelä2020-04-2226-220/+357
|\ \ \ \ | |/ / /
| * | | Merge 10.2 into 10.3Marko Mäkelä2020-04-2224-218/+355
| |\ \ \ | | |/ /
| | * | 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