summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* MDEV-15692: install_spider.sql can fail with some collationsbb-10.3-MDEV-15692Jacob Mathew2018-04-051-1/+3
* MDEV-7914: spider/bg.ha, spider/bg.ha_part crash server sporadically in buildbotJacob Mathew2018-04-044-46/+105
|\
| * MDEV-7914: spider/bg.ha, spider/bg.ha_part crash server sporadically in buildbotbb-10.3-MDEV-7914Jacob Mathew2018-04-034-46/+105
* | MDEV-15241: make SIGNAL maximum MESSAGE_TEXT length a larger valueVarun Gupta2018-04-045-17/+18
* | MDEV-15773 - Simplified away trx_sys_t::m_viewsSergey Vojtovich2018-04-045-120/+41
* | MDEV-15773 - Simplified away trx_free_for_(mysql|background)Sergey Vojtovich2018-04-0419-129/+96
* | MDEV-15773 - trx_sys.mysql_trx_list -> trx_sys.trx_listSergey Vojtovich2018-04-0411-185/+77
* | MDEV-15773 - Simplified away trx_t::in_mysql_trx_listSergey Vojtovich2018-04-047-39/+20
* | MDEV-15773 - trx_allocate_for_background() -> trx_create()Sergey Vojtovich2018-04-0414-75/+39
* | Merge 10.2 into 10.3Marko Mäkelä2018-04-0410-43/+409
|\ \
| * | Remove an unused variableMarko Mäkelä2018-04-031-1/+1
| * | MDEV-15764 InnoDB may write uninitialized garbage to redo logMarko Mäkelä2018-04-031-8/+8
| * | MDEV-15737 assertion in mariabackup.exe!recv_calc_lsn_on_data_add()Thirunarayanan Balathandayuthapani2018-04-031-1/+2
| * | MDEV-15579 Crash in Item_field::used_tables() called byGalina Shalygina2018-04-033-0/+211
| * | MDEV-15636 mariabackup --lock-ddl-per-table hangs if ALTER table is runningVladislav Vaintroub2018-04-014-27/+179
| * | CMake : Move INNODB_DISALLOW_WRITES from top-level CMakeLists.txt to innodbVladislav Vaintroub2018-04-012-7/+7
* | | MDEV-15767 innodb.101_compatibility failsMarko Mäkelä2018-04-042-6/+11
* | | Cleanup in the system variable parsing codeAlexander Barkov2018-04-032-1/+7
* | | MDEV-15739 sql_mode=ORACLE: Make LPAD and RPAD return NULL instead of empty s...halfspawn2018-04-034-8/+246
* | | MDEV-10991: Server crashes in spider_udf_direct_sql_create_conn - tests in sp...Jacob Mathew2018-04-021-16/+0
* | | MDEV-15743 Avoid a PFS warning by shortening key name for proxy protocol rwlockVladislav Vaintroub2018-04-021-1/+1
* | | Cleanup: removing duplicate code, adding "const", etcAlexander Barkov2018-04-022-96/+72
* | | MDEV-14929 - AddressSanitizer: memcpy-param-overlap in Field_longstr::compressSergey Vojtovich2018-04-023-5/+35
* | | Fixed valgrind warning in DBUG_PRINT as thd->stmt_lex is not initalizedMonty2018-04-021-0/+1
* | | Fix for MDEV-14831Monty2018-04-026-29/+104
* | | MDEV-15694 Windows : use GetSystemTimePreciseAsFileTime if available for high...Vladislav Vaintroub2018-04-013-10/+44
* | | Revert "MDEV-12266: Remove lookups when dropping indexes"Marko Mäkelä2018-03-304-75/+90
* | | 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