summaryrefslogtreecommitdiff
path: root/sql/sql_insert.cc
Commit message (Expand)AuthorAgeFilesLines
* Fixed Bug#47017 rpl_timezone fails on PB-2 with mismatch errorMichael Widenius2009-12-041-5/+6
* Merge MySQL 5.1.41 into MariaDB trunk, including a number of after-merge fixes.unknown2009-11-301-47/+57
|\
| * Merge with MySQL 5.1, with following additions:unknown2009-11-161-47/+57
| |\
| | * Bug #40877: multi statement execution fails in 5.1.30Georgi Kodinov2009-10-161-8/+9
| | * A patch for Bug#45118 (mysqld.exe crashed in debug modeAlexander Nozdrin2009-09-101-38/+47
| | * merge mysql-5.0-bugteam to mysql-5.1-bugteamSatya B2009-09-041-1/+1
| | |\
| | | * Fix for BUG#46384 - mysqld segfault when trying to create table with same Satya B2009-09-041-1/+1
* | | | Added protection around usage of thd->mysys_varMichael Widenius2009-11-261-0/+2
|/ / /
* | | Added error handling for my_seek() & my_tell() failuresMichael Widenius2009-11-071-0/+2
* | | Merge MySQL 5.1.39 into MariaDB 5.1.unknown2009-10-151-23/+29
|\ \ \ | |/ /
| * | BUG#45574 CREATE IF NOT EXISTS is not binlogged if the object existsunknown2009-08-131-23/+29
* | | Merge MySQL->MariaDBSergey Petrunya2009-09-081-12/+62
|\ \ \ | |/ /
| * | Merge from 5.0Gleb Shchepa2009-07-241-1/+1
| |\ \ | | |/
| | * Bug #38816: kill + flush tables with read lock + storedGleb Shchepa2009-07-241-1/+1
| * | 5.0-bugteam->5.1-bugteam mergeSergey Glukhov2009-07-031-3/+29
| |\ \ | | |/
| | * Bug#45806 crash when replacing into a view with a join!Sergey Glukhov2009-07-031-3/+29
| * | MergeMartin Hansson2009-06-221-0/+3
| |\ \
| | * | Bug#44653: Server crash noticed when executing random queries with partitions.Martin Hansson2009-06-221-0/+3
| * | | auto-merge mysql-5.1-bugteam (local) --> mysql-5.1-bugteamAlfranio Correia2009-06-181-2/+1
| |\ \ \
| | * | | BUG#43929 binlog corruption when max_binlog_cache_size is exceededAlfranio Correia2009-06-181-2/+1
| | |/ /
| | | |
| | \ \
| *-. \ \ Merge from 5.0-bugteamStaale Smedseng2009-06-171-7/+7
| |\ \ \ \ | | |_|/ / | |/| | / | | | |/
| | | * Bug #43414 Parenthesis (and other) warnings compiling MySQL Staale Smedseng2009-06-171-4/+5
| | * | Bug #43414 Parenthesis (and other) warnings compiling MySQL Staale Smedseng2009-06-101-4/+5
| | |/
| * | auto-mergeTatiana A. Nurnberg2009-06-051-0/+3
| |\ \ | | |/
| | * Bug#32149: Long semaphore wait for adaptive hash latchTatiana A. Nurnberg2009-06-051-0/+3
| | * Merge community up to enterprise, thus ending the community-serverChad MILLER2009-05-061-19/+23
| | |\
| | | * Merge 5.0.80 release and 5.0 community. Version left at 5.0.80.Chad MILLER2009-04-141-2/+29
| | | |\
| | | * \ Merged from 5.0 (enterprise).Chad MILLER2008-12-171-1/+10
| | | |\ \
| | | * \ \ Merge from 5.0 trunk.Chad MILLER2008-07-141-5/+23
| | | |\ \ \
| | | * \ \ \ Merge chunk from trunk.Chad MILLER2008-07-101-1/+2
| | | |\ \ \ \
| | | * \ \ \ \ Merge chunk from trunk.Chad MILLER2008-07-101-24/+49
| | | |\ \ \ \ \
| | | * \ \ \ \ \ Merge bk-internal.mysql.com:/home/bk/mysql-5.0unknown2007-12-101-19/+19
| | | |\ \ \ \ \ \
| | | | * \ \ \ \ \ Merge bk-internal.mysql.com:/home/bk/mysql-5.0unknown2007-09-101-19/+19
| | | | |\ \ \ \ \ \
| | | | | * \ \ \ \ \ Merge mysqldev@production.mysql.com:my/mysql-5.0-releaseunknown2007-07-021-19/+19
| | | | | |\ \ \ \ \ \
| | | | | | * \ \ \ \ \ Merge mysqldev@production.mysql.com:my/mysql-5.0-releaseunknown2007-04-261-19/+19
| | | | | | |\ \ \ \ \ \
| | * | | | | \ \ \ \ \ \ Auto mergeHe Zhenxing2009-04-081-1/+3
| | |\ \ \ \ \ \ \ \ \ \ \ | | | | |_|_|_|_|_|_|_|_|/ | | | |/| | | | | | | | |
| | | * | | | | | | | | | fixed a compilation warningGeorgi Kodinov2009-03-271-1/+3
| | * | | | | | | | | | | BUG#37145 Killing a statement doing DDL may log binlog event with error code ...He Zhenxing2009-03-271-2/+3
| | |/ / / / / / / / / /
| | * | | | | | | | | | MergeLeonard Zhou2009-03-241-1/+1
| | |\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | BUG#41948 Query_log_event constructor needlessly contortedHe Zhenxing2009-05-301-5/+25
* | | | | | | | | | | | | Merged with mysql-5.1 tree.Michael Widenius2009-04-251-2/+27
|\ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / /
| * | | | | | | | | | | | Fixed initialization order warining.Georgi Kodinov2009-03-241-2/+2
| * | | | | | | | | | | | MergeLeonard Zhou2009-03-241-1/+26
| |\ \ \ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / / / /
| | * | | | | | | | | | | BUG#41719 delayed INSERT into timestamp col needs set time_zone for concurren...Leonard Zhou2009-03-241-1/+26
| | | |_|_|_|_|_|_|_|_|/ | | |/| | | | | | | | |
| * | | | | | | | | | | auto-mergeIgnacio Galarza2009-03-171-14/+0
| |\ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ Bug#29125 Windows Server X64: so many compiler warningsIgnacio Galarza2009-02-131-1/+1
| |\ \ \ \ \ \ \ \ \ \ \ \ | | | |_|/ / / / / / / / / | | |/| | | | | | | | | |
| | * | | | | | | | | | | Bug#29125 Windows Server X64: so many compiler warningsIgnacio Galarza2009-02-101-1/+1
| | | |/ / / / / / / / / | | |/| | | | | | | | |
* | | | | | | | | | | | bzr merge from guilhem's maria tree to our local 5.1Michael Widenius2009-04-251-15/+4
|\ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ merge of 5.1-main into 5.1-maria. MyISAM changes are propagated to Maria exceptGuilhem Bichot2009-04-011-14/+0
| |\ \ \ \ \ \ \ \ \ \ \ \ | | | |_|/ / / / / / / / / | | |/| | | | | | | | | |
| | * | | | | | | | | | | Bug#41098: Query Cache returns wrong result with concurrent insertDavi Arnaut2009-02-191-14/+0
| | |/ / / / / / / / / /