summaryrefslogtreecommitdiff
path: root/sql/sql_insert.cc
Commit message (Expand)AuthorAgeFilesLines
* Merge malff@bk-internal.mysql.com:/home/bk/mysql-5.1-runtimemalff/marcsql@weblab.(none)2007-08-301-1/+1
|\
| * Merge moksha.local:/Users/davi/mysql/push/bugs/28587-5.0davi@moksha.local2007-08-301-1/+1
| |\
| | * Bug#28587 SELECT is blocked by INSERT waiting on read lock, even with low_pri...davi@moksha.local2007-08-301-1/+1
| | * Merge chilla.local:/home/mydev/mysql-5.0-amainistruewing@chilla.local2007-08-031-21/+29
| | |\
* | | \ Merge bk-internal.mysql.com:/home/bk/mysql-5.1monty@narttu.mysql.fi2007-08-141-7/+7
|\ \ \ \ | |/ / / |/| | |
| * | | Fixed a lot of compiler warnings and errors detected by Forte C++ on Solarismonty@mysql.com/nosik.monty.fi2007-08-131-7/+7
* | | | Merge bk-internal:/home/bk/mysql-5.1-marveldf@pippilotta.erinye.com2007-08-031-1/+1
|\ \ \ \ | |/ / /
| * | | Merge bk-internal.mysql.com:/home/bk/mysql-5.1monty@nosik.monty.fi2007-08-021-1/+1
| |\ \ \
| | * | | Slow query log to file now displays queries with microsecond precissionmonty@mysql.com/nosik.monty.fi2007-07-301-1/+1
* | | | | Merge bk-internal:/home/bk/mysql-5.1-enginesdf@pippilotta.erinye.com2007-08-031-1/+8
|\ \ \ \ \
| * \ \ \ \ Merge mysql.com:/home/svoj/devel/mysql/BUG29152/mysql-5.0-enginessvoj@april.(none)2007-08-021-1/+8
| |\ \ \ \ \ | | | |_|/ / | | |/| | |
| | * | | | BUG#29152 - INSERT DELAYED does not use concurrent_insert on slavesvoj@mysql.com/april.(none)2007-07-311-1/+8
* | | | | | Merge tsmith@bk-internal.mysql.com:/home/bk/mysql-5.1-opttsmith@ramayana.hindu.god2007-08-011-23/+20
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | |
| * | | | | merge of the fix for bug 17417 5.0-opt->5.1-optgkodinov/kgeorge@magare.gmz2007-07-311-1/+1
| * | | | | (Pushing for Andrei)gkodinov/kgeorge@magare.gmz2007-07-301-20/+14
| |\ \ \ \ \ | | | |_|_|/ | | |/| | |
| | * | | | (pushing for Andrei)gkodinov/kgeorge@magare.gmz2007-07-301-19/+24
| * | | | | Merge gleb.loc:/home/uchum/work/bk/5.0-optgshchepa/uchum@gleb.loc2007-07-271-3/+6
| |\ \ \ \ \ | | |/ / / / | | | / / / | | |/ / / | |/| | |
| | * | | Merge gkodinov@bk-internal.mysql.com:/home/bk/mysql-5.0-optgkodinov/kgeorge@magare.gmz2007-07-261-3/+6
| | |\ \ \ | | | |/ / | | |/| |
| | | * | Bug #29571: INSERT DELAYED IGNORE written to binary log on gkodinov/kgeorge@magare.gmz2007-07-261-3/+6
* | | | | WL#3984 (Revise locking of mysql.general_log and mysql.slow_log)malff/marcsql@weblab.(none)2007-07-271-1/+1
|/ / / /
* | | | Merge bk-internal.mysql.com:/home/bk/mysql-5.1kostja@bodhi.(none)2007-07-211-55/+76
|\ \ \ \ | |_|_|/ |/| | |
| * | | A follow-up fix for Bug#29431 "killing an insert delayed thread causes kostja@bodhi.(none)2007-07-191-1/+2
| * | | Merge bodhi.(none):/opt/local/work/mysql-5.0-runtimekostja@bodhi.(none)2007-07-191-54/+74
| |\ \ \ | | |/ /
| | * | Rename all references to 'Delayed_insert' instances from 'tmp' to 'di'kostja@bodhi.(none)2007-07-191-50/+50
| | * | A fix for Bug#29431 killing an insert delayed thread causes crashkostja@bodhi.(none)2007-07-191-8/+28
| | |/
| | * Merge anubis.xiphis.org:/usr/home/antony/work/mysql-5.0-enginesantony@ppcg5.local2007-07-061-0/+8
| | |\
| | * \ Merge mhansson@bk-internal.mysql.com:/home/bk/mysql-5.0-optmhansson@dl145s.mysql.com2007-06-271-41/+51
| | |\ \
| | | * | Bug#28677: SELECT on missing column gives extra errormhansson/martin@linux-st28.site2007-06-181-41/+51
* | | | | Merge gleb.loc:/home/uchum/work/bk/5.1gshchepa/uchum@gleb.loc2007-07-201-4/+5
|\ \ \ \ \
| * | | | | Bug #29692 Single row inserts can incorrectly report a huge number of row i...dkatz@damien-katzs-computer.local2007-07-161-4/+5
| |/ / / /
* | | | | Merge epotemkin@bk-internal.mysql.com:/home/bk/mysql-5.1-optevgen@moonbone.local2007-07-091-1/+2
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Bug#29310: An InnoDB table was updated when the data wasn't actually changed.evgen@moonbone.local2007-07-081-1/+2
* | | | | Merge anubis.xiphis.org:/usr/home/antony/work/mysql-5.1-enginesantony@anubis.xiphis.org2007-07-011-0/+8
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Merge synthia.local:/home/mydev/mysql-5.0-axmrgistruewing@synthia.local2007-06-301-0/+8
| |\ \ \ \ | | | |_|/ | | |/| |
| | * | | Bug#25511antony@ppcg5.local2007-06-281-0/+8
| | |/ /
* | | | Bug #29157: UPDATE, changed rows incorrectgkodinov/kgeorge@magare.gmz2007-06-281-4/+12
* | | | Merge mhansson@bk-internal.mysql.com:/home/bk/mysql-5.1-optmhansson@dl145s.mysql.com2007-06-251-50/+62
|\ \ \ \ | |/ / / |/| | |
| * | | Bug #28677: SELECT on missing column gives extra errormhansson/martin@linux-st28.site2007-06-191-50/+62
* | | | Merge mysql.com:/nfsdisk1/lars/bk/mysql-5.1lars/lthalmann@dl145k.mysql.com2007-06-211-3/+3
|\ \ \ \
| * \ \ \ Merge weblab.(none):/home/marcsql/TREE/mysql-5.1-basemalff/marcsql@weblab.(none)2007-06-151-15/+27
| |\ \ \ \
| * | | | | Follow up after work on Bug 4968kostja@bodhi.(none)2007-06-101-3/+3
* | | | | | Merge mysql.com:/nfsdisk1/lars/bkroot/mysql-5.1-new-rpllars/lthalmann@dl145j.mysql.com2007-06-181-5/+24
|\ \ \ \ \ \ | |_|/ / / / |/| | | | |
| * | | | | Merge kindahl-laptop.dnsalias.net:/home/bkroot/mysql-5.1-rplmats@kindahl-laptop.dnsalias.net2007-06-121-5/+23
| |\ \ \ \ \
| | * \ \ \ \ Merge kindahl-laptop.dnsalias.net:/home/bkroot/mysql-5.1-rplmats@kindahl-laptop.dnsalias.net2007-06-121-5/+23
| | |\ \ \ \ \
| | | * | | | | WL#3303 (RBR: Engine-controlled logging format):mats@kindahl-laptop.dnsalias.net2007-05-291-5/+23
| * | | | | | | Merge mysql.com:/nfsdisk1/lars/bkroot/mysql-5.1-new-rpllars/lthalmann@dl145h.mysql.com2007-06-051-15/+15
| |\ \ \ \ \ \ \ | | |/ / / / / / | |/| | / / / / | | | |/ / / / | | |/| | | |
| * | | | | | Merge mkindahl@bk-internal.mysql.com:/home/bk/mysql-5.1-new-rplmats@kindahl-laptop.dnsalias.net2007-05-311-0/+1
| |\ \ \ \ \ \ | | | |/ / / / | | |/| | | |
| | * | | | | WL#3339 (Issue warnings when statement-based replication may fail):mats@romeo.kindahl.net2007-05-141-0/+1
* | | | | | | 5.0-opt -> 5.1-opt mergegkodinov/kgeorge@magare.gmz2007-06-121-2/+2
* | | | | | | Merge bk-internal:/home/bk/mysql-5.0-optgkodinov/kgeorge@magare.gmz2007-06-121-12/+17
|\ \ \ \ \ \ \ | |_|_|_|/ / / |/| | | | / / | | |_|_|/ / | |/| | | |