summaryrefslogtreecommitdiff
path: root/sql/sql_insert.h
Commit message (Collapse)AuthorAgeFilesLines
* MDEV-10014 Add RETURNING to INSERTSergei Golubchik2019-10-141-1/+2
| | | | | | | | post-review fixes: * test for dependent subqueries * test for triggers and routines * disallow INSERT...RETURNING in triggers and stored functions * don't return anything if INSERT IGNORE ignored an error
* MDEV-10014 Add RETURNING to INSERTRucha Deodhar2019-10-141-1/+1
| | | | Closes #1384
* Merge 10.2 into 10.3Marko Mäkelä2019-05-141-1/+1
|\
| * Merge branch '5.5' into 10.1Vicențiu Ciorbaru2019-05-111-1/+1
| |\
| | * Update FSF AddressVicențiu Ciorbaru2019-05-111-1/+1
| | | | | | | | | | | | * Update wrong zip-code
* | | IB: 0.2 part IIIAleksey Midenkov2017-05-051-1/+1
| | | | | | | | | | | | | | | | | | | | | * versioned DML: INSERT, UPDATE, DELETE; * general refactoring and fixes. Warning: breaks 'insert' and 'update' tests since they require part IV.
* | | 0.1: SQL-level System VersioningDaniel Fiala2017-05-051-0/+1
|/ /
* | MDEV-11698 Old Bug possibly not fixed; BEFORE INSERT Trigger on NOT NULLSergei Golubchik2017-01-171-2/+1
| | | | | | | | | | | | | | | | check_that_all_fields_are_given_values() relied on write_set, but was run too early, before triggers updated write_set. also, when triggers are present, fields might get values conditionally, so we need to check that all fields are given values for every row.
* | MDEV-9095: Executing triggers on slave in row-based replicationunknown2014-03-191-1/+0
|/
* Updated/added copyright headersKent Boortz2011-06-301-1/+1
|
* WL#5030: Split and remove mysql_priv.hMats Kindahl2010-03-311-0/+49
This patch: - Moves all definitions from the mysql_priv.h file into header files for the component where the variable is defined - Creates header files if the component lacks one - Eliminates all include directives from mysql_priv.h - Eliminates all circular include cycles - Rename time.cc to sql_time.cc - Rename mysql_priv.h to sql_priv.h