summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Switch Perl DBI scripts from DBD::mysql to DBD::MariaDB driverbb-10.5-MDEV-18565Pali2019-07-1935-166/+161
* Update man pages for 10.5Ian Gilfillan2019-07-1557-99/+99
* MDEV-20052 Add a MEM_ROOT pointer argument to Type_handler::make_xxx_field()Alexander Barkov2019-07-1217-333/+496
* MDEV-20042 Implement EXTRA2_FIELD_DATA_TYPE_INFO in FRMAlexander Barkov2019-07-118-1/+267
* Adding -D__cplusplus into the ABI check command lineAlexander Barkov2019-07-117-349/+618
* MDEV-20009 Add CAST(expr AS pluggable_type)Alexander Barkov2019-07-1016-6/+246
* MDEV-20006 Move geometry specific code in Field_blob::get_key_image() to Fiel...Alexander Barkov2019-07-109-36/+55
* A cleanup `MDEV-19994 Add class Function_collection` (buildbot warnings)Alexander Barkov2019-07-101-6/+9
* MDEV-20004 Move Field_geom from field.cc to sql_type_geom.ccAlexander Barkov2019-07-0913-368/+376
* MDEV-19994 Add class Function_collectionAlexander Barkov2019-07-0917-1816/+1706
* MDEV-19991 Turn I_S tables GEOMETRY_COLUMNS and SPATIAL_REF_SYS into a pluginSergey Vojtovich2019-07-093-35/+7
* MDEV-19991 Turn I_S tables GEOMETRY_COLUMNS and SPATIAL_REF_SYS into a pluginAlexander Barkov2019-07-098-170/+302
* Fix test case for MDEV-16222Aleksey Midenkov2019-07-082-12/+12
* MDEV-19175 Server crashes in ha_partition::vers_can_native upon INSERT DELAYE...Aleksey Midenkov2019-07-073-1/+14
* MDEV-16222 Assertion `0' failed in row_purge_remove_sec_if_poss_leaf on table...Aleksey Midenkov2019-07-077-0/+118
* Tests: versioning suite fix when no test_versioning pluginAleksey Midenkov2019-07-074-2/+10
* MDEV-19785 Storage CONNECT compilation error: unknown type name 'UNZFAM'Aleksey Midenkov2019-07-072-0/+4
* MDEV-19972 Move GIS code from Item_bool_func::get_full_func_mm_tree() to Item...Alexander Barkov2019-07-052-19/+10
* MDEV-19957 Move Type_handler_geometry code from sql_type.h/cc to sql_type_geo...Alexander Barkov2019-07-058-925/+977
* A cleanup (to fix ASAN problem) for MDEV-19863 Add const to TYPELIB pointersAlexander Barkov2019-07-041-6/+6
* Fix ASAN on clang-clVladislav Vaintroub2019-07-041-1/+2
* Remove os_aio_simulated_put_read_threads_to_sleep()Vladislav Vaintroub2019-07-043-59/+0
* Fix clang-cl warningVladislav Vaintroub2019-07-041-1/+1
* Do not compile socket IO code in WolfSSLVladislav Vaintroub2019-07-042-0/+5
* Windows, compiling cleanupsVladislav Vaintroub2019-07-041-5/+7
* Fix clang-cl warningsVladislav Vaintroub2019-07-048-10/+14
* MDEV-19944 Remove GIS data types from keyword list in lex.hAlexander Barkov2019-07-0412-150/+298
* MDEV-19940: Fix integer type mismatchMarko Mäkelä2019-07-041-4/+3
* MDEV-18582: Fix the 32-bit buildMarko Mäkelä2019-07-041-3/+4
* MDEV-18582: Extend SHOW STATUS LIKE 'Innodb_%'Marko Mäkelä2019-07-0416-241/+299
* MDEV-18582 preparation: Allocate ibuf staticallyMarko Mäkelä2019-07-046-117/+110
* MDEV-19940 Clean up INFORMATION_SCHEMA.INNODB_ tablesMarko Mäkelä2019-07-0444-1639/+1415
* MDEV-19908: Add override keywordsMarko Mäkelä2019-07-041-135/+158
* A cleanup for MDEV-19923 Add type handlers for geometry sub-typesAlexander Barkov2019-07-032-9/+12
* MDEV-19923 Add type handlers for geometry sub-typesAlexander Barkov2019-07-0328-888/+1261
* 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