summaryrefslogtreecommitdiff
path: root/sql
Commit message (Expand)AuthorAgeFilesLines
* Improved the descriptionVarun Gupta2020-02-091-56/+57
* Minor fix for duplicate weedoutVarun Gupta2020-02-092-6/+27
* Introduced an optimizer_switch for ORDER BY LIMITVarun Gupta2020-02-093-7/+4
* Updated the descriptionVarun Gupta2020-02-091-24/+18
* Sort nest not allowed inside dependent subqueriesVarun Gupta2020-02-091-1/+2
* minor fixVarun Gupta2020-02-094-6/+8
* ORDER BY LIMITVarun Gupta2020-02-0928-472/+3235
* MDEV-21689 Add Sql_cmd for GRANT/REVOKE statementsAlexander Barkov2020-02-0812-316/+811
* 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
* Merge 10.4 into 10.5Marko Mäkelä2020-02-074-53/+85
|\
| * MDEV-21616: Server crash when using "SET STATEMENT max_statement_time=0 FOR d...Oleksandr Byelkin2020-02-051-0/+6
| * MDEV-20625 : MariaDB asserting when enabling wsrep_onbb-10.4-MDEV-20625Jan Lindström2020-02-041-10/+11
| * MDEV-20625 : MariaDB asserting when enabling wsrep_onJan Lindström2020-02-031-48/+68
| * MDEV-17798 System variable system_versioning_asof accepts wrong values (10.4)Aleksey Midenkov2020-02-021-2/+7
| * Fixed compiler warnings from gcc 7.4.1Monty2020-01-291-1/+1
* | Incorrect behaviour of WSREP_SYNC_WAIT_UPTO_GTID (#1442)mkaruza2020-02-052-23/+37
* | MDEV-20601: Make REPLICA a synonym for SLAVE in SQL statementsSujatha2020-02-041-0/+3
* | MDEV-21598 Galera test galera.galera_sst_mysqldump does not take wsrep-new-cl...mkaruza2020-01-302-3/+4
* | Galera GTID supportmkaruza2020-01-2920-242/+602
* | Merge 10.4 into 10.5Marko Mäkelä2020-01-2811-49/+313
|\ \ | |/
| * Merge branch '10.3' into 10.4Oleksandr Byelkin2020-01-252-1/+73
| |\
| | * MDEV-21383: Possible range plan is not used under certain conditionsbb-10.3-mdev21383Sergei Petrunia2020-01-242-1/+73
| * | Merge branch '10.3' into 10.4Oleksandr Byelkin2020-01-243-2/+21
| |\ \
| | * \ Merge branch '10.2' into 10.3Oleksandr Byelkin2020-01-244-3/+26
| | |\ \ | | | |/ | | |/|
| | | * Merge branch '10.1' into 10.2Oleksandr Byelkin2020-01-243-3/+22
| | | |\
| | | | * MDEV-21490: binlog tests fail with valgrind: Conditional jump or move depends...Sujatha2020-01-242-2/+17
| | | | * MDEV-19457: sys_vars.wsrep_provider_basic failed in buildbotJulius Goryavsky2020-01-201-1/+5
| | | * | MDEV-21249 MariaDB 10.3.10 When referring to bigint to generate timestamp dat...Sergei Golubchik2020-01-211-0/+4
| * | | | MDEV-17571 : Make systemd timeout behavior more compatible with long Galera SSTsJan Lindström2020-01-223-36/+207
| * | | | Merge branch '10.3' into 10.4Oleksandr Byelkin2020-01-213-5/+12
| |\ \ \ \ | | |/ / /
| | * | | Merge branch '10.2' into 10.3Oleksandr Byelkin2020-01-213-5/+12
| | |\ \ \ | | | |/ /
| | | * | Merge branch '10.1' into 10.2Oleksandr Byelkin2020-01-203-5/+12
| | | |\ \ | | | | |/
| | | | * Merge branch '5.5' into 10.1Oleksandr Byelkin2020-01-193-5/+11
| | | | |\
| | | | | * Bug#29630767 - USE OF UNINITIALIZED VALUE IN LIBMYSQL (CLIENT.CC FUNCTION RUN...mariadb-5.5.67Sergei Golubchik2020-01-181-0/+1
| | | | | * Improve documentation of Unique classVicențiu Ciorbaru2020-01-161-4/+9
| | | | | * Use get_ident_len in heartbeat event error messagesMarkus Mäkelä2020-01-131-2/+2
| * | | | | MDEV-20821 parallel slave server shutdown hangAndrei Elkin2020-01-211-0/+3
* | | | | | MDEV-21581 Helper functions and methods for CHARSET_INFOAlexander Barkov2020-01-2856-575/+489
* | | | | | Cleanup: Make Bounds_checked_array default-constructibleMarko Mäkelä2020-01-221-3/+4
* | | | | | MDEV-21263: Fix -Wclass-memaccessMarko Mäkelä2020-01-221-1/+1
* | | | | | MDEV-21541: main.sum_distinct-big fails with Assertion `m_buffer_end == __nul...Varun Gupta2020-01-221-2/+2
* | | | | | MDEV-21537 InnoDB INFORMATION_SCHEMA tables fail to define DEFAULT for ENUM N...Alexander Barkov2020-01-222-5/+48
* | | | | | MDEV-21548 Explicitly declare sql_bultins library STATIC.Vladislav Vaintroub2020-01-211-1/+1
* | | | | | MDEV-21263: Use C++11 default constructorMarko Mäkelä2020-01-211-17/+15
* | | | | | Fix a compilation issueVarun Gupta2020-01-211-1/+0
* | | | | | MDEV-21263: Allow packed values of non-sorted fields in the sort bufferVarun Gupta2020-01-2113-431/+1172
* | | | | | Merge 10.4 into 10.5Marko Mäkelä2020-01-2027-139/+283
|\ \ \ \ \ \ | |/ / / / /
| * | | | | MDEV-17062: Fix a typo in an error messageMarko Mäkelä2020-01-201-3/+1
| * | | | | MDEV-17062 : Test failure on galera.MW-336Jan Lindström2020-01-203-11/+38