summaryrefslogtreecommitdiff
path: root/sql/sql_insert.cc
Commit message (Expand)AuthorAgeFilesLines
* Removing the "thd" argument from Item::create_field_for_create_select().Alexander Barkov2016-07-011-3/+3
* Merge branch '10.1' into 10.2Sergei Golubchik2016-06-301-9/+37
|\
| * Merge branch '10.0' into 10.1Sergei Golubchik2016-05-041-10/+38
| |\
| | * Merge branch '5.5' into 10.0Sergei Golubchik2016-04-261-6/+7
| | |\
| | | * use consistent error messaging for IGNORESergei Golubchik2016-04-201-8/+5
| | | * Merge branch 'mysql/5.5' into 5.5Sergei Golubchik2016-04-201-5/+9
| | | |\
| | | | * BUG#22037930: INSERT IGNORE FAILS TO IGNORE FOREIGN KEYNisha Gopalakrishnan2016-02-111-4/+8
| | * | | Fix for MDEV-9679 main.delayed fails sporadicallyMonty2016-04-261-2/+28
| | * | | MDEV-8889 - Assertion `next_insert_id == 0' failed in handler::ha_external_lockSergey Vojtovich2016-04-221-2/+3
* | | | | various cleanupsSergei Golubchik2016-06-301-2/+1
* | | | | various cleanupsMichael Widenius2016-06-301-2/+2
* | | | | MDEV-7563 Support CHECK constraint as in (or close to) SQL StandardMichael Widenius2016-06-301-72/+78
* | | | | MDEV-5535: Cannot reopen temporary tableNirbhay Choubey2016-06-101-0/+39
* | | | | MDEV-5535: Cannot reopen temporary tableNirbhay Choubey2016-06-101-2/+7
* | | | | cleanup: thread_countSergei Golubchik2016-06-041-2/+0
* | | | | Reuse THD for new user connectionsMonty2016-06-041-3/+3
* | | | | Merge commit 'd5822a3ad0657040114cdc185c6387b9eb3a12b2' into 10.2Monty2016-04-281-6/+13
|\ \ \ \ \ | |/ / / /
| * | | | MDEV-9621 INSERT DELAYED fails on insert for tables with many columnsMonty2016-04-071-6/+13
* | | | | Merge branch '10.2' into bb-10.2-mdev9543Sergei Petrunia2016-03-281-14/+21
|\ \ \ \ \
| * \ \ \ \ Merge branch '10.1' into 10.2Sergei Golubchik2016-03-231-1/+1
| |\ \ \ \ \ | | |/ / / /
| | * | | | MDEV-5542: GROUP_CONCAT truncate output to 65.536 chars when using DISTINCT o...Oleksandr Byelkin2016-03-011-1/+1
| * | | | | Merge branch '10.1' into 10.2Sergei Golubchik2016-02-251-0/+2
| |\ \ \ \ \ | | |/ / / /
| | * | | | Merge branch '10.0' into 10.1Sergei Golubchik2016-02-231-0/+2
| | |\ \ \ \ | | | |/ / /
| | | * | | Merge branch '5.5' into 10.0Sergei Golubchik2016-02-151-0/+2
| | | |\ \ \ | | | | |/ /
| | | | * | MDEV-7765: Crash (Assertion `!table || (!table->write_set || bitmap_is_set(ta...Oleksandr Byelkin2016-02-091-0/+2
| * | | | | Changed my_thread_id to int64 to fix compilation problem withMonty2016-02-081-2/+3
| * | | | | MDEV-6150 Speed up connection speed by moving creation of THD to new threadMonty2016-02-071-11/+15
* | | | | | This is the consolidated patch for mdev-8646:bb-10.2-mdev8646Igor Babaev2016-02-091-8/+11
|/ / / / /
* | | | | MDEV-9407 Illegal mix of collation when using GROUP_CONCAT in a VIEWAlexander Barkov2016-01-161-2/+2
* | | | | Merge remote-tracking branch 'origin/10.1' into 10.2Alexander Barkov2015-12-291-12/+27
|\ \ \ \ \ | |/ / / /
| * | | | MDEV-8605 MariaDB not use DEFAULT value even when inserted NULL for NOT NULLA...Sergei Golubchik2015-12-211-4/+9
| * | | | cleanupSergei Golubchik2015-12-211-5/+5
| * | | | Merge branch '10.0' into 10.1Sergei Golubchik2015-12-211-3/+13
| |\ \ \ \ | | |/ / /
| | * | | Merge branch '5.5' into 10.0Sergei Golubchik2015-12-131-3/+13
| | |\ \ \ | | | |/ /
| | | * | Merge branch 'mysql/5.5' into 5.5Sergei Golubchik2015-12-091-3/+13
| | | |\ \ | | | | |/
| | | | * Bug #19894161: FATAL SIGNAL 11 INSreeharsha Ramanavarapu2015-10-061-3/+13
* | | | | 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-1/+0
|\ \ \ \ | |/ / /
| * | | remove unneded #include's that had a dubious explanationSergei Golubchik2015-10-241-1/+0
* | | | Don't store vcol bitmaps in TABLE if table doesn't have virtual fields.Monty2015-11-101-4/+11
* | | | table->write_set was changed if binary logging was used, which caused theMonty2015-11-101-0/+2
* | | | Merge branch '10.0' into 10.1Sergei Golubchik2015-10-121-12/+32
|\ \ \ \ | |/ / /
| * | | Merge branch '5.5' into 10.0Sergei Golubchik2015-10-091-16/+40
| |\ \ \ | | |/ /
| | * | Merge remote-tracking branch 'mysql/5.5' into 5.5Sergei Golubchik2015-10-081-16/+40
| | |\ \ | | | |/
| | | * Merge branch 'mysql-5.1' into mysql-5.5Ajo Robert2015-08-071-15/+41
| | | |\
| | | | * Bug #20760261 mysqld crashed in materialized_cursor::Ajo Robert2015-08-071-15/+40
| | | | * Updated/added copyright headers.Murthy Narkedimilli2013-02-251-1/+1
| | | | * BUG#14548159: NUMEROUS CASES OF INCORRECT IDENTIFIERRohit Kalhans2012-09-221-10/+9
| | | * | Bug#17283409 4-WAY DEADLOCK: ZOMBIES, PURGING BINLOGS,Venkatesh Duggirala2014-05-081-1/+3
| | | * | WL#7076: Backporting wl6715 to support both formats Ashish Agarwal2013-08-231-2/+3
| | | |\ \