summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Merge 10.4 into 10.5Marko Mäkelä2019-05-233932-8530/+14342
|\
| * Fixed sometimes wrong result in main.subselect_sj2_matMonty2019-05-221-0/+2
| * MDEV-17458: Clear more of the TRX_SYS pageMarko Mäkelä2019-05-221-4/+2
| * Merge 10.3 into 10.4Marko Mäkelä2019-05-2218-73/+299
| |\
| | * MDEV-17458 Unable to start galera nodeDaniele Sciascia2019-05-211-46/+112
| | * Non-functional change: Remove #ifdef UNIV_DEBUGMarko Mäkelä2019-05-201-4/+2
| | * MDEV-18136 Server crashes in Item_func_dyncol_create::prepare_argumentsAleksey Midenkov2019-05-205-14/+47
| | * MDEV-18512 using DATETIME(6) as row_start/row_end crashes serverEugene Kosov2019-05-204-3/+17
| | * MDEV-19486: Fix -Wsign-compareMarko Mäkelä2019-05-201-1/+1
| | * MDEV-19486 Server crashes in row_upd or row_upd_del_mark_clust_rec on REPLACE...Eugene Kosov2019-05-204-14/+45
| | * MDEV-16214: Incorrect plan taken by the optimizer , uses INDEX instead of ref...Varun Gupta2019-05-203-14/+129
| * | MDEV-19540: 10.4 allow lock options with SELECT in brackets which previous ve...bb-10.4-MDEV-19540Oleksandr Byelkin2019-05-213-1/+38
| * | Add GNU/Hurd cmake configurationSamuel Thibault2019-05-211-0/+30
| * | bump the VERSIONDaniel Bartholomew2019-05-211-1/+1
| * | MDEV-19535 sql_mode=ORACLE: 'SELECT INTO @var FOR UPDATE' does not lock the t...Alexander Barkov2019-05-216-8/+65
| * | MDEV-19533 Add methods make() and append_uniq() to Row_definition_listAlexander Barkov2019-05-216-24/+44
| * | MDEV-19524 Server crashes in Bitmap<64u>::is_clear_all / Field_longstr::csinf...Eugene Kosov2019-05-213-11/+29
| * | Removing of dead code.mariadb-10.4.5Oleksandr Byelkin2019-05-202-34/+0
| * | fix of Galera testOleksandr Byelkin2019-05-191-1/+2
| * | Merge branch '10.3' into 10.4Oleksandr Byelkin2019-05-193893-6455/+11761
| |\ \ | | |/
| | * update a test result, followup fae6539ef72Sergei Golubchik2019-05-181-3/+3
| | * Merge branch '10.2' into 10.3Sergei Golubchik2019-05-1759-820/+1322
| | |\
| | | * restore the correct test resultSergei Golubchik2019-05-172-4/+4
| | | * MDEV-13992 Implement JSON_MERGE_PATCH.Alexey Botchkov2019-05-176-5/+495
| | | * MDEV-19472: eq_range_index_dive_limit cannot be configured in server.cnfVarun Gupta2019-05-171-1/+0
| | | * Fixed rocksdb.mariadb_plugin on WindowsSergey Vojtovich2019-05-161-1/+3
| | | * MDEV-19490 show tables fails when selecting the information_schema databaseMonty2019-05-162-3/+23
| | | * Issue #904: Crash in rocksdb::IOStatsContext::Reset, this=NULLSergei Petrunia2019-05-161-0/+5
| | | * MDEV-19090 - Split rocksdb.locking_issuesSergey Vojtovich2019-05-1642-739/+764
| | | * Fixed RocksDB to follow THD ha_data protocolSergey Vojtovich2019-05-164-67/+30
| | | * Fixed InnoDB to not use broken thd_ha_data()Sergey Vojtovich2019-05-161-1/+1
| | * | MDEV-15458 Segfault in heap_scan() upon UPDATE after ADD SYSTEM VERSIONINGSergei Golubchik2019-05-178-9/+74
| | * | MDEV-15458 Segfault in heap_scan() upon UPDATE after ADD SYSTEM VERSIONINGSergei Golubchik2019-05-174-11/+3
| | * | make method constEugene Kosov2019-05-172-3/+4
| | * | MDEV-15408 Confusing error message upon ER_VERS_FIELD_WRONG_TYPE while omitti...Eugene Kosov2019-05-174-66/+103
| | * | Merge 10.2 into 10.3Marko Mäkelä2019-05-1610-3/+179
| | |\ \ | | | |/
| | | * MDEV-19485: Add a test caseMarko Mäkelä2019-05-162-0/+33
| | | * Merge 10.1 into 10.2Marko Mäkelä2019-05-168-3/+146
| | | |\
| | | | * Fixed the case when statistics were not getting read becauseVarun Gupta2019-05-164-1/+29
| | | | * MDEV-19407: Assertion `field->table->stats_is_read' failed in is_eits_usableVarun Gupta2019-05-164-0/+61
| | | | * MDEV-788 mysqlimport should support the ability to disable foreign keysRobert Bindar2019-05-153-2/+56
| | * | | MDEV-16872 Add CAST(expr AS FLOAT)Alexander Barkov2019-05-1612-16/+221
| | * | | Merge 10.2 into 10.3Marko Mäkelä2019-05-152-87/+25
| | |\ \ \ | | | |/ /
| | | * | MDEV-13080 [ERROR] InnoDB: Missing MLOG_CHECKPOINT between the checkpoint x a...Eugene Kosov2019-05-152-88/+32
| | * | | A cleanup for MDEV-19468: Adding a missing #include <cmath>Alexander Barkov2019-05-151-0/+1
| | * | | A cleanup for MDEV-19468 Hybrid type expressions return wrong format for FLOATAlexander Barkov2019-05-153-4/+15
| | * | | MDEV-19468 Hybrid type expressions return wrong format for FLOATAlexander Barkov2019-05-1517-69/+255
| | * | | MDEV-19445: After-merge fixMarko Mäkelä2019-05-141-4/+4
| | * | | Merge 10.2 into 10.3Marko Mäkelä2019-05-1410-9/+150
| | |\ \ \ | | | |/ /
| | | * | MDEV-19449 Got error 168 for valid TRUNCATE (temporary) TABLEMarko Mäkelä2019-05-142-0/+28