summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* MDEV-27657 Spider: remove #ifdef SPIDER_HANDLER_SUPPORT_MULTIPLE_KEY_PARTSbb-10.9-MDEV-27657Nayuta Yanagisawa2022-02-012-163/+4
* MDEV-11675. Convert the new session var to bool type and test changesAndrei2022-01-3140-116/+112
* MDEV-4989: Support for GTID in mysqlbinlogBrandon Nesterenko2022-01-3110-8/+109
* MDEV-11675 Lag Free Alter On SlaveSachin2022-01-2787-150/+8451
* MDEV-27621 Backup fails with FATAL ERROR: Was only able to copy logMarko Mäkelä2022-01-271-5/+16
* MDEV-4989: Support for GTID in mysqlbinlogBrandon Nesterenko2022-01-2613-23/+4418
* bump the version and maturitySergei Golubchik2022-01-262-3/+3
* MDEV-26238: Remove inconsistent behaviour of --default-* optionsRucha Deodhar2022-01-264-72/+105
* MDEV-27398 DESC index causes wrong (empty) result on Federated tablesSergei Golubchik2022-01-263-5/+61
* cleanup: FederatedXSergei Golubchik2022-01-262-27/+16
* MDEV-27581 Wrong result with DESC key on partitioned Spider tableSergei Golubchik2022-01-265-37/+140
* MDEV-27590 Auto-increment on Spider tables with DESC PK does not work properlySergei Golubchik2022-01-264-17/+108
* MDEV-27586 Auto-increment does not work with DESC on MERGE tableSergei Golubchik2022-01-263-4/+32
* MDEV-27434 DESC attribute does not work with auto-increment on secondary colu...Sergei Golubchik2022-01-266-12/+88
* ORDER BY index traversal direction in the optimizer traceSergei Golubchik2022-01-262-3/+4
* MDEV-27407 Different ASC/DESC index attributes on MERGE and underlying table ...Sergei Golubchik2022-01-263-1/+26
* MDEV-27406 Index on a HEAP table retains DESC attribute despite being hashSergei Golubchik2022-01-263-8/+37
* MDEV-27393 Timezone tables cannot have descending indexesSergei Golubchik2022-01-263-1/+33
* MDEV-27309 Server crash or ASAN memcpy-param-overlap upon INSERT into Aria/My...Sergei Golubchik2022-01-266-5/+107
* cleanup: reduce code duplicationSergei Golubchik2022-01-262-14/+5
* MDEV-27303 Table corruption after insert into a non-InnoDB table with DESC indexSergei Golubchik2022-01-266-28/+177
* MDEV-27396 DESC index attribute remains in Archive table definition, despite ...Sergei Golubchik2022-01-263-9/+33
* MDEV-27591 Connect tables (FIX/DOS) don't work with DESC keys - wrong resultsSergei Golubchik2022-01-263-0/+28
* MDEV-27408 DESC index on a Mroonga table causes wrong order of result setSergei Golubchik2022-01-263-0/+32
* RocksDB doesn't support DESC indexes yetSergei Golubchik2022-01-265-5/+24
* MDEV-27529 Wrong result upon query using index_merge with DESC key (#2)Sergei Petrunia2022-01-263-2/+53
* MDEV-27426 Wrong result upon query using index_merge with DESC keySergei Petrunia2022-01-263-4/+25
* MDEV-26996 Reverse-ordered indexes: improve print-outSergei Petrunia2022-01-262-7/+9
* MDEV-26996 Reverse-ordered indexes: remove SEL_ARG::is_ascendingSergei Petrunia2022-01-264-83/+77
* MDEV-26996 Support descending indexes in the range optimizerSergei Petrunia2022-01-266-47/+82
* Descending indexes code exposed a gap in fix for MDEV-25858.Sergei Petrunia2022-01-263-7/+70
* MDEV-26996 Support descending indexes in the range optimizerSergei Petrunia2022-01-267-102/+582
* MDEV-26938 Support descending indexes internally in InnoDB (server part)Sergei Golubchik2022-01-2628-119/+882
* MDEV-26938 Support descending indexes internally in InnoDBMarko Mäkelä2022-01-2643-644/+797
* cleanup: testsSergei Golubchik2022-01-268-255/+189
* Merge remote-tracking branch 'origin/bb-10.8-wlad' into 10.8Vladislav Vaintroub2022-01-261-61/+41
|\
| * MDEV-14425 fix inadverent changes on WindowsVladislav Vaintroub2022-01-261-61/+41
* | MDEV-23570 deprecate keep_files_on_createAlexander Barkov2022-01-264-1/+129
|/
* MDEV-27229 fixup: GCC -Wunused-functionMarko Mäkelä2022-01-251-0/+2
* A clean-up for MDEV-10654 add support IN, OUT, INOUT parameter qualifiers for...Alexander Barkov2022-01-248-81/+4254
* MDEV-10654 add support IN, OUT, INOUT parameter qualifiers for stored functionsManoharKB2022-01-246-91/+5250
* MDEV-27521 SIGSEGV in spider_parse_connect_info in MDEV-27106 branchNayuta Yanagisawa2022-01-243-1/+16
* MDEV-26858 Spider: Remove dead code related to HandlerSocketNayuta Yanagisawa2022-01-2442-16080/+33
* MDEV-27106 Spider: specify connection to data node by engine-defined attributesNayuta Yanagisawa2022-01-244-8/+516
* MDEV-5271 Support engine-defined attributes per partitionNayuta Yanagisawa2022-01-2411-124/+588
* MDEV-27314 InnoDB Buffer Pool Resize output cleanup (mtr postfix)Daniel Black2022-01-243-3/+3
* MDEV-27314 InnoDB Buffer Pool Resize output cleanupHaidong Ji2022-01-243-30/+25
* Extend the Gitlab-CI pipeline to run mini benchmarkOtto Kekäläinen2022-01-224-3/+262
* MDEV-27208: mtr --ps-protocol test fixupMarko Mäkelä2022-01-222-0/+8
* MDEV-27208: Extend CRC32() and implement CRC32C()Marko Mäkelä2022-01-216-32/+254