summaryrefslogtreecommitdiff
path: root/sql/sql_insert.cc
Commit message (Expand)AuthorAgeFilesLines
* Bug#30882 Dropping a temporary table inside a stored function may cause a ser...unknown2007-11-011-1/+1
* Use an inline getter method (thd->is_error()) to query if there is an error unknown2007-10-301-6/+6
* Merge mysql.com:/home/gluh/MySQL/Merge/5.1unknown2007-10-231-8/+17
|\
| * merged the fix for bug 30468 to 5.1-optunknown2007-09-271-5/+3
| |\
| | * Merge gkodinov@bk-internal.mysql.com:/home/bk/mysql-5.0-optunknown2007-09-271-5/+3
| | |\
| | | * Bug #30468: column level privileges not respected when joining tablesunknown2007-09-271-5/+3
| * | | merge of the fix for bug 27802 & 27216 to 5.1-optunknown2007-09-261-1/+1
| * | | Merge sunlight.local:/local_work/27216-bug-5.0-opt-mysqlunknown2007-09-241-3/+14
| |\ \ \ | | |/ /
| | * | Merge epotemkin@bk-internal.mysql.com:/home/bk/mysql-5.0-optunknown2007-09-221-1/+4
| | |\ \
| | | * | Bug#27216: functions with parameters of different date types may return wrongunknown2007-09-221-1/+4
| | * | | Bug#30384: Having SQL_BUFFER_RESULT option in the CREATE .. KEY(..) .. SELECTunknown2007-09-211-2/+10
| | |/ /
* | | | The fix for BUG 21136 (ChangeSet@1.2611.1.1) introduced a regression thatunknown2007-09-291-2/+4
* | | | Bug#21136 CREATE TABLE SELECT within CREATE TABLE SELECT causes server crashunknown2007-09-281-7/+20
* | | | Merge adventure.(none):/home/thek/Development/cpp/bug27358/my51-bug27358unknown2007-09-101-0/+8
|\ \ \ \ | |/ / / |/| | |
| * | | Merge adventure.(none):/home/thek/Development/cpp/bug27358/my50-bug27358unknown2007-09-101-0/+8
| |\ \ \
| | * | | Bug#27358 INSERT DELAYED does not honour SQL_MODE of the clientunknown2007-08-231-0/+8
* | | | | Merge malff@bk-internal.mysql.com:/home/bk/mysql-5.1-runtimeunknown2007-08-301-1/+1
|\ \ \ \ \
| * \ \ \ \ Merge moksha.local:/Users/davi/mysql/push/bugs/28587-5.0unknown2007-08-301-1/+1
| |\ \ \ \ \ | | |/ / / / | |/| | / / | | | |/ / | | |/| |
| | * | | Bug#28587 SELECT is blocked by INSERT waiting on read lock, even with low_pri...unknown2007-08-301-1/+1
| | | |/ | | |/|
| | * | Merge chilla.local:/home/mydev/mysql-5.0-amainunknown2007-08-031-21/+29
| | |\ \ | | | |/
* | | | Merge bk-internal.mysql.com:/home/bk/mysql-5.1unknown2007-08-141-7/+7
|\ \ \ \ | |/ / / |/| | |
| * | | Fixed a lot of compiler warnings and errors detected by Forte C++ on Solarisunknown2007-08-131-7/+7
* | | | Merge bk-internal:/home/bk/mysql-5.1-marvelunknown2007-08-031-1/+1
|\ \ \ \ | |/ / /
| * | | Merge bk-internal.mysql.com:/home/bk/mysql-5.1unknown2007-08-021-1/+1
| |\ \ \
| | * | | Slow query log to file now displays queries with microsecond precissionunknown2007-07-301-1/+1
* | | | | Merge bk-internal:/home/bk/mysql-5.1-enginesunknown2007-08-031-1/+8
|\ \ \ \ \
| * \ \ \ \ Merge mysql.com:/home/svoj/devel/mysql/BUG29152/mysql-5.0-enginesunknown2007-08-021-1/+8
| |\ \ \ \ \ | | | |_|/ / | | |/| | |
| | * | | | BUG#29152 - INSERT DELAYED does not use concurrent_insert on slaveunknown2007-07-311-1/+8
* | | | | | Merge tsmith@bk-internal.mysql.com:/home/bk/mysql-5.1-optunknown2007-08-011-23/+20
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | |
| * | | | | merge of the fix for bug 17417 5.0-opt->5.1-optunknown2007-07-311-1/+1
| * | | | | (Pushing for Andrei)unknown2007-07-301-20/+14
| |\ \ \ \ \ | | | |_|_|/ | | |/| | |
| | * | | | (pushing for Andrei)unknown2007-07-301-19/+24
| * | | | | Merge gleb.loc:/home/uchum/work/bk/5.0-optunknown2007-07-271-3/+6
| |\ \ \ \ \ | | |/ / / / | | | / / / | | |/ / / | |/| | |
| | * | | Merge gkodinov@bk-internal.mysql.com:/home/bk/mysql-5.0-optunknown2007-07-261-3/+6
| | |\ \ \ | | | |/ / | | |/| |
| | | * | Bug #29571: INSERT DELAYED IGNORE written to binary log on unknown2007-07-261-3/+6
* | | | | WL#3984 (Revise locking of mysql.general_log and mysql.slow_log)unknown2007-07-271-1/+1
|/ / / /
* | | | Merge bk-internal.mysql.com:/home/bk/mysql-5.1unknown2007-07-211-55/+76
|\ \ \ \ | |_|_|/ |/| | |
| * | | A follow-up fix for Bug#29431 "killing an insert delayed thread causes unknown2007-07-191-1/+2
| * | | Merge bodhi.(none):/opt/local/work/mysql-5.0-runtimeunknown2007-07-191-54/+74
| |\ \ \ | | |/ /
| | * | Rename all references to 'Delayed_insert' instances from 'tmp' to 'di'unknown2007-07-191-50/+50
| | * | A fix for Bug#29431 killing an insert delayed thread causes crashunknown2007-07-191-8/+28
| | |/
| | * Merge anubis.xiphis.org:/usr/home/antony/work/mysql-5.0-enginesunknown2007-07-061-0/+8
| | |\
| | * \ Merge mhansson@bk-internal.mysql.com:/home/bk/mysql-5.0-optunknown2007-06-271-41/+51
| | |\ \
| | | * | Bug#28677: SELECT on missing column gives extra errorunknown2007-06-181-41/+51
* | | | | Merge gleb.loc:/home/uchum/work/bk/5.1unknown2007-07-201-4/+5
|\ \ \ \ \
| * | | | | Bug #29692 Single row inserts can incorrectly report a huge number of row i...unknown2007-07-161-4/+5
| |/ / / /
* | | | | Merge epotemkin@bk-internal.mysql.com:/home/bk/mysql-5.1-optunknown2007-07-091-1/+2
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Bug#29310: An InnoDB table was updated when the data wasn't actually changed.unknown2007-07-081-1/+2
* | | | | Merge anubis.xiphis.org:/usr/home/antony/work/mysql-5.1-enginesunknown2007-07-011-0/+8
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Merge synthia.local:/home/mydev/mysql-5.0-axmrgunknown2007-06-301-0/+8
| |\ \ \ \ | | | |_|/ | | |/| |