summaryrefslogtreecommitdiff
path: root/sql
Commit message (Expand)AuthorAgeFilesLines
* MDEV-7145: Delayed replicationKristian Nielsen2016-10-1614-294/+656
|\
| * MDEV-7145: Delayed slave.Kristian Nielsen2016-10-143-3/+14
| * BUG#56442: Slave executes delayed statements when STOP SLAVE is issuedKristian Nielsen2016-10-141-8/+12
| * MDEV-7145: Delayed replication, fix wsrep build failure.Kristian Nielsen2016-10-141-1/+0
| * MDEV-7145: Delayed replication, cleanup some codeKristian Nielsen2016-10-149-129/+97
| * MDEV-7145: Delayed replication, fixing test failures.Kristian Nielsen2016-10-142-3/+6
| * MDEV-7145: Delayed replication, intermediate commit.Kristian Nielsen2016-10-1413-211/+534
| * Remove unnecessary global mutex in parallel replication.Kristian Nielsen2016-10-143-43/+96
* | MDEV-7769 MY_CHARSET_INFO refactoring# On branch 10.2Alexander Barkov2016-10-109-69/+73
* | MDEV-10866 Extend PREPARE and EXECUTE IMMEDIATE to understand expressionsAlexander Barkov2016-10-084-99/+108
* | MDEV-10585 EXECUTE IMMEDIATE statementAlexander Barkov2016-10-089-9/+112
* | MDEV-10709 Expressions as parameters to Dynamic SQLAlexander Barkov2016-10-086-80/+221
* | MDEV-10772 Introduce Item_param::CONVERSION_INFOAlexander Barkov2016-10-082-47/+70
* | After merge and bug fixesMonty2016-10-051-1/+1
* | Remove end . from error messages to get them consistentMonty2016-10-051-235/+235
* | Fixed compiler warnings and failing testsMonty2016-10-051-0/+2
* | Use sql_mode_t for sql_mode.Monty2016-10-0530-56/+84
* | MDEV-6112 multiple triggers per tableMonty2016-10-0520-840/+1004
* | Fixed bug mdev-10933.Igor Babaev2016-09-301-2/+2
* | Post-review addition to the fix for mdev-10868.Igor Babaev2016-09-301-1/+6
* | Fixed bug mdev-10923.Igor Babaev2016-09-301-4/+9
* | Fixed bug mdev-10868.Igor Babaev2016-09-304-1/+95
* | Fixed bug mdev-10889Igor Babaev2016-09-261-2/+2
* | Fixed bug mdev-10884.mariadb-10.2.2Igor Babaev2016-09-252-12/+16
* | Fixed bug mdev-10881Igor Babaev2016-09-241-0/+6
* | Fixed bug mdev-10883.Igor Babaev2016-09-241-0/+1
* | Window functions can have an empty over clauseVicențiu Ciorbaru2016-09-241-2/+2
* | Make sure to call Rowid_seq_cursor::next to not face infinite recursionVicențiu Ciorbaru2016-09-241-1/+1
* | MDEV-9736: Window functions: multiple cursors to read filesort resultSergei Petrunia2016-09-241-43/+109
* | Clean up nth_valueVicențiu Ciorbaru2016-09-242-29/+9
* | Implement LEAD and LAG and NTH_VALUE functionsVicențiu Ciorbaru2016-09-247-69/+531
* | MDEV-9935: Window functions: assertion failure with empty OVER () clauseVicențiu Ciorbaru2016-09-242-3/+26
* | Update Frame_positional_cursor to also take an optional boundVicențiu Ciorbaru2016-09-241-7/+69
* | Allow first/last value functions to have frame definitionsVicențiu Ciorbaru2016-09-242-2/+12
* | Make first_value and last_value computation efficientVicențiu Ciorbaru2016-09-242-16/+91
* | Implement first_value and last_value as window functionsVicențiu Ciorbaru2016-09-245-3/+128
* | Move table record writing outside of loopVicențiu Ciorbaru2016-09-241-19/+4
* | Add a counter for the number of select statements using window functionsVicențiu Ciorbaru2016-09-243-0/+4
* | MDEV-10669: Crash in SELECT with window function usedVicențiu Ciorbaru2016-09-241-1/+1
* | MDEV-10815: Window Function Expressions Wrong ResultsVicențiu Ciorbaru2016-09-243-0/+20
* | Frame bounds using FOLLOWING or PRECEDING can have 0 as cardinal valueVicențiu Ciorbaru2016-09-241-1/+0
* | MDEV-10174: Make the fix for MDEV-8989 enabled by default in 10.2Sergei Petrunia2016-09-241-0/+1
* | Fixed bug mdev-10874.Igor Babaev2016-09-231-6/+15
* | MDEV-10297 Add priorization to threadpoolVladislav Vaintroub2016-09-228-614/+886
* | Merge branch '10.2' into bb-10.2-connector-c-integ-submSergei Golubchik2016-09-222-10/+22
|\ \
| * | Allowed to use WITH clauses before SELECT in CREATE ... SELECTbb-10.2-mdev9864Igor Babaev2016-09-222-10/+22
* | | Merge branch '10.2' into bb-10.2-connector-c-integ-submSergei Golubchik2016-09-21121-2492/+10193
|\ \ \ | |/ /
| * | valgrind failuresSergei Golubchik2016-09-213-4/+5
| * | Fixed bug mdev-10842.Igor Babaev2016-09-201-1/+1
| * | Merge branch '10.2' of github.com:MariaDB/server into 10.2Igor Babaev2016-09-196-19/+25
| |\ \