summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* MDEV-20907 Set innodb_log_files_in_group=1 by defaultMarko Mäkelä2019-10-2824-66/+59
* Merge 10.4 into 10.5Marko Mäkelä2019-10-2831-126/+453
|\
| * Rename LOG_HEADER_FORMAT_ to log_t::FORMAT_Marko Mäkelä2019-10-285-44/+44
| * Revert MDEV-17099 Preliminary changes for Galera XA support (#1401)Marko Mäkelä2019-10-289-24/+11
| * Add wait_condition to stabilize.Jan Lindström2019-10-252-24/+26
| * MDEV-17099 Preliminary changes for Galera XA support (#1401)Daniele Sciascia2019-10-249-11/+24
| * MDEV-18590 galera.versioning_trx_id: Test failure: mysqltest: Result content ...Jan Lindström2019-10-232-0/+3
| * Stabilize tests.Jan Lindström2019-10-2310-54/+153
| * Ensure that full_crc32_import doesn't failMonty2019-10-201-0/+2
| * Server crashes with BACKUP STAGE and FLUSH TABLE table_nameMonty2019-10-203-3/+69
| * MDEV-20730: Syntax error on SELECT INTO @variable with CTEbb-10.5-MDEV-20730Oleksandr Byelkin2019-10-174-0/+62
| * MDEV-6860 Parallel async replication hangs (#1400)seppo2019-10-164-0/+94
* | MDEV-20844: Add missing override qualifiersMarko Mäkelä2019-10-281-2/+2
* | Amend 3ea51b518bf8c2ec55e125794a14fb152079839cMarko Mäkelä2019-10-281-2/+2
* | MDEV-20890 Illegal mix of collations with UUID()Alexander Barkov2019-10-248-13/+26
* | MDEV-20487 Set innodb_adaptive_hash_index=OFF by defaultMarko Mäkelä2019-10-233-8/+6
* | Don't crash in S3 if Aria is not initialzedbb-10.5-sertMonty2019-10-201-1/+4
* | Fixed compilation issueMonty2019-10-201-6/+4
* | MDEV-20844 RBR from binary(16) to inet6 fails with error 171: The event was c...Alexander Barkov2019-10-1811-78/+322
* | MDEV-20856 Bad values in metadata views for partitions on VARBINARYAlexander Barkov2019-10-189-257/+368
* | Part2: MDEV-20837 Add MariaDB_FUNCTION_PLUGINAlexander Barkov2019-10-168-905/+69
* | Part1: MDEV-20837 Add MariaDB_FUNCTION_PLUGINAlexander Barkov2019-10-1613-63/+967
* | MDEV-20831 Table partitioned by LIST/RANGE COLUMNS(inet6) can be created, but...Alexander Barkov2019-10-156-111/+252
* | MDEV-20822 INET6 crashes in combination with RBR extended metadataAlexander Barkov2019-10-143-4/+136
* | MDEV-20826 Wrong result of MIN(inet6) with GROUP BYAlexander Barkov2019-10-143-0/+19
* | MDEV-16620 JSON_ARRAYAGG and JSON_OBJECTAGG.Alexey Botchkov2019-10-148-16/+237
* | MDEV-10014 Add RETURNING to INSERTSergei Golubchik2019-10-145-65/+101
* | bugfix: PS and dependent subqueriesSergei Golubchik2019-10-141-2/+2
* | MDEV-10014 Add RETURNING to INSERTRucha Deodhar2019-10-1426-108/+1846
* | cleanup st_select_lex_unit::explainableSergei Golubchik2019-10-146-63/+18
* | cleanup: formattingSergei Golubchik2019-10-148-64/+53
* | cleanup: reduce code duplicationSergei Golubchik2019-10-142-192/+96
* | cleanup: don't pass wild_num to setup_wild()Sergei Golubchik2019-10-1410-82/+39
* | outer references in subqueries in INSERTSergei Golubchik2019-10-1410-33/+29
* | MDEV-12684 Show what config file a sysvar got a value fromSergei Golubchik2019-10-1414-13/+270
* | MDEV-12684 Show what config file a sysvar got a value fromSergei Golubchik2019-10-1444-153/+151
* | MDEV-12684 Show what config file a sysvar got a value fromSergei Golubchik2019-10-144-57/+39
* | cleanup: don't use my_getopt_is_args_separator()Sergei Golubchik2019-10-146-8/+4
* | cleanup: unify --defaults* option handlingSergei Golubchik2019-10-145-210/+113
* | cleanup: my_getopt, get_one_option isn't optionalSergei Golubchik2019-10-143-48/+37
* | cleanup: my_getopt, consistencySergei Golubchik2019-10-143-23/+14
* | cleanup: my_defaults, remove Process_option_funcSergei Golubchik2019-10-142-105/+39
* | MDEV-20818 ER_CRASHED_ON_USAGE or Assertion `length <= column->length' failed...Alexander Barkov2019-10-149-18/+171
* | clang failed to compile the embedded library with unused constant errorsAlexander Barkov2019-10-131-0/+2
* | MDEV-20800 Server crashes in Field_inet6::store_warning upon updating table s...Alexander Barkov2019-10-136-31/+40
* | Removing redundant `--source include/have_innodb.inc` from type_inet6_{memory...Alexander Barkov2019-10-132-4/+0
* | Adding the "override" keyword to Item_char_typecast_func_handler_inet6_to_bin...Alexander Barkov2019-10-131-1/+2
* | MDEV-16327: Server doesn't account for engines that supports OFFSET on their ...Oleksandr Byelkin2019-10-136-7/+71
* | MDEV-18553: MDEV-16327 pre-requisits part 3: move kill check in one placeOleksandr Byelkin2019-10-135-22/+6
* | MDEV-18553: MDEV-16327 pre-requisits part 2: uniform of LIMIT/OFFSET handlingOleksandr Byelkin2019-10-1314-83/+63