summaryrefslogtreecommitdiff
path: root/sql/sql_base.cc
Commit message (Expand)AuthorAgeFilesLines
* MDEV-10296 - Multi-instance table cacheSergey Vojtovich2016-09-161-2/+1
* Merge branch '10.1' into 10.2Sergei Golubchik2016-09-091-1/+10
|\
| * Merge branch '10.0' into 10.1Sergei Golubchik2016-08-251-17/+15
| |\
| | * Merge branch 'bb-10.0-serg' into 10.0Sergei Golubchik2016-08-141-1/+10
| | |\
| | | * Merge branch '5.5' into 10.0Sergei Golubchik2016-08-101-1/+10
| | | |\
| | | | * Merge branch 'mysql/5.5' into 5.5Sergei Golubchik2016-08-031-1/+10
| | | | |\
| | | | | * BUG#21142859: FUNCTION UPDATING A VIEW FAILS TO FIND TABLEKarthik Kamath2016-05-181-1/+10
| | * | | | With parallel replication we have had a couple of bugs where DDL'sMonty2016-08-121-16/+5
| | |/ / /
* | | | | MDEV-8931: (server part of) session state trackingOleksandr Byelkin2016-08-311-0/+12
* | | | | re-fix vcols on demand, not always for every SELECTSergei Golubchik2016-08-271-2/+2
* | | | | session-state dependent functions in DEFAULT/CHECK/vcolsSergei Golubchik2016-08-271-1/+44
* | | | | MDEV-10216: Assertion `strcmp(share->unique_file_name,filename) ||Nirbhay Choubey2016-08-081-0/+3
* | | | | Merge branch '10.1' into 10.2Sergei Golubchik2016-06-301-1/+2
|\ \ \ \ \ | |/ / / /
| * | | | MDEV-9428 NO_AUTO_VALUE_ON_ZERO is ignored when a trigger before insert is de...Sergei Golubchik2016-06-281-1/+2
* | | | | various cleanupsSergei Golubchik2016-06-301-5/+7
* | | | | cleanup: change Item::walk() to take void* not uchar*Sergei Golubchik2016-06-301-4/+4
* | | | | various cleanupsMichael Widenius2016-06-301-15/+21
* | | | | MDEV-7563 Support CHECK constraint as in (or close to) SQL StandardMichael Widenius2016-06-301-4/+38
* | | | | MDEV-5535: Cannot reopen temporary tableNirbhay Choubey2016-06-101-5/+1
* | | | | MDEV-5535: Cannot reopen temporary tableNirbhay Choubey2016-06-101-939/+16
* | | | | Code cleanupsSergey Vojtovich2016-06-101-66/+4
* | | | | Reuse THD for new user connectionsMonty2016-06-041-1/+1
* | | | | close_open_tables() is not meaningful anymoreSergey Vojtovich2016-05-101-19/+2
* | | | | Merge commit 'd5822a3ad0657040114cdc185c6387b9eb3a12b2' into 10.2Monty2016-04-281-2/+7
|\ \ \ \ \ | |/ / / /
| * | | | MDEV-9621 INSERT DELAYED fails on insert for tables with many columnsMonty2016-04-071-2/+7
* | | | | Fixed bug mdev-9897.Igor Babaev2016-04-141-2/+6
* | | | | Window functions: handle window functions as arguments to other functionsSergei Petrunia2016-04-101-1/+1
* | | | | Merge branch '10.2' into bb-10.2-mdev9543Sergei Petrunia2016-03-281-199/+50
|\ \ \ \ \
| * \ \ \ \ Merge branch '10.1' into 10.2Sergei Golubchik2016-03-231-5/+5
| |\ \ \ \ \ | | |/ / / /
| | * | | | Merge branch '10.0' into 10.1Sergei Golubchik2016-03-211-5/+5
| | |\ \ \ \ | | | |/ / /
| | | * | | Fix spelling: occurred, execute, which etcOtto Kekäläinen2016-03-041-5/+5
| * | | | | Removed TABLE->sort to make it possible to have multiple active calls toMonty2016-03-221-17/+0
| * | | | | Manual merge of branch 'bb-10.2-mdev8789' into 10.2Igor Babaev2016-03-211-1/+22
| |\ \ \ \ \
| | * | | | | MDEV-8789 Implement non-recursive common table expressionsGalina Shalygina2015-12-181-1/+22
| * | | | | | MDEV-9488 - Table cache cleanupsSergey Vojtovich2016-02-261-8/+2
| * | | | | | MDEV-9488 - Table cache cleanupsSergey Vojtovich2016-02-261-9/+4
| * | | | | | Merge branch '10.1' into 10.2Sergei Golubchik2016-02-251-157/+11
| |\ \ \ \ \ \ | | | |/ / / / | | |/| | | |
| | * | | | | Merge branch '10.0' into 10.1Sergei Golubchik2016-02-231-157/+11
| | |\ \ \ \ \ | | | | |/ / / | | | |/| | |
| | | * | | | Merge branch '5.5' into 10.0Sergei Golubchik2016-02-151-157/+11
| | | |\ \ \ \ | | | | | |/ / | | | | |/| |
| | | | * | | Merge branch 'mysql/5.5' into 5.5Sergei Golubchik2016-02-091-155/+11
| | | | |\ \ \ | | | | | | |/ | | | | | |/|
| | | | | * | Bug#17047208 REPLICATION DIFFERENCE FOR MULTIPLE TRIGGERSVenkatesh Duggirala2015-11-191-154/+0
| | | | | * | Bug#20691429 ASSERTION `CHILD_L' FAILED IN STORAGE/MYISAMMRG/Ajo Robert2015-11-131-0/+10
| | | * | | | MDEV-9088 Server crashes on shutdown after the second post of feedback reportSergei Golubchik2015-12-191-1/+0
| * | | | | | MDEV-6150 Speed up connection speed by moving creation of THD to new threadMonty2016-02-071-1/+2
| * | | | | | Merge branch '10.1' into 10.2Monty2016-02-061-1/+4
| |\ \ \ \ \ \ | | |/ / / / /
| | * | | | | MDEV-9428 NO_AUTO_VALUE_ON_ZERO is ignored when a trigger before insert is de...Sergei Golubchik2016-01-251-1/+4
* | | | | | | MDEV-9634: Window function produces incorrect valueSergei Petrunia2016-02-261-2/+6
* | | | | | | Fix buildbot failureSergei Petrunia2016-02-141-1/+1
* | | | | | | This is the consolidated patch for mdev-8646:bb-10.2-mdev8646Igor Babaev2016-02-091-7/+21
|/ / / / / /
* | | | | | Merge remote-tracking branch 'origin/10.1' into 10.2Alexander Barkov2015-12-291-8/+69
|\ \ \ \ \ \ | |/ / / / / | | | | | / | |_|_|_|/ |/| | | |