summaryrefslogtreecommitdiff
path: root/sql/sql_parse.cc
Commit message (Expand)AuthorAgeFilesLines
* Many files:kent@mysql.com/kent-amd64.(none)2006-12-231-2/+1
* Merge naruto.:C:/cpp/bug17733/my50-bug17733Kristofer.Pettersson@naruto.2006-12-041-3/+8
|\
| * Bug#17733 Flushing logs causes daily server crashKristofer.Pettersson@naruto.2006-12-011-3/+8
* | Merge kpdesk.mysql.com:/home/thek/dev/bug22043/my50-bug22043thek@kpdesk.mysql.com2006-12-011-74/+51
|\ \
| * | Bug#22043 MySQL don't add "USE <DATABASE>" before "DROP PROCEDURE IF EXISTS"thek@kpdesk.mysql.com2006-12-011-74/+51
* | | Merge kpdesk.mysql.com:/home/thek/dev/bug22043/my50-bug22043thek@kpdesk.mysql.com2006-11-291-0/+24
|\ \ \ | |/ /
| * | Bug#22043 MySQL don't add "USE <DATABASE>" before "DROP PROCEDURE EXISTS"thek@kpdesk.mysql.com2006-11-281-0/+24
* | | Merge neptunus.(none):/home/msvensson/mysql/mysql-5.0msvensson@neptunus.(none)2006-11-281-7/+29
|\ \ \
| * \ \ Merge bk-internal:/home/bk/mysql-5.0gkodinov@dl145s.mysql.com2006-11-271-5/+7
| |\ \ \
| | * \ \ Merge bk-internal.mysql.com:/home/bk/mysql-5.0monty@mysql.com/nosik.monty.fi2006-11-201-5/+7
| | |\ \ \
| | | * | | Remove compiler warningsmonty@mysql.com/nosik.monty.fi2006-11-201-5/+7
| | | |/ /
| * | | | Merge bk@192.168.21.1:mysql-5.0-optholyfoot/hf@mysql.com/deer.(none)2006-11-171-0/+4
| |\ \ \ \ | | |/ / / | |/| | |
| | * | | Bug#20045: Server crash on INSERT ... SELECT ... FROM non-mergeable view evgen@moonbone.local2006-11-141-0/+4
| * | | | Merge mysql.com:/users/lthalmann/bkroot/mysql-5.0-rpllars/lthalmann@mysql.com/dl145h.mysql.com2006-11-071-2/+18
| |\ \ \ \ | | |_|/ / | |/| | |
| | * | | Merge abarkov@bk-internal.mysql.com:/home/bk/mysql-5.0-rplbar@mysql.com/bar.intranet.mysql.r18.ru2006-11-011-1/+17
| | |\ \ \
| | | * | | Bug#22877 replication character sets get out ofbar@mysql.com/bar.intranet.mysql.r18.ru2006-11-011-1/+17
| | * | | | Bug#20404: SHOW CREATE TABLE fails with Turkish Ibar@mysql.com/bar.intranet.mysql.r18.ru2006-10-301-1/+1
| | | |/ / | | |/| |
* | | | | Merge polly.local:/tmp/maint/bug22077/my50-bug22077kaa@polly.local2006-11-241-6/+7
|\ \ \ \ \
| * | | | | Fix for bug #22077 "DROP TEMPORARY TABLE fails with wrong error if read_only ...kaa@polly.local2006-11-201-6/+7
| | |_|_|/ | |/| | |
* | | | | Merge ahristov@bk-internal.mysql.com:/home/bk/mysql-5.0-maintandrey@example.com2006-11-141-2/+0
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | Fix for bug#23760 ROW_COUNT() and store procedure not owrking togetherandrey@example.com2006-11-141-2/+0
| |/ / /
* | | | Merge bk-internal.mysql.com:/home/bk/mysql-5.0cmiller@zippy.cornsilk.net2006-11-021-106/+36
|\ \ \ \ | |/ / /
| * | | Fix for bug #22158: Errors in init_connect terminate connections silentlyramil/ram@mysql.com/myoffice.izhnet.ru2006-10-261-0/+7
| * | | Merge zippy.cornsilk.net:/home/cmiller/work/mysql/mysql-5.0-maintcmiller@zippy.cornsilk.net2006-10-171-0/+2
| |\ \ \
| | * | | Fix previous bad patch for Bug#14262.cmiller@zippy.cornsilk.net2006-10-171-0/+2
| * | | | Merge siva.hindu.god:/usr/home/tim/m/bk/b19764/50tsmith/tim@siva.hindu.god2006-10-161-2/+4
| |\ \ \ \ | | |/ / / | |/| | |
| | * | | Bug #19764: SHOW commands end up in the slow log as table scanstsmith/tim@siva.hindu.god2006-10-121-2/+4
| | * | | Revert patch for bug #19764, which did not work with prepared statements.tsmith/tim@siva.hindu.god2006-10-111-3/+3
| | * | | Bug #19764: SHOW commands end up in the slow log as table scanstsmith/tim@siva.hindu.god2006-10-031-3/+3
| | | |/ | | |/|
| * | | Merge bk-internal.mysql.com:/home/bk/mysql-5.0-maintcmiller@zippy.cornsilk.net2006-10-131-105/+24
| |\ \ \ | | |_|/ | |/| |
| | * | Bug #14262: SP: DROP PROCEDURE|VIEW (maybe more) write to binlog too late \cmiller@zippy.cornsilk.net2006-10-031-92/+26
* | | | A cleanup.kostja@bodhi.local2006-10-301-6/+0
* | | | BUG#22584: last_insert_id not updated after inserting a record throughkroki/tomash@moonlight.intranet2006-10-271-2/+17
* | | | Merge moonlight.intranet:/home/tomash/src/mysql_ab/mysql-5.0kroki/tomash@moonlight.intranet2006-10-191-2/+7
|\ \ \ \ | |/ / / |/| | |
| * | | BUG#21856: Prepared Statements: crash if bad createkroki/tomash@moonlight.intranet2006-10-191-2/+7
* | | | Fix for the patch for bug#21726: Incorrect result with multiplekroki/tomash@moonlight.intranet2006-10-031-0/+1
* | | | BUG#21726: Incorrect result with multiple invocations of LAST_INSERT_IDkroki/tomash@moonlight.intranet2006-10-021-1/+15
| |_|/ |/| |
* | | additional 'after merge' fixgluh@mysql.com/gluh.(none)2006-09-271-6/+5
* | | after merge fixgluh@mysql.com/gluh.(none)2006-09-271-1/+1
* | | Merge mysql.com:/home/gluh/MySQL/Merge/4.1gluh@mysql.com/gluh.(none)2006-09-271-2/+2
|\ \ \
| * | | Patch for bug#21432 is revertedgluh@mysql.com/gluh.(none)2006-09-271-2/+2
| * | | Merge gkodinov@bk-internal.mysql.com:/home/bk/mysql-4.1-optgkodinov/kgeorge@rakia.(none)2006-09-051-1/+3
| |\ \ \
* | \ \ \ Merge mysql.com:/users/lthalmann/bkroot/mysql-5.0-rpllars/lthalmann@mysql.com/dl145j.mysql.com2006-09-211-0/+13
|\ \ \ \ \
| * | | | | BUG#19419: VIEW: View that the column name is differentaivanov/alexi@mysql.com/mysqld.localdomain2006-09-181-0/+13
* | | | | | Merge dl145s.mysql.com:/data/bk/team_tree_merge/CLEAN/mysql-5.0gkodinov@dl145s.mysql.com2006-09-151-1/+3
|\ \ \ \ \ \
| * \ \ \ \ \ Merge dl145s.mysql.com:/data/bk/team_tree_merge/CLEAN/mysql-5.0gkodinov@dl145s.mysql.com2006-09-151-1/+3
| |\ \ \ \ \ \ | | |/ / / / / | |/| | | | |
| | * | | | | Merge macbook.gmz:/Users/kgeorge/mysql/work/B21392-4.1-optgkodinov/kgeorge@macbook.gmz2006-09-041-1/+3
| | |\ \ \ \ \ | | | | |/ / / | | | |/| | |
| | | * | | | Bug #21392: multi-table delete with alias table name fails withgkodinov/kgeorge@macbook.gmz2006-09-041-1/+3
* | | | | | | Merge lamia.home:/home/timka/mysql/src/5.0-bug-21774-smtimour/timka@lamia.home2006-09-131-2/+0
|\ \ \ \ \ \ \ | |/ / / / / /
| * | | | | | Fix for BUG#21774: Column count doesn't match value count at row xtimour/timka@lamia.home2006-09-121-2/+0
| |/ / / / /