summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* MDEV-12501 -- set --maturity-level by defaultbb-10.3-mdev12501Vesa Pentti2017-12-1416-33/+34
* Faster atomic loads and stores on windowsSergey Vojtovich2017-12-081-6/+37
* MDEV-14529 - InnoDB rw-locks: optimize memory barriersSergey Vojtovich2017-12-082-15/+27
* MDEV-14529 - InnoDB rw-locks: optimize memory barriersSergey Vojtovich2017-12-081-2/+4
* MDEV-14529 - InnoDB rw-locks: optimize memory barriersSergey Vojtovich2017-12-085-10/+13
* MDEV-14529 - InnoDB rw-locks: optimize memory barriersSergey Vojtovich2017-12-084-63/+76
* MDEV-14529 - InnoDB rw-locks: optimize memory barriersSergey Vojtovich2017-12-085-34/+29
* Add extra mutex check to wsrep_aborting_thd_enqueueMonty2017-12-081-0/+1
* Search for galera libraries also in /usr/lib64/galera-3Monty2017-12-084-8/+16
* CleanupsMonty2017-12-0816-109/+189
* MDEV-11297: Add support for LIMIT clause in GROUP_CONCAT()Varun Gupta2017-12-089-12/+6287
* MDEV-13820 trx_id_check() fails during row_log_table_apply()Marko Mäkelä2017-12-075-0/+88
* Merge bb-10.2-ext into 10.3Marko Mäkelä2017-12-071-0/+1
|\
| * Merge 10.2 into bb-10.2-extMarko Mäkelä2017-12-072-0/+2
| |\
| | * Merge 10.1 into 10.2Marko Mäkelä2017-12-072-0/+2
| | |\
| | | * Post-fix for MDEV-14587Marko Mäkelä2017-12-072-0/+2
* | | | Merge bb-10.2-ext into 10.3Marko Mäkelä2017-12-0636-823/+1060
|\ \ \ \ | |/ / /
| * | | Merge 10.2 into bb-10.2-extMarko Mäkelä2017-12-0637-844/+1067
| |\ \ \ | | |/ /
| | * | Follow-up fix to MDEV-13201 Assertion `srv_undo_sources || ...` failed on shu...Marko Mäkelä2017-12-069-14/+21
| | * | MDEV-14511 Use fewer transactions for updating InnoDB persistent statisticsMarko Mäkelä2017-12-0615-690/+627
| | * | MDEV-14563: Wrong query plan for query with no PKSergei Petrunia2017-12-061-0/+2
| | * | MDEV-14563: Wrong query plan for query with no PKSergei Petrunia2017-12-063-0/+62
| | * | MDEV-14433: RocksDB may show empty or incorrect output with rocksdb_strict_co...Sergei Petrunia2017-12-063-0/+84
| | * | MDEV-13626 Merge InnoDB test cases from MySQL 5.7 (part 4)Marko Mäkelä2017-12-062-0/+179
| | |\ \
| | | * | Adjust the test innodb.virtual_stats and rename to gcol.innodb_virtual_statsMarko Mäkelä2017-12-062-2/+2
| | | * | Import innodb.virtual_stats from MySQL 5.7Marko Mäkelä2017-12-062-0/+179
| | |/ /
| | * | MDEV-5834 cleanup: Inline two tiny functionsMarko Mäkelä2017-12-063-40/+13
| | * | Merge 10.1 into 10.2Marko Mäkelä2017-12-059-66/+35
| | |\ \ | | | |/
| | | * MDEV-14587 dict_stats_process_entry_from_defrag_pool() fails to call dict_tab...Marko Mäkelä2017-12-052-42/+14
| | | * MDEV-10688 rpl.rpl_row_log_innodb failed in buildbotMonty2017-12-037-14/+20
| | * | MDEV-13670/MDEV-14550 Error log flood : "InnoDB: page_cleaner: 1000ms intend...Marko Mäkelä2017-12-051-13/+14
| | * | Follow-up to MDEV-12698: Adjust some commentsMarko Mäkelä2017-12-043-4/+4
| | * | Remove references to UNIV_SYNC_DEBUG which was merged with UNIV_DEBUGMarko Mäkelä2017-12-042-6/+2
| | * | resolve_stack_dump updated to match latest stack trace formatMonty2017-12-031-20/+36
* | | | Add "leaves" algorithm to oqgraph.Heinz Wiesinger2017-12-057-0/+668
* | | | Revert "MDEV-12501 -- set --maturity-level by default"Vesa Pentti2017-12-0524-42/+40
* | | | MDEV-12501 -- set --maturity-level by defaultVesa Pentti2017-12-0424-40/+42
* | | | MDEV-7773: Aggregate stored functionsVarun Gupta2017-12-0433-84/+2307
* | | | Remove the side effect of setting m_sp from Item_sp::init_result_fieldVicențiu Ciorbaru2017-12-043-14/+23
* | | | Refactor parts of Item_func_sp into Item_spVarun Gupta2017-12-046-259/+296
* | | | Follow-up to MDEV-12288: Avoid mutex acquistion in trx_rw_is_active(0)Marko Mäkelä2017-12-041-0/+10
* | | | Silence -Wimplicit-fallthroughMarko Mäkelä2017-12-041-1/+1
* | | | Remove compiler warningsMonty2017-12-036-8/+9
* | | | Add direct join support for SpiderMonty2017-12-0315-14/+851
* | | | Changes to fix 64-bit Windows build errors and warnings.Jacob Mathew2017-12-035-9/+9
* | | | merge Spider 3.3.13Kentoku SHIBA2017-12-0352-1422/+12158
* | | | Adding direct update/delete to the server and to the partition engine.Kentoku SHIBA2017-12-0323-68/+1116
* | | | Spider fix: Stop searching next when m_top_entry=NO_CURRENT_PART_IDMichael Widenius2017-12-031-3/+11
* | | | Cleanups for ha_partition.ccMichael Widenius2017-12-031-45/+57
* | | | MDEV-7702 Spiral patch 004_mariadb-10.0.15.slave-trx-retry.diffMonty2017-12-0313-64/+595