summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* MDEV-27529: Wrong result upon query using index_merge with DESC key (#2)preview-10.8-MDEV-13756-desc-indexesSergei Petrunia2022-01-193-2/+53
* MDEV-27445 Index inconsistency and assertion failure after renaming virtual ...Thirunarayanan Balathandayuthapani2022-01-101-3/+4
* MDEV-27426: Wrong result upon query using index_merge with DESC keySergei Petrunia2022-01-103-4/+25
* fixup! MDEV-27398 DESC index causes wrong (empty) result on Federated tablesSergei Golubchik2022-01-101-0/+1
* MDEV-27445 Index inconsistency and assertion failure after renaming virtual ...Thirunarayanan Balathandayuthapani2022-01-103-1/+19
* MDEV-27434 DESC attribute does not work with auto-increment on secondary colu...Sergei Golubchik2022-01-086-8/+52
* MDEV-27439 AUTO_INCREMENT columns with DESC index do not workThirunarayanan Balathandayuthapani2022-01-075-241/+1024
* MDEV-27432 ASC/DESC primary and unique keys cause index inconsistency between...Thirunarayanan Balathandayuthapani2022-01-073-0/+31
* ORDER BY index traversal direction in the optimizer traceSergei Golubchik2022-01-062-3/+4
* MDEV-27408 DESC index on a Mroonga table causes wrong order of result setSergei Golubchik2022-01-033-0/+32
* MDEV-27407 Different ASC/DESC index attributes on MERGE and underlying table ...Sergei Golubchik2022-01-033-1/+26
* cleanup: main.merge testSergei Golubchik2022-01-032-94/+18
* MDEV-27406 Index on a HEAP table retains DESC attribute despite being hashSergei Golubchik2022-01-033-8/+37
* MDEV-27393 Timezone tables cannot have descending indexesSergei Golubchik2022-01-023-1/+33
* cleanup: comments in main.timezone testSergei Golubchik2022-01-022-20/+30
* MDEV-27396 DESC index attribute remains in Archive table definition, despite ...Sergei Golubchik2022-01-023-9/+33
* MDEV-27398 DESC index causes wrong (empty) result on Federated tablesSergei Golubchik2022-01-023-5/+60
* mtr failed to detect when a combination is forcedSergei Golubchik2022-01-021-2/+2
* cleanupSergei Golubchik2022-01-022-27/+16
* MDEV-27374 InnoDB table becomes corrupt after renaming DESC-indexed columnThirunarayanan Balathandayuthapani2021-12-292-0/+20
* MDEV-27374 InnoDB table becomes corrupt after renaming DESC-indexed columnThirunarayanan Balathandayuthapani2021-12-281-0/+1
* MDEV-27340 NULL gets lost (becomes empty string), SELECT hangs with DESC inde...Sergei Golubchik2021-12-266-2/+74
* MDEV-26996: Reverse-ordered indexes: improve print-outSergei Petrunia2021-12-222-7/+9
* MDEV-26996: Reverse-ordered indexes: remove SEL_ARG::is_ascendingSergei Petrunia2021-12-224-83/+77
* cleanup: reduce code duplicationSergei Golubchik2021-12-212-14/+5
* MDEV-27330 Wrong sorting order with DESC index and empty strings in MyISAM/Ar...Sergei Golubchik2021-12-216-24/+52
* MDEV-27309 Server crash or ASAN memcpy-param-overlap upon INSERT into Aria/My...Sergei Golubchik2021-12-216-3/+33
* MDEV-27303 Table corruption after insert into a non-InnoDB table with DESC indexSergei Golubchik2021-12-206-4/+125
* combine two test files with seemingly the same nameSergei Golubchik2021-12-204-141/+141
* RocksDB doesn't support DESC indexes yetSergei Golubchik2021-12-165-5/+24
* MDEV-26996: Support descending indexes in the range optimizerSergei Petrunia2021-12-166-47/+82
* Descending indexes code exposed a gap in fix for MDEV-25858.Sergei Petrunia2021-12-164-6/+77
* MDEV-26996: Support descending indexes in the range optimizerSergei Petrunia2021-12-167-102/+582
* MDEV-26938 Support descending indexes internally in InnoDB (server part)Sergei Golubchik2021-12-1626-80/+228
* MDEV-26938 Support descending indexes internally in InnoDBMarko Mäkelä2021-12-1537-601/+493
* disable galera_3nodes.galera_ipv6_mariabackupSergei Golubchik2021-12-151-0/+2
* Merge 10.7 into 10.8Marko Mäkelä2021-12-148-29/+109
|\
| * Merge 10.6 into 10.7Marko Mäkelä2021-12-144-28/+79
| |\
| | * MDEV-27014 InnoDB fails to restore page 0 from the doublewrite bufferThirunarayanan Balathandayuthapani2021-12-122-7/+7
| | * MDEV-27111 atomic.rename_table test case failsThirunarayanan Balathandayuthapani2021-12-121-0/+12
| | * MDEV-27014 InnoDB fails to restore page 0 from the doublewrite bufferThirunarayanan Balathandayuthapani2021-12-124-28/+65
| * | MDEV-27001 Galera crashes when converting table to partitionbb-10.7-MDEV-27001mkaruza2021-12-144-1/+30
* | | MDEV-27206: [ERROR] Duplicated key: cause, Assertion `is_uniq_key' failed wit...Sergei Krivonos2021-12-103-1/+28
* | | Merge 10.7 into 10.8Marko Mäkelä2021-12-102-3/+4
|\ \ \ | |/ /
| * | Add forgotten changes to the parent commitMarko Mäkelä2021-12-102-3/+4
* | | Merge 10.7 into 10.8Marko Mäkelä2021-12-1028-266/+634
|\ \ \ | |/ /
| * | Cleanup: Remove some ib::logger in recovery messagesMarko Mäkelä2021-12-104-179/+214
| * | Merge 10.6 into 10.7Marko Mäkelä2021-12-101-3/+3
| |\ \ | | |/
| | * MDEV-27219 Some error messages might report table names incorrectly on LLP64Marko Mäkelä2021-12-101-3/+3
| * | SUMMARY/DESCRIPTION for compression provider RPMsSergei Golubchik2021-12-085-0/+15