summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* temp commit????bb-10.5-MDEV-17395-replaceNikita Malyavin2020-05-042-17/+29
* Period: add versioning combinationNikita Malyavin2020-04-039-32/+58
* move tests to period.overlapsNikita Malyavin2020-04-034-309/+307
* add tests for double PS exec and auto_incrementNikita Malyavin2020-04-032-3/+96
* fix load data and insert..selectNikita Malyavin2020-04-034-9/+62
* add mo testsNikita Malyavin2020-04-032-0/+71
* fixNikita Malyavin2020-04-0311-163/+152
* MDEV-17395 REPLACE/INSERT ODKU: support WITHOUT OVERLAPSNikita Malyavin2020-03-308-238/+399
* fix moore mroonga!Nikita Malyavin2020-03-241-18/+1
* fix mroonga: change field's table as well as ptr for ad-hoc // fixes ptr_in_r...Nikita Malyavin2020-03-243-23/+25
* forbid REPLACE/ODKU on tables containing WITHOUT OVERLAPSNikita Malyavin2020-03-245-0/+85
* MDEV-16978 Application-time periods: WITHOUT OVERLAPSNikita Malyavin2020-03-2420-76/+825
* cleanup: move long-unique data from TABLE to handlerNikita Malyavin2020-03-248-73/+76
* fix key_copy to use from_record argument dataNikita Malyavin2020-03-241-2/+3
* pass ptr into more Field methodsNikita Malyavin2020-03-244-47/+76
* cleanup: constNikita Malyavin2020-03-185-5/+5
* sql_insert: cleanup: remove duplicated variableNikita Malyavin2020-03-181-1/+0
* Fix real keyread count for partitionsNikita Malyavin2020-03-182-4/+5
* unify "partitioning cannot do X" error messagesNikita Malyavin2020-03-1815-23/+23
* cleanup: reduce code duplication in read_extra2()Nikita Malyavin2020-03-181-24/+20
* MDEV-21966: Fix clang -Winconsistent-missing-overrideMarko Mäkelä2020-03-181-7/+7
* MDEV-21973 Bind REPLICATION {MASTER|SLAVE} ADMIN to gtid_* GLOBAL-only system...Alexander Barkov2020-03-1815-4/+423
* merge 10.4 to 10.5Monty2020-03-1873-481/+730
|\
| * Fixed that caused failure in --ps binlog_encryption.rpl_gtid_basicMonty2020-03-172-3/+7
| * MDEV-21932 A fast plan with ROR index-merge is ignored whenbb-10.4-monty3Igor Babaev2020-03-173-0/+95
| * Removed double records_in_range calls from multi_range_read_info_constMonty2020-03-1768-483/+634
| * MDEV-18439 Windows builds should have core_file=1 by defaultVladislav Vaintroub2020-03-171-1/+1
* | MDEV-21972 Bind REPLICATION MASTER ADMIN to master_verify_checksumAlexander Barkov2020-03-184-1/+61
* | MDEV-21971 Bind BINLOG ADMIN to binlog_annotate_row_events and binlog_row_ima...Alexander Barkov2020-03-187-2/+165
* | MDEV-21969 Bind REPLICATION SLAVE ADMIN to relay_log_*, sync_master_info, syn...Alexander Barkov2020-03-1812-5/+301
* | MDEV-21967 Bind REPLICATION {MASTER|SLAVE} ADMIN to rpl_semi_sync_* variablesAlexander Barkov2020-03-1820-9/+546
* | MDEV-21966 Bind REPLICATION SLAVE ADMIN to a number of global system variablesAlexander Barkov2020-03-1851-27/+1392
* | MDEV-21963 Bind BINLOG ADMIN to a number of global system variablesAlexander Barkov2020-03-1731-14/+910
* | MDEV-21961 Bind CONNECTION ADMIN to a number of global system variablesAlexander Barkov2020-03-1730-21/+1531
* | MDEV-21960 Bind READ_ONLY ADMIN to @@read_onlyAlexander Barkov2020-03-176-2/+115
* | MDEV-21957 Bind BINLOG ADMIN to @@binlog_format, @@binlog_direct_.., @@sql_lo...Alexander Barkov2020-03-1714-19/+347
* | Merge 10.4 into 10.5Marko Mäkelä2020-03-1717-96/+220
|\ \ | |/
| * MDEV-16188: Fix clang 10 -Wimplicit-int-float-conversionMarko Mäkelä2020-03-161-1/+2
| * MDEV-5313: Fix GCC 10 -Wenum-conversionMarko Mäkelä2020-03-161-1/+9
| * Merge 10.3 into 10.4Marko Mäkelä2020-03-1620-98/+430
| |\
| | * MDEV-13134/MDEV-21855: Add a test caseMarko Mäkelä2020-03-162-0/+147
| | * Merge 10.2 into 10.3Marko Mäkelä2020-03-1318-104/+283
| | |\
| | | * Fix GCC 10.0 -Wstringop-overflowMarko Mäkelä2020-03-131-5/+8
| | | * MDEV-10047: table-based master info repositorySujatha2020-03-133-1/+220
| | | * Fix clang 10 warningsMarko Mäkelä2020-03-132-3/+4
| | | * MDEV-21933 INFORMATION_SCHEMA.INNODB_SYS_TABLESPACES accesses SYS_DATAFILESMarko Mäkelä2020-03-133-28/+14
| | | * Fix GCC 10 -Wclass-memaccessMarko Mäkelä2020-03-131-1/+1
| | | * Fix GCC 10 -Wstringop-truncationMarko Mäkelä2020-03-131-0/+2
| | | * Update libmariadbMarko Mäkelä2020-03-131-0/+0
| | | * Merge 10.1 into 10.2Marko Mäkelä2020-03-138-92/+53
| | | |\