summaryrefslogtreecommitdiff
path: root/sql/sql_insert.cc
Commit message (Expand)AuthorAgeFilesLines
* Merge from 5.1.Guilhem Bichot2011-05-211-4/+3
|\
| * Fix for BUG#11755168 '46895: test "outfile_loaddata" fails (reproducible)'.Guilhem Bichot2011-05-161-4/+3
* | merge mysql-5.1 --> mysql-5.5Alfranio Correia2011-01-311-1/+1
|\ \ | |/
| * BUG#59338 Inconsistency in binlog for statements that don't change any rows S...Alfranio Correia2011-01-281-1/+1
| * Bug#56423: Different count with SELECT and CREATE SELECT queriesMartin Hansson2010-10-071-3/+1
| * mergeGeorgi Kodinov2010-08-201-0/+11
| |\
| | * BUG#55625 RBR breaks on failing 'CREATE TABLE'Alfranio Correia2010-08-021-0/+11
| * | WL#5370 Keep forward-compatibility when changingunknown2010-08-181-13/+109
* | | Bug #57666 Unclear warning with broken text in error log on INSERT DELAYEDunknown2010-11-291-62/+16
* | | Merge from mysql-5.5-runtime to mysql-5.5-bugteamJon Olav Hauglid2010-11-181-38/+47
|\ \ \
| * \ \ Merge from mysql-5.5-bugteam to mysql-5.5-runtimeJon Olav Hauglid2010-11-161-2/+5
| |\ \ \
| * | | | Patch that refactors global read lock implementation and fixesDmitry Lenev2010-11-111-38/+47
* | | | | Bug#57306 SHOW PROCESSLIST does not display string literals well.Alexander Barkov2010-11-181-1/+2
| |/ / / |/| | |
* | | | Bug#54812: assert in Diagnostics_area::set_ok_status Jorgen Loland2010-11-151-2/+5
|/ / /
* | | Bug#56423: Different count with SELECT and CREATE SELECT queriesMartin Hansson2010-10-071-3/+1
* | | mergeGeorgi Kodinov2010-10-041-14/+112
|\ \ \
| * | | Bug #56678 Valgrind warnings from binlog.binlog_unsafeJon Olav Hauglid2010-09-241-7/+5
| * | | Fix for bug #56251 "Deadlock with INSERT DELAYED and MERGEDmitry Lenev2010-09-151-9/+68
| * | | Bug #54579 Wrong unsafe warning for INSERT DELAYED in SBRunknown2010-08-301-5/+46
* | | | merge of mysql-5.5 into mysql-5.5-wl1054Georgi Kodinov2010-09-201-66/+105
|\ \ \ \ | |/ / /
| * | | Follow-up to Bug #54332 Deadlock with two connections doingJon Olav Hauglid2010-08-241-33/+55
| * | | Bug #54332 Deadlock with two connections doing LOCK TABLE+INSERT DELAYEDJon Olav Hauglid2010-08-231-10/+63
| * | | Merge from mysql-5.5-runtime to mysql-5.5-bugfixing.Jon Olav Hauglid2010-08-201-3/+1
| |\ \ \
| | * \ \ Merge from mysql-5.5-bugfixing to mysql-5.5-runtimeJon Olav Hauglid2010-08-181-46/+9
| | |\ \ \
| | * \ \ \ Manual merge from mysql-5.5-bugfixing to mysql-5.5-runtime.Jon Olav Hauglid2010-08-181-0/+3
| | |\ \ \ \
| | * \ \ \ \ Commit on behalf of Dmitry Lenev.Konstantin Osipov2010-08-121-1/+1
| | |\ \ \ \ \
| | * | | | | | A fix for Bug#41158 "DROP TABLE holds LOCK_open during unlink()". Konstantin Osipov2010-08-091-2/+0
| * | | | | | | BUG#53452 Inconsistent behavior of binlog_direct_non_transactional_updates withAlfranio Correia2010-08-201-2/+2
| | |_|_|/ / / | |/| | | | |
| * | | | | | WL#5370 Keep forward-compatibility when changing unknown2010-08-181-46/+9
| | |_|/ / / | |/| | | |
| * | | | | manual merge from mysql-5.1-bugteamJon Olav Hauglid2010-08-091-0/+3
| |\ \ \ \ \ | | |/ / / / | |/| | / / | | | |/ / | | |/| |
| | * | | Bug #54106 assert in Protocol::end_statement,Jon Olav Hauglid2010-08-091-0/+3
| | | |/ | | |/|
* | | | WL#1054: Pluggable authentication supportGeorgi Kodinov2010-08-091-1/+3
|/ / /
* | | Auto-merge from mysql-trunk-bugfixing.Alexander Nozdrin2010-07-301-24/+10
|\ \ \ | | |/ | |/|
| * | A pre-requisite patch for the fix for Bug#52044.Konstantin Osipov2010-07-271-24/+10
* | | Rename select_send::abort() to select_send::abort_result_set()Alexander Nozdrin2010-07-281-5/+5
|/ /
* | Bug#34043: Server loops excessively in _checkchunk() when safemalloc is enabledDavi Arnaut2010-07-081-6/+6
* | A pre-requisite for WL#5419 "LOCK_open scalability: Konstantin Osipov2010-06-101-1/+0
* | manual merge from mysql-trunk-bugfixingJon Olav Hauglid2010-06-061-1/+1
|\ \
| * \ Manual merge from mysql-trunk.Alexander Nozdrin2010-05-201-12/+10
| |\ \
| * \ \ Manual merge of mysql-5.1-bugteam toAlexey Kopytov2010-04-191-1/+13
| |\ \ \
| * \ \ \ Manual merge of mysql-5.1-bugteam into mysql-trunk-merge.Alexey Kopytov2010-04-031-1/+1
| |\ \ \ \ | | | |_|/ | | |/| |
| | * | | Bug#48525: trigger changes "Column 'id' cannot be null" behaviourTatiana A. Nurnberg2010-03-291-1/+1
| | * | | revert 48525Tatiana A. Nurnberg2010-02-221-1/+1
| | * | | Bug#48525: trigger changes "Column 'id' cannot be null" behaviourTatiana A. Nurnberg2010-02-181-1/+1
| | * | | Backport Bug#37148 to 5.1He Zhenxing2010-01-241-20/+31
* | | | | A follow up patch for the fix for Bug#51263 "Deadlock betweenKonstantin Osipov2010-06-011-6/+4
| |_|_|/ |/| | |
* | | | Patch for Bug#21818 (Return value of ROW_COUNT() is incorrectAlexander Nozdrin2010-05-141-12/+10
| |_|/ |/| |
* | | WL#5030: Splitting mysql_priv.hMats Kindahl2010-04-071-0/+1
* | | WL#5030: Split and remove mysql_priv.hMats Kindahl2010-03-311-1/+12
|/ /
* | A post-review fix for type-aware metadata locks.Konstantin Osipov2010-03-161-28/+6
|\ \