summaryrefslogtreecommitdiff
path: root/sql/sql_base.cc
Commit message (Expand)AuthorAgeFilesLines
* 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
|\ \ \ \ \ \ | |/ / / / / | | | | | / | |_|_|_|/ |/| | | |
| * | | | MDEV-8605 MariaDB not use DEFAULT value even when inserted NULL for NOT NULLA...Sergei Golubchik2015-12-211-7/+68
| * | | | cleanupSergei Golubchik2015-12-211-1/+1
* | | | | MDEV-8718 - Obsolete sql_strmake() in favor of THD::strmake() and thd_strmake()Sergey Vojtovich2015-11-261-4/+4
* | | | | cleanup: remove Field->stored_in_db, Create_field->stored_in_dbSergei Golubchik2015-11-241-1/+1
|/ / / /
* | | | Merge branch '10.0' into 10.1Sergei Golubchik2015-11-191-30/+5
|\ \ \ \ | |/ / /
| * | | MDEV-8913 Derived queries with same column names as final projection causes i...Oleksandr Byelkin2015-10-301-30/+5
* | | | WSREP_TO_ISOLATION_BEGIN should be called with the table list.Nirbhay Choubey2015-10-141-11/+11
* | | | Merge branch '10.0' into 10.1Sergei Golubchik2015-10-121-3/+11
|\ \ \ \ | |/ / /
| * | | Merge branch '5.5' into 10.0Sergei Golubchik2015-10-091-3/+11
| |\ \ \ | | |/ /
| | * | Merge remote-tracking branch 'mysql/5.5' into 5.5Sergei Golubchik2015-10-081-3/+11
| | |\ \ | | | |/