summaryrefslogtreecommitdiff
path: root/sql/sql_insert.cc
Commit message (Expand)AuthorAgeFilesLines
* Merge branch '10.1' into 10.2Sergei Golubchik2017-03-301-4/+9
|\
| * 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-11836 vcol.vcol_keys_myisam fails in buildbot and outsideSergei Golubchik2017-02-131-2/+3
* | MDEV-10201 Bad results for CREATE TABLE t1 (a INT DEFAULT b, b INT DEFAULT 4)Sergei Golubchik2017-02-131-0/+1
* | Merge branch '10.1' into 10.2Sergei Golubchik2017-02-101-60/+66
|\ \ | |/
| * MDEV-11698 Old Bug possibly not fixed; BEFORE INSERT Trigger on NOT NULLSergei Golubchik2017-01-171-56/+62
* | MDEV-11597 Assertion when doing select from virtual column with impossible valueMonty2017-01-111-4/+7
* | New simpler bugfix for UPDATE and virtual BLOBsMonty2017-01-111-4/+37
* | Revert "bugfix: UPDATE and virtual BLOBs"Monty2017-01-111-32/+4
* | cleanup: remove unused handler table flagSergei Golubchik2016-12-121-6/+1
* | rename Virtual_column_info::expr_itemSergei Golubchik2016-12-121-1/+1
* | store/show vcols as item->print()Sergei Golubchik2016-12-121-48/+21
* | bugfix: remove broken insert t values () optimizationSergei Golubchik2016-12-121-2/+0
* | bugfix: UPDATE and virtual BLOBsSergei Golubchik2016-12-121-4/+32
* | bugfix: update-behind-insertSergei Golubchik2016-12-121-0/+6
* | cleanup: Field_blob::get_ptr()Sergei Golubchik2016-12-121-3/+1
* | cleanup: reorder TABLE membersSergei Golubchik2016-12-121-1/+1
* | cleanup: remove bad String=0 assignmentSergei Golubchik2016-12-121-1/+0
* | bugfix: delayed insert table was using other table's expr_arenaSergei Golubchik2016-12-121-0/+1
* | MDEV-10724 Assertion `vcol_table == 0 || vcol_table == table' failed in fill_...Oleksandr Byelkin2016-11-221-0/+9
* | MDEV-9114: Bulk operations (Array binding)Oleksandr Byelkin2016-11-021-82/+96
* | After merge and bug fixesMonty2016-10-051-1/+1
* | Use sql_mode_t for sql_mode.Monty2016-10-051-1/+1
* | Merge branch '10.1' into 10.2Sergei Golubchik2016-09-091-1/+1
|\ \ | |/
| * 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
* | | | move away from TIMESTAMP_DNUN_FIELD/TIMESTAMP_DN_FIELD codeSergei Golubchik2016-08-271-2/+2
* | | | 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
|\ \ \ \ \