summaryrefslogtreecommitdiff
path: root/sql/sql_insert.cc
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/10.2' into bb-10.2-extAlexander Barkov2018-02-081-1/+1
|\
| * Merge branch 'github/10.1' into 10.2Sergei Golubchik2018-02-061-1/+1
| |\
| | * Merge branch 'github/10.0' into 10.1Sergei Golubchik2018-02-021-1/+1
| | |\
| | | * Merge remote-tracking branch '5.5' into 10.0Vicențiu Ciorbaru2018-01-241-1/+1
| | | |\
| | | | * Merge branch 'mysql/5.5' into 5.5Sergei Golubchik2018-01-181-1/+1
| | | | |\
| | | | | * Bug #26881946: INCORRECT BEHAVIOR WITH "VALUES"Sreeharsha Ramanavarapu2017-11-161-1/+7
| | | | | * BUG#23135731: INSERT WITH DUPLICATE KEY UPDATE REPORTSNisha Gopalakrishnan2016-04-221-7/+16
* | | | | | Move all kill mutex protection to LOCK_thd_killMonty2017-12-081-4/+4
* | | | | | Add more execution stages (commit, rollback, etc)Monty2017-11-051-4/+4
* | | | | | Merge remote-tracking branch 'origin/10.2' into bb-10.2-extAlexander Barkov2017-10-301-7/+10
|\ \ \ \ \ \ | |/ / / / /
| * | | | | Merge branch '10.1' into 10.2Sergei Golubchik2017-10-241-7/+10
| |\ \ \ \ \ | | |/ / / /
| | * | | | Merge branch '10.0' into 10.1Sergei Golubchik2017-10-221-7/+7
| | |\ \ \ \ | | | |/ / /
| | | * | | Merge branch '5.5' into 10.0Sergei Golubchik2017-10-181-7/+7
| | | |\ \ \ | | | | |/ /
| | | | * | MDEV-9619: Assertion `null_ref_table' failed in virtual table_map Item_direct...Oleksandr Byelkin2017-10-131-7/+7
* | | | | | Merge remote-tracking branch 'origin/10.2' into bb-10.2-extAlexander Barkov2017-10-021-2/+2
|\ \ \ \ \ \ | |/ / / / /
| * | | | | MDEV-13844 : Fix Windows warnings. Fix DBUG_PRINT.Vladislav Vaintroub2017-09-281-2/+2
* | | | | | Merge branch '10.2' into bb-10.2-extSergei Golubchik2017-08-251-7/+7
|\ \ \ \ \ \ | |/ / / / /
| * | | | | Merge branch '10.1' into 10.2Sergei Golubchik2017-08-171-7/+7
| |\ \ \ \ \ | | |/ / / /
| | * | | | MDEV-13179 main.errors fails with wrong errnoMonty2017-08-071-7/+7
* | | | | | Merge remote-tracking branch 'origin/10.2' into bb-10.2-extAlexander Barkov2017-07-071-0/+9
|\ \ \ \ \ \ | |/ / / / /
| * | | | | Merge branch '10.1' into 10.2Sergei Golubchik2017-07-051-0/+9
| |\ \ \ \ \ | | |/ / / /
| | * | | | 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
* | | | | | Merge 10.2 into bb-10.2-extMarko Mäkelä2017-06-191-4/+1
|\ \ \ \ \ \ | |/ / / / /
| * | | | | Remove the unnecessary method handlerton::release_temporary_latches()Marko Mäkelä2017-06-161-4/+1
* | | | | | Merge 10.2 into bb-10.2-ext; also, fix MDEV-13015 After restart, InnoDB wrong...Marko Mäkelä2017-06-151-5/+5
|\ \ \ \ \ \ | |/ / / / /
| * | | | | MDEV-12471: BULK CommandOleksandr Byelkin2017-06-141-5/+5
* | | | | | Changing field::field_name and Item::name to LEX_CSTRINGMonty2017-04-231-2/+4
* | | | | | MDEV-10139 Support for SEQUENCE objectsMonty2017-04-071-1/+1
|/ / / / /
* | | | | 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