summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Fix github urls of submodulesLingBin2019-07-021-3/+3
* MDEV-19855: Create "Sql_cmd_show_slave_status" class for "SHOW SLAVE STATUS" ...Sujatha2019-07-016-37/+89
* Fix build failure on CentOS for MariaDB official CIYuqi Gu2019-07-011-3/+5
* Windows, compiling . various cleanups, use /Zi instead of /Z7Vladislav Vaintroub2019-06-301-18/+8
* Remove the most annoying clang-cl warningsVladislav Vaintroub2019-06-303-11/+8
* Windows, compiling : Reenable /MP for connect engine.Vladislav Vaintroub2019-06-301-4/+14
* In case WITH_WSREP is enabled, build wsrep as pluginVladislav Vaintroub2019-06-303-13/+8
* Cleanup - do not dllexport statically built pluginsVladislav Vaintroub2019-06-303-12/+20
* improve build, allow sql library to be built in parallel with builtinsVladislav Vaintroub2019-06-304-8/+49
* Remove feedback from Windows MSIVladislav Vaintroub2019-06-301-56/+2
* MDEV-19908 Add class Type_collectionAlexander Barkov2019-06-294-138/+225
* A cleanup for MDEV-19897 Rename source code variable names from utf8 to utf8mb3Alexander Barkov2019-06-281-2/+2
* MDEV-19897 Rename source code variable names from utf8 to utf8mb3Alexander Barkov2019-06-2856-725/+727
* MDEV-19888 Add abstract class Item_json_funcAlexander Barkov2019-06-282-73/+123
* Windows MSI : small cleanups, disable Windows 7/8Vladislav Vaintroub2019-06-271-13/+2
* Windows : Do not package redistributable C runtime , nor merge modules into W...Vladislav Vaintroub2019-06-274-60/+1
* MDEV-17279 Windows : link C runtime dynamicallyVladislav Vaintroub2019-06-271-7/+18
* Windows - simplify code in my_getsystime.Vladislav Vaintroub2019-06-271-23/+7
* Added type conversion to fix compilation error on windowsMonty2019-06-271-2/+2
* Added testcase for MDEV-19585Monty2019-06-272-0/+51
* Merge remote-tracking branch 'origin/10.4' into 10.5Monty2019-06-2754-2890/+1738
|\
| * Limit minium aria_block_size to 4096Monty2019-06-262-2/+3
| * MDEV-19585 Assertion with S3 table and flush_tablesMonty2019-06-262-7/+51
| * MDEV-17441 InnoDB transition to C++11 atomicsEugene Kosov2019-06-265-123/+1
| * MDEV-17441 InnoDB transition to C++11 atomicsEugene Kosov2019-06-264-77/+8
| * MDEV-17441 InnoDB transition to C++11 atomicsEugene Kosov2019-06-268-217/+37
| * MDEV-17441 - InnoDB transition to C++11 atomicsSergey Vojtovich2019-06-265-123/+24
| * MDEV-19049 Server crashes in check_duplicate_long_entry_key, ASAN stack-buffe...Sachin2019-06-264-38/+47
| * MDEV-19860 - do not produce huge strings wtih comp_sql anymore.Vladislav Vaintroub2019-06-252-2/+11
| * MDEV-19820 Wrong result with multiple single column index requestIgor Babaev2019-06-254-5/+96
| * MDEV-6521: Update server HELP contentsIan Gilfillan2019-06-251-2013/+746
| * NFC: refactor Field::is_equal() and related stuffEugene Kosov2019-06-2215-277/+355
| * MDEV-17301 Change of COLLATE unnecessarily requires ALGORITHM=COPYEugene Kosov2019-06-2210-80/+377
| * remove workaround from MDEV-9409Vladislav Vaintroub2019-06-223-18/+5
| * MDEV-19819 ALTER from POINT to LINESTRING erroneously preserves POINT valuesAlexander Barkov2019-06-215-11/+56
| * MDEV-19776: Assertion `to_len >= 8' failed in convert_to_printable with optim...Varun Gupta2019-06-205-1/+25
* | Added s3_protocol_version=autoMonty2019-06-263-11/+14
* | Updated to latest libmarias3 to fix some compatiblity issuesMonty2019-06-261-0/+0
* | MDEV-19575 Fixed assert in ma_pagecacheMonty2019-06-263-1/+60
* | S3: Don't do discover in mysql database (makes boot faster and safer)Monty2019-06-261-0/+8
* | BUILD scripts: Don't build with-plugin-test_sql_discovery staticlyMonty2019-06-261-1/+1
* | MDEV-19867: fix mysqldump to by default not copy S3 tablesVlad Lesin2019-06-264-3/+149
* | MDEV-19464: Altering partitioned table into S3 causes an obscure errorVlad Lesin2019-06-267-29/+284
* | MDEV-19861 Add intfastructure to have ENUM columns in INFORMATION_SCHEMAAlexander Barkov2019-06-265-4/+103
* | MDEV-19863 Add const to TYPELIB pointersAlexander Barkov2019-06-2615-53/+58
* | Added s3_debug to be able to debug s3 connectionsMonty2019-06-253-1/+14
* | Updated to latest libmarias3Monty2019-06-241-0/+0
* | Added S3 test case with InnoDBMonty2019-06-242-0/+66
* | MDEV-19843 Modify ST_FIELD_INFO to use Type_handler and LEX_CSTRINGAlexander Barkov2019-06-248-154/+145
* | MDEV-19836 Reuse new I_S table definition helper classes for RocksDBAlexander Barkov2019-06-244-125/+281