summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* MDEV-15042: INSERT ON DUPLICATE KEY UPDATE produces error 1032 (Can't find re...bb-10.2-MDEV-15042Jan Lindström2018-02-053-1/+53
* MDEV-14958 Merge new release of InnoDB MySQL 5.7.21 to 10.2Marko Mäkelä2018-02-0215-93/+294
|\
| * Remove code related to InnoDB native partitioning in MySQL 5.7Marko Mäkelä2018-02-023-85/+0
| * Merge a fix from MySQL 5.7, to presumably dead codeMarko Mäkelä2018-02-021-2/+5
| |\
| | * Bug #25729649 LOCK0LOCK.CC:NNN:ADD_POSITION != __NULLJimmy Yang2018-02-023-2/+96
| |/
| * Adapt a MySQL 5.7 fix for SET GLOBAL innodb_buffer_pool_sizeMarko Mäkelä2018-02-021-0/+11
| * Merge a test case from MySQL 5.7 (no code fix needed)Marko Mäkelä2018-02-022-0/+55
| * MDEV-13626: Merge InnoDB test cases from MySQL 5.7 (part 7)Marko Mäkelä2018-02-027-3/+220
|/
* Ensure that thd->user_var_events_alloc is always relevantMonty2018-02-013-4/+12
* MDEV-15165 InnoDB purge for index on virtual column is trying to access an in...Marko Mäkelä2018-02-013-115/+137
* Correct a comment about incomplete recordsMarko Mäkelä2018-02-011-7/+9
* Silence a bogus warning about uninitialized m_sizeMarko Mäkelä2018-02-011-1/+3
* Follow-up to reverting MDEV-6938Marko Mäkelä2018-02-012-3/+3
* Attempt to fix appveyorVladislav Vaintroub2018-02-011-10/+14
* auth_gssapi - fix test result and let the test run on Windows buildbotVladislav Vaintroub2018-02-013-1/+10
* Tests : Fix result fileVladislav Vaintroub2018-02-012-3/+0
* MDEV-10949: innodb_disallow_writes does not work as expectedJan Lindström2018-02-013-1/+8
* Fix sql_print_warning formattingVladislav Vaintroub2018-02-011-1/+1
* MDEV-15089 Ensure that connection ID is in 32bit rangeVladislav Vaintroub2018-02-014-13/+164
* threadpool: release mutex on io_poll_create failureDaniel Black2018-01-311-2/+1
* MDEV-15143 InnoDB: Rollback of trx with id 0 completedMarko Mäkelä2018-01-317-8/+14
* MDEV-15133: array bound (bulk) parameters of NULL propagate on next rowsOleksandr Byelkin2018-01-312-17/+32
* Roles : Initialize variables that are passed to update_role_db()Vladislav Vaintroub2018-01-302-7/+8
* MDEV-11415 Remove excessive undo logging during ALTER TABLE…ALGORITHM=COPYMarko Mäkelä2018-01-3024-357/+640
* MDEV-14875: galera_new_cluster crashes mysqld when existing server contains d...Jan Lindström2018-01-301-4/+4
* Fix some wrong test resultMonty2018-01-305-3/+34
* MDEV-14209 innodb_gis.rtree_debug produces huge server error logsMarko Mäkelä2018-01-293-10/+9
* Revert "MDEV-6928: Add trx pointer to struct mtr_t"Marko Mäkelä2018-01-294-28/+14
* MDEV-14485 Server hangs on startup in THD::initVladislav Vaintroub2018-01-296-22/+22
* Remove unused metadata for non-existing sync_thread_mutexMarko Mäkelä2018-01-285-13/+0
* Fixed compiler warningsMonty2018-01-273-9/+11
* Disable rocksdb when building with ASANMonty2018-01-272-1/+3
* MDEV-14721 Big transaction events get lost on semisync master whenAndrei Elkin2018-01-274-5/+96
* Merge branch '10.2' of https://github.com/mariadb/server into 10.2Vladislav Vaintroub2018-01-261-0/+2
|\
| * Fixed memory overrun in create_postjoin_aggr_table()Monty2018-01-261-0/+2
* | Fix MinSizeRel build on Windows.Vladislav Vaintroub2018-01-263-13/+26
* | Windows : fix compile warnings C4267, on 32bit firstVladislav Vaintroub2018-01-265-7/+13
* | update C/CVladislav Vaintroub2018-01-261-0/+0
* | Fix and reenable Windows compiler warning C4800 (size_t conversion).Vladislav Vaintroub2018-01-2624-71/+71
|/
* MDEV-15063: InnoDB assertion failure !is_owned() at dict0defrag_bg.cc:327Jan Lindström2018-01-251-0/+1
* Fix for MDEV-12730Monty2018-01-241-1/+10
* MDEV-15057 Crash when using an unknown identifier as an SP parameterMonty2018-01-244-13/+83
* Allocate page_cleaner and page_cleaner.slot[] staticallyMarko Mäkelä2018-01-241-131/+118
* MDEV-15016: multiple page cleaner threads use a lot of CPUMarko Mäkelä2018-01-241-8/+10
* mariadbbackup: use defaults-group-suffix even if no --defaults-fileDaniel Black2018-01-231-3/+4
* MDEV-14603 signal 11 with short stacktraceAlexander Barkov2018-01-234-0/+179
* MDEV-13825 mariabackup --lock-ddl-per-table does not properly lockVladislav Vaintroub2018-01-231-7/+21
* MDEV-12173 "[Warning] Trying to access missing tablespace"Marko Mäkelä2018-01-221-2/+2
* Allocate mutex_monitor, create_tracker staticallyMarko Mäkelä2018-01-224-26/+12
* Remove useless method LatchCounter::sum_deregister()Marko Mäkelä2018-01-222-17/+2