summaryrefslogtreecommitdiff
path: root/sql/sql_insert.cc
Commit message (Expand)AuthorAgeFilesLines
* value should be checked after 'before' trigger work (BUG#5992)unknown2004-10-211-9/+9
* inserting single value with check option failed always get error (part of BUG...unknown2004-10-211-1/+4
* Merge with implementation of WL#1724.unknown2004-10-111-1/+1
|\
| * WL#1724 "Min/Max Optimization for Queries with Group By Clause"unknown2004-08-271-1/+1
* | mergeunknown2004-10-051-7/+8
|\ \
| * | Fixed bug in strict mode (A state was not properly cleared on successful inse...unknown2004-10-051-0/+1
| * | More fixes for strict mode:unknown2004-10-021-7/+7
* | | mergeunknown2004-10-041-0/+49
|\ \ \ | |/ / |/| |
| * | mergeunknown2004-09-291-0/+49
| |\ \
| | * | post review changes:unknown2004-09-291-46/+23
| | * | added CHECK option test for INSERT ... ON DUPLICATE KEY UPDATE (WL#1983)unknown2004-09-061-0/+35
| | * | mergeunknown2004-09-061-0/+37
| | |\ \
| | | * | postmerge fixunknown2004-09-061-1/+1
| | | * | mergeunknown2004-09-051-65/+88
| | | |\ \
| | | * | | CHECK OPTIONs added (WL#1983)unknown2004-09-031-0/+37
| | | | |/ | | | |/|
* | | | | Merge bk-internal.mysql.com:/home/bk/mysql-5.0unknown2004-09-281-20/+52
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Strict mode & better warningsunknown2004-09-281-20/+52
* | | | | Merge sanja.is.com.ua:/home/bell/mysql/bk/mysql-5.0unknown2004-09-171-2/+2
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | updateability of field with collation support (BUG#5506)unknown2004-09-161-2/+2
* | | | | Removed wrong warnings in test suite (This was because select_insert / select...unknown2004-09-171-1/+4
* | | | | Mergeunknown2004-09-151-2/+12
|\ \ \ \ \ | |/ / / /
| * | | | Merge sanja.is.com.ua:/home/bell/mysql/bk/mysql-5.0unknown2004-09-101-0/+11
| |\ \ \ \
| | * \ \ \ Yet another manual merge with main tree for patch for WL#1218 "Triggers"unknown2004-09-091-0/+7
| | |\ \ \ \
| | * \ \ \ \ Merge of changes from the main tree to tree for WL#1218 "Triggers".unknown2004-09-081-0/+11
| | |\ \ \ \ \ | | | |_|/ / / | | |/| | | |
| | | * | | | WL#1218 "Triggers". Some very preliminary version of patch.unknown2004-09-071-0/+11
| * | | | | | mergeunknown2004-09-091-0/+7
| |\ \ \ \ \ \ | | | |_|/ / / | | |/| | | |
| * | | | | | test of updating and fetching from the same table check (BUG##5157)unknown2004-09-081-2/+1
| | |/ / / / | |/| | | |
* | | | | | Added options --auto-increment-increment and --auto-increment-offset.unknown2004-09-151-3/+5
| |/ / / / |/| | | |
* | | | | Merge on pullunknown2004-09-091-0/+7
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Merge with 4.1unknown2004-09-061-0/+7
| |\ \ \ \ | | |_|_|/ | |/| | |
| | * | | Fix for Bug#5034 "prepared "select 1 into @arg15", second unknown2004-08-241-0/+7
* | | | | do not use Item_ref for view fields if it is UPDATE of INSERT (BUG#5263)unknown2004-09-061-1/+5
|/ / / /
* | | | Print value of Item_param if it has a value (when debugging)unknown2004-09-041-4/+3
* | | | Merge with pulled codeunknown2004-09-031-63/+87
|\ \ \ \ | |_|_|/ |/| | |
| * | | Cleanup of new code pushed into 5.0 since last pullunknown2004-09-031-67/+91
| | |/ | |/|
* | | fixed using VIEW fields (BUG#4617)unknown2004-07-231-3/+6
* | | manual mergeunknown2004-07-201-2/+6
|\ \ \ | | |/ | |/|
| * | manual merged (blame me!)unknown2004-07-201-2/+6
| |\ \
| | * | Fix for BUG#4551 "Temporary InnoDB tables not replicated properly with CREATE...unknown2004-07-181-2/+6
* | | | compare correct typesunknown2004-07-201-1/+1
| |_|/ |/| |
* | | Fixes for bug #4571 (Windows compabilities)unknown2004-07-161-5/+6
* | | Fixed typo in sql/sql_insert.cc which caused non-debug builds to fail.unknown2004-07-161-1/+1
* | | VIEWunknown2004-07-161-37/+177
* | | Merge with 4.1.3-betaunknown2004-07-071-4/+10
|\ \ \ | |/ /
| * | After merge fixesunknown2004-06-251-2/+4
| * | mergedunknown2004-06-231-1/+1
| |\ \
| | * | handler interface cleanups:unknown2004-06-231-1/+1
| * | | WL#1264 "Per-thread time zone support infrastructure".unknown2004-06-181-0/+4
| |/ /
| * | Removed compiler warningsunknown2004-06-011-3/+6
| * | Changed prototype of killed_ptr() to make it more portableunknown2004-05-261-1/+1