summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Merge 10.2 into 10.3Marko Mäkelä2018-03-308-11/+13
|\
| * MDEV-15325 fixup: Disable test for --embeddedMarko Mäkelä2018-03-291-0/+2
| * MDEV-13785: move defination HAVE_LARGE_PAGES -> HAVE_LINUX_LARGE_PAGESDaniel Black2018-03-297-11/+11
* | MDEV-12266: Remove lookups when dropping indexesMarko Mäkelä2018-03-304-90/+75
* | Cleanup: moving timestamp_to_TIME() as a method to THDAlexander Barkov2018-03-303-21/+23
* | cleanup: remove get_datetime_value()Sergei Golubchik2018-03-303-69/+8
* | bugfix: Item_cache_temporal::convert_to_basic_const_item assumed DATETIMESergei Golubchik2018-03-303-8/+27
* | bugfix: Item_cache_temporal::get_date() didn't set null_valueSergei Golubchik2018-03-301-1/+1
* | cleanup: Item_func_caseSergei Golubchik2018-03-303-175/+126
* | compilation w/o partitioningSergei Golubchik2018-03-304-31/+36
* | Fix bogus error: Failed to find tablespaceMarko Mäkelä2018-03-301-59/+30
* | MDEV-14592: Custom Aggregates Usage Status VariableVarun Gupta2018-03-309-0/+180
* | Fix a WITH_WSREP=OFF warningMarko Mäkelä2018-03-291-2/+5
* | MDEV-12266: Change dict_table_t::space to fil_space_t*Marko Mäkelä2018-03-2980-2226/+1289
* | MDEV-12266: Skip a lookup when checking free spaceMarko Mäkelä2018-03-293-142/+65
* | MDEV-12266: fsp_flags_try_adjust(): Remove lookupMarko Mäkelä2018-03-293-20/+15
* | MDEV-12266: Remove fil_system_t::named_spacesMarko Mäkelä2018-03-293-108/+37
* | MDEV-12266: Make trx_rseg_t::space a pointerMarko Mäkelä2018-03-2910-87/+76
* | MDEV-12266: Remove trx_undo_t::spaceMarko Mäkelä2018-03-295-17/+15
* | MDEV-12266: Clean up btr_search_drop_page_hash_when_freed()Marko Mäkelä2018-03-295-30/+13
* | MDEV-12266: Cleanup DISCARD TABLESPACEMarko Mäkelä2018-03-294-102/+30
* | MDEV-12266: Cleanup TRUNCATEMarko Mäkelä2018-03-294-340/+288
* | MDEV-12266: Clean up recv_recover_page()Marko Mäkelä2018-03-291-20/+15
* | MDEV-12266: Refactor trx_rseg_header_create()Marko Mäkelä2018-03-295-27/+22
* | MDEV-12266: Remove dict_index_t::table_nameMarko Mäkelä2018-03-2928-501/+304
* | MDEV-12266: Remove dict_index_t::spaceMarko Mäkelä2018-03-2934-178/+132
* | MDEV-12266: Add dict_index_t::set_modified(mtr)Marko Mäkelä2018-03-2915-72/+76
* | MDEV-12266: dict_recreate_index_tree(): Keep the fil_space_tMarko Mäkelä2018-03-291-17/+16
* | MDEV-12266: fsp_flags_try_adjust(): Remove a lookupMarko Mäkelä2018-03-2910-200/+168
* | MDEV-12266: Add fil_system.sys_space, temp_spaceMarko Mäkelä2018-03-2914-366/+139
* | Allocate the singleton fil_system staticallyMarko Mäkelä2018-03-2912-417/+380
* | Remove dict_build_tablespace_for_table()Marko Mäkelä2018-03-293-100/+32
* | Remove an unnecessary global declarationMarko Mäkelä2018-03-292-38/+23
* | Remove unused function fil_space_get_id_by_name()Marko Mäkelä2018-03-292-29/+0
* | Merge 10.2 into 10.3Marko Mäkelä2018-03-2922-132/+287
|\ \ | |/
| * MDEV-15719: Adjust a test caseMarko Mäkelä2018-03-291-4/+4
| * Remove unnecessary SysTablespace referencesMarko Mäkelä2018-03-293-5/+5
| * row_drop_table_for_mysql(): Use a constant stringMarko Mäkelä2018-03-291-35/+29
| * MDEV-15472: Assertion `!is_set() || (m_status == DA_OK_BULK && is_bulk_op())'...Sergei Petrunia2018-03-294-1/+30
| * MDEV-15682 mariabackup.unsupported_redo fails in buildbot with wrong result codeMarko Mäkelä2018-03-293-16/+41
| * MDEV-15720 ib_buffer_pool unnecessarily includes the temporary tablespaceMarko Mäkelä2018-03-291-5/+15
| * MDEV-15719 ALTER TABLE…ALGORITHM=INPLACE is unnecessarily refused due to in...Marko Mäkelä2018-03-292-6/+4
| * MDEV-15686: Loading MyRocks plugin back after it has been unloaded causes a c...Sergei Petrunia2018-03-292-2/+30
| * recv_validate_tablespace(): Fix -Wmissing-fallthroughMarko Mäkelä2018-03-281-11/+10
| * fil_node_open_file(): Add a missing space to messageMarko Mäkelä2018-03-281-1/+1
| * MDEV-15686: Loading MyRocks plugin back after it has been unloaded causes a c...Sergei Petrunia2018-03-285-2/+80
| * MDEV-15708: rocksdb.mariadb_plugin fails on winx64, Cannot enable tc-log at r...Sergei Petrunia2018-03-281-0/+7
| * MDEV-11531: encryption.innodb_lotoftables failed in buildbotJan Lindström2018-03-282-48/+34
* | MDEV-15149 Assert upon concurrent creating / querying sequencesMonty2018-03-292-0/+27
* | MDEV-15149 Assert upon concurrent creating / querying sequencesMonty2018-03-294-0/+69