summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* more test added10.5-order_by_limitVarun Gupta2020-04-152-0/+95
* Self reviewVarun Gupta2020-04-1511-260/+232
* Fixing buildbot failuresVarun Gupta2020-02-186-29/+29
* fixing sort_nest.testVarun Gupta2020-02-173-1292/+483
* Fixing tests for sort nestVarun Gupta2020-02-175-180/+15
* MDEV-21713: LIMIT optimization and selectivity: pessimistic estimates cause o...Sergei Petrunia2020-02-167-3/+155
* Fixing a minor performance regressionVarun Gupta2020-02-091-1/+1
* Minor fixes after rebasing on 10.5Varun Gupta2020-02-091-3/+2
* Fixing optimizer trace tests failingVarun Gupta2020-02-091-2/+1
* Fix to address performance regression of ORDER BY with limit queriesVarun Gupta2020-02-094-31/+52
* Extend the join prefix to ensure all tables in the duplicate range either are...Varun Gupta2020-02-096-14/+177
* Adding more test coverageVarun Gupta2020-02-092-0/+34
* Improved the descriptionVarun Gupta2020-02-091-56/+57
* Adding sql_sort_nest.cc file to CMakeListVarun Gupta2020-02-091-0/+1
* Introduced optimizer_switch for cost based order by limit optimizationVarun Gupta2020-02-092-4/+3
* Minor fix for duplicate weedoutVarun Gupta2020-02-092-6/+27
* Introduced an optimizer_switch for ORDER BY LIMITVarun Gupta2020-02-098-1212/+20
* Updated the descriptionVarun Gupta2020-02-091-24/+18
* Tests moved to one fileVarun Gupta2020-02-098-1464/+1391
* Minor fix to testsVarun Gupta2020-02-094-226/+223
* More tests added for subqueriesVarun Gupta2020-02-092-112/+352
* Sort nest not allowed inside dependent subqueriesVarun Gupta2020-02-093-7/+184
* minor fixVarun Gupta2020-02-094-6/+8
* ORDER BY LIMITVarun Gupta2020-02-0940-472/+9061
* MDEV-21689 Add Sql_cmd for GRANT/REVOKE statementsAlexander Barkov2020-02-0813-317/+813
* Cleanup: Aligned InnoDB index page header accessMarko Mäkelä2020-02-086-149/+78
* MDEV-21351: Allocate aligned memoryMarko Mäkelä2020-02-082-4/+11
* MDEV-21248: Do not break the build on clangMarko Mäkelä2020-02-081-1/+1
* MDEV-21248: Prevent optimizing out buf argument in check_stack_overrun.Martin Liska2020-02-081-2/+11
* One more fixup for sizeof(mtr_t) reductionMarko Mäkelä2020-02-071-2/+2
* mtr_t::get_log_mode(): Remove a redundant assertionMarko Mäkelä2020-02-071-1/+0
* Fixup the parent commitMarko Mäkelä2020-02-071-2/+2
* Cleanup: Recude sizeof(mtr_t)Marko Mäkelä2020-02-072-66/+51
* Merge 10.4 into 10.5Marko Mäkelä2020-02-0769-294/+587
|\
| * MDEV-21616: Server crash when using "SET STATEMENT max_statement_time=0 FOR d...Oleksandr Byelkin2020-02-053-0/+26
| * MDEV-21658 Error on online ADD PRIMARY KEY after instant DROP/reorderMarko Mäkelä2020-02-053-4/+61
| * MDEV-21645 SIGSEGV in innobase_get_computed_valueMarko Mäkelä2020-02-043-1/+23
| * MDEV-20625 : MariaDB asserting when enabling wsrep_onbb-10.4-MDEV-20625Jan Lindström2020-02-043-11/+14
| * MDEV-20625: MariaDB asserting when enabling wsrep=onJulius Goryavsky2020-02-043-0/+21
| * MDEV-20625 : MariaDB asserting when enabling wsrep_onJan Lindström2020-02-031-48/+68
| * MDEV-20001 Potential dangerous regression: INSERT INTO >=100 rows fail for my...Sachin2020-02-039-70/+79
| * MDEV-17798 System variable system_versioning_asof accepts wrong values (10.4)Aleksey Midenkov2020-02-023-2/+39
| * MDEV-18791 Wrong error upon creating Aria table with long index on BLOBSachin Setiya2020-02-023-0/+13
| * MDEV-21256 after-merge fix: Use std::atomicMarko Mäkelä2020-02-012-7/+6
| * MDEV-19845: Make my_cpu.h self-containedMarko Mäkelä2020-02-013-5/+10
| * MDEV-17844 recs_off_validate() fails in page_zip_write_trx_id_and_roll_ptr()Marko Mäkelä2020-01-311-0/+15
| * Fixup cd2c0e013ccb5f9b009743dfd7188585a539d9b5Marko Mäkelä2020-01-311-1/+1
| * Empty commitSachin2020-01-310-0/+0
| * Fixed compiler warnings from gcc 7.4.1Monty2020-01-2947-197/+282
| * Added error output wsrep_print_versionMonty2020-01-291-5/+16