summaryrefslogtreecommitdiff
path: root/sql/sql_insert.cc
Commit message (Expand)AuthorAgeFilesLines
* MDEV-13179 main.errors fails with wrong errnoMonty2017-08-071-7/+7
* MDEV-8075: DROP TEMPORARY TABLE not marked as ddl, causing optimistic paralle...Kristian Nielsen2017-07-031-0/+9
* MDEV-11646 main.myisam, maria.maria, main.mix2_myisam, main.myisampack, main....Sergei Golubchik2017-06-301-6/+1
* Fix truncation of affected rows and insert id in select_insert::send_ok_packetVladislav Vaintroub2017-03-131-2/+2
* MDEV-11842 Fail to insert on a table where a field has no defaultSergei Golubchik2017-03-101-2/+7
* MDEV-11698 Old Bug possibly not fixed; BEFORE INSERT Trigger on NOT NULLSergei Golubchik2017-01-171-56/+62
* Merge branch '10.0' into 10.1Sergei Golubchik2016-08-251-1/+1
|\
| * Merge branch '5.5' into 10.0Sergei Golubchik2016-08-101-1/+1
| |\
| | * MDEV-10365 - Race condition in error handling of INSERT DELAYEDSergey Vojtovich2016-08-041-1/+1
* | | Partial backporting of 7b50447aa6d051b8d14bb01ef14802cb8ffee223Alexander Barkov2016-07-031-2/+2
* | | Removing the "thd" argument from Item::create_field_for_create_select().Alexander Barkov2016-07-031-3/+3
* | | 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
* | | | MDEV-9621 INSERT DELAYED fails on insert for tables with many columnsMonty2016-04-071-6/+13
* | | | MDEV-5542: GROUP_CONCAT truncate output to 65.536 chars when using DISTINCT o...Oleksandr Byelkin2016-03-011-1/+1
* | | | 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
* | | | 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
* | | | 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
| | | |\ \
| | | | * | WL#7076: Backporting wl6715 to support both formats in 5.5, 5.6, 5.7Ashish Agarwal2013-07-021-2/+3
| | | |/ /
| | | * | Bug#14261010: ON DUPLICATE KEY UPDATE CRASHES THE SERVERChaithra Gopalareddy2013-03-301-40/+45
| | | * | Bug#11748731:SOME 'BIG' TESTS FAILING ON 6.0 Sneha Modi2011-11-211-4/+4
| | | * | Merge mysql-5.1 to mysql-5.5.Marko Mäkelä2011-11-101-0/+5
| | | |\ \ | | | | |/
| | | | * Bug#11759688 52020: InnoDB can still deadlock on just INSERT...ON DUPLICATE KEYMarko Mäkelä2011-11-101-0/+5
| | | * | backport from mysql-trunkGleb Shchepa2011-08-031-5/+0
| | | * | 5.1 -> 5.5 mergeSergey Glukhov2011-08-021-2/+2
| | | |\ \ | | | | |/
| | | | * Bug#11766594 59736: SELECT DISTINCT.. INCORRECT RESULT WITH DETERMINISTIC FUN...Sergey Glukhov2011-08-021-2/+2