summaryrefslogtreecommitdiff
path: root/sql/sql_base.cc
Commit message (Expand)AuthorAgeFilesLines
* Bug#48508: Crash on prepared statement re-execution.Evgeny Potemkin2009-12-011-1/+2
* BUG#48216 Replication fails on all slaves after upgrade to 5.0.86 on master2009-11-031-0/+1
* Bug #43414 Parenthesis (and other) warnings compiling MySQLStaale Smedseng2009-08-281-4/+2
* auto-merge mysql-5.0-bugteam (local) --> mysql-5.0-bugteamAlfranio Correia2009-08-281-7/+12
|\
| * BUG#46861 Auto-closing of temporary tables broken by replicate-rewrite-dbAlfranio Correia2009-08-271-7/+12
* | Bug #46003 and bug #46034: backported the fixes from azalea.Georgi Kodinov2009-07-161-1/+7
* | Bug #43414 Parenthesis (and other) warnings compiling MySQL Staale Smedseng2009-06-171-19/+19
* | Merge community up to enterprise, thus ending the community-serverChad MILLER2009-05-061-15/+15
|\ \
| * \ Merge 5.0.80 release and 5.0 community. Version left at 5.0.80.Chad MILLER2009-04-141-6/+6
| |\ \
| * \ \ Merged from 5.0 (enterprise).Chad MILLER2008-12-171-6/+35
| |\ \ \
| * \ \ \ Merge from 5.0 trunk.Chad MILLER2008-07-141-1/+1
| |\ \ \ \
| * \ \ \ \ Merge chunk from trunk.Chad MILLER2008-07-101-2/+6
| |\ \ \ \ \
| * \ \ \ \ \ Merge chunk from trunk.Chad MILLER2008-07-101-1/+30
| |\ \ \ \ \ \
| * \ \ \ \ \ \ Merge bk-internal.mysql.com:/home/bk/mysql-5.0cmiller@zippy.cornsilk.net2007-12-101-15/+15
| |\ \ \ \ \ \ \
| | * \ \ \ \ \ \ Merge bk-internal.mysql.com:/home/bk/mysql-5.0cmiller@zippy.cornsilk.net2007-09-101-15/+15
| | |\ \ \ \ \ \ \
| | | * \ \ \ \ \ \ Merge mysqldev@production.mysql.com:my/mysql-5.0-releasecmiller@zippy.cornsilk.net2007-07-021-15/+15
| | | |\ \ \ \ \ \ \
| | | | * \ \ \ \ \ \ Merge mysqldev@production.mysql.com:my/mysql-5.0-releasecmiller@zippy.cornsilk.net2007-04-261-15/+15
| | | | |\ \ \ \ \ \ \
| | | | | * \ \ \ \ \ \ Merge bk-internal.mysql.com:/home/bk/mysql-5.0cmiller@zippy.cornsilk.net2007-04-031-15/+15
| | | | | |\ \ \ \ \ \ \
| | | | | | * \ \ \ \ \ \ Merge mysqldev@production.mysql.com:my/build-200702201448-5.0.36/mysql-5.0-re...cmiller@zippy.cornsilk.net2007-02-271-15/+15
| | | | | | |\ \ \ \ \ \ \
| | | | | | | * | | | | | | Prevent bugs by making DBUG_* expressions syntactically equivalent cmiller@zippy.cornsilk.net2007-02-221-15/+15
| | | | | | | * | | | | | | Merge bk-internal.mysql.com:/data0/bk/mysql-5.0baker@bk-internal.mysql.com2007-01-141-12/+12
| | | | | | | |\ \ \ \ \ \ \
| | | | | | | | * \ \ \ \ \ \ Merge bk-internal.mysql.com:/home/bk/mysql-5.0-communitycmiller@zippy.cornsilk.net2007-01-031-12/+12
| | | | | | | | |\ \ \ \ \ \ \
| | | | | | | | | * | | | | | | Bug#24795: Add SHOW PROFILEcmiller@zippy.cornsilk.net2007-01-031-12/+12
* | | | | | | | | | | | | | | | Auto mergeHe Zhenxing2009-04-081-26/+38
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | Bug#39953 Triggers are not working properly with multi tableStaale Smedseng2009-03-271-26/+38
| | |_|_|_|_|_|_|_|_|_|_|_|_|/ / | |/| | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | BUG#37145 Killing a statement doing DDL may log binlog event with error code ...He Zhenxing2009-03-271-12/+4
|/ / / / / / / / / / / / / / /
* | | | | | | | | | | | | | | auto-mergeIgnacio Galarza2009-03-191-1/+1
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | Bug #41354: Access control is bypassed when all columns Georgi Kodinov2009-02-261-1/+1
| | |_|_|_|_|_|_|_|_|_|_|_|/ / | |/| | | | | | | | | | | | |
* | | | | | | | | | | | | | | Bug#29125 Windows Server X64: so many compiler warningsIgnacio Galarza2009-02-101-5/+5
|/ / / / / / / / / / / / / /
* | | | | | | | | | | | | | Bug#37284 Crash in Field_string::type()Sergey Glukhov2008-11-271-0/+3
* | | | | | | | | | | | | | Bug #33811: Call to stored procedure with SELECT * / RIGHT JOIN Georgi Kodinov2008-10-171-0/+4
| |_|_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | |
* | | | | | | | | | | | | Bug #38691: segfault/abort in ``UPDATE ...JOIN'' whileGleb Shchepa2008-10-081-6/+28
| |_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | |
* | | | | | | | | | | | Bug #26461: Intrinsic data type bool (1 byte) redefined to BOOL (4 bytes)gkodinov/kgeorge@macbook.gmz2008-03-211-1/+1
| |_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | |
* | | | | | | | | | | Bug#23588 SHOW COLUMNS on a temporary table causes locking issuesgluh@mysql.com/mgluh.(none)2008-02-221-2/+6
| |_|_|_|_|_|_|_|_|/ |/| | | | | | | | |
* | | | | | | | | | Merge gkodinov@bk-internal.mysql.com:/home/bk/mysql-5.0-optgkodinov/kgeorge@magare.gmz2008-01-091-1/+30
|\ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / |/| | | | | | | | |
| * | | | | | | | | Bug #33133: Views are not transparentgkodinov/kgeorge@macbook.gmz2008-01-091-1/+30
* | | | | | | | | | Merge lambda.hsd1.co.comcast.net.:/home/malff/TREE/mysql-5.0-basemalff@lambda.hsd1.co.comcast.net.2007-11-211-2/+1
|\ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / |/| | | | | | | | |
| * | | | | | | | | Merge adventure.(none):/home/thek/Development/cpp/bug31153/my50-bug31153thek@adventure.(none)2007-11-211-2/+1
| |\ \ \ \ \ \ \ \ \
| | * | | | | | | | | Bug #31153 calling stored procedure crashes server if available memory is lowthek@adventure.(none)2007-11-191-2/+1
| | |/ / / / / / / /
* | | | | | | | | | Bug #31562: HAVING and lower casegkodinov/kgeorge@magare.gmz2007-11-131-1/+2
* | | | | | | | | | Merge tnurnberg@bk-internal.mysql.com:/home/bk/mysql-5.0-opttnurnberg@white.intern.koehntopp.de2007-10-261-1/+3
|\ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / |/| | | | | | | | |
| * | | | | | | | | Bug#31662: 'null' is shown as type of fields for view with bad definer, break...tnurnberg@mysql.com/white.intern.koehntopp.de2007-10-261-1/+3
* | | | | | | | | | Merge mysql.com:/home/gluh/MySQL/Merge/5.0gluh@eagle.(none)2007-10-231-4/+1
|\ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / /
| * | | | | | | | | Bug #30468: column level privileges not respected when joining tablesgkodinov/kgeorge@magare.gmz2007-09-271-4/+1
| * | | | | | | | | Merge bk-internal.mysql.com:/data0/bk/mysql-5.0gshchepa@bk-internal.mysql.com2007-08-231-7/+2
| |\ \ \ \ \ \ \ \ \
* | | | | | | | | | | Bug#31409 RENAME TABLE causes server crash or deadlock when used with HANDLER...davi@moksha.local2007-10-091-1/+11
| |_|/ / / / / / / / |/| | | | | | | | |
* | | | | | | | | | Merge pippilotta.erinye.com:/shared/home/df/mysql/build/mysql-5.0-marveldf@pippilotta.erinye.com2007-08-231-7/+2
|\ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / |/| / / / / / / / / | |/ / / / / / / /
| * | | | | | | | Merge weblab.(none):/home/marcsql/TREE/mysql-5.0-basemalff/marcsql@weblab.(none)2007-08-201-7/+2
| |\ \ \ \ \ \ \ \
| | * | | | | | | | Bug#29936 (Stored Procedure DML ignores low_priority_updates setting)davi@moksha.local2007-08-161-7/+2
* | | | | | | | | | Merge gleb.loc:/home/uchum/work/bk/5.0gshchepa/uchum@gleb.loc2007-08-211-8/+0
|\ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / /