summaryrefslogtreecommitdiff
path: root/sql/sql_class.cc
Commit message (Expand)AuthorAgeFilesLines
* merged 5.0-main -> 5.0-bugteamGeorgi Kodinov2009-05-151-0/+17
|\
| * Pull 5.1 treatment of community features into 5.0.Chad MILLER2009-05-051-2/+2
| * 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-3/+13
| |\ \
| * \ \ Merge from 5.0 trunk.Chad MILLER2008-07-141-0/+7
| |\ \ \
| * \ \ \ Merge chunk from trunk.Chad MILLER2008-07-101-7/+11
| |\ \ \ \
| * \ \ \ \ Merge bk-internal.mysql.com:/home/bk/mysql-5.0cmiller@zippy.cornsilk.net2007-12-101-0/+17
| |\ \ \ \ \
| | * | | | | Push history-limiting code until after the code that adds new cmiller@zippy.cornsilk.net2007-11-141-0/+14
| | * | | | | Merge bk-internal.mysql.com:/home/bk/mysql-5.0cmiller@zippy.cornsilk.net2007-09-101-0/+3
| | |\ \ \ \ \
| | | * \ \ \ \ Merge mysqldev@production.mysql.com:my/mysql-5.0-releasecmiller@zippy.cornsilk.net2007-07-021-0/+3
| | | |\ \ \ \ \
| | | | * \ \ \ \ Merge mysqldev@production.mysql.com:my/mysql-5.0-releasecmiller@zippy.cornsilk.net2007-04-261-0/+3
| | | | |\ \ \ \ \
| | | | | * \ \ \ \ Merge bk-internal.mysql.com:/home/bk/mysql-5.0cmiller@zippy.cornsilk.net2007-04-031-0/+3
| | | | | |\ \ \ \ \
| | | | | | * \ \ \ \ Merge mysqldev@production.mysql.com:my/build-200702201448-5.0.36/mysql-5.0-re...cmiller@zippy.cornsilk.net2007-02-271-0/+3
| | | | | | |\ \ \ \ \
| | | | | | | * | | | | Prevent bugs by making DBUG_* expressions syntactically equivalent cmiller@zippy.cornsilk.net2007-02-221-1/+2
| | | | | | | * | | | | Merge bk-internal.mysql.com:/data0/bk/mysql-5.0baker@bk-internal.mysql.com2007-01-141-0/+2
| | | | | | | |\ \ \ \ \
| | | | | | | | * \ \ \ \ Merge bk-internal.mysql.com:/home/bk/mysql-5.0-communitycmiller@zippy.cornsilk.net2007-01-031-0/+2
| | | | | | | | |\ \ \ \ \
| | | | | | | | | * | | | | Bug#24795: Add SHOW PROFILEcmiller@zippy.cornsilk.net2007-01-031-0/+2
| | | | | * | | | | | | | | Merge quadxeon.mysql.com:/benchmarks/ext3/TOSAVE/tsmith/bk/mar20/b27231/41tsmith@quadxeon.mysql.com2007-03-201-8/+6
| | | | | |\ \ \ \ \ \ \ \ \
* | | | | | \ \ \ \ \ \ \ \ \ Fix for bug#42009: SELECT into variable gives different results to direct SELECTRamil Kalimullin2009-05-101-1/+1
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | | | |
| * | | | | | | | | | | | | | Fix for bug#42009: SELECT into variable gives different results to direct SELECTRamil Kalimullin2009-02-241-1/+1
* | | | | | | | | | | | | | | Auto-mergeRamil Kalimullin2009-03-251-0/+7
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | Bug#43748: crash when non-super user tries to kill the replication threadsTatiana A. Nurnberg2009-03-251-0/+7
* | | | | | | | | | | | | | | | Fix for bug#35383: binlog playback and replication breaksRamil Kalimullin2009-03-251-0/+1
|/ / / / / / / / / / / / / / /
* | | | | | | | | | | | | | | Bug#43461: invalid comparison with string literal in default.cDavi Arnaut2009-03-191-1/+1
* | | | | | | | | | | | | | | Manual mergeKristofer Pettersson2009-03-061-1/+14
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | BUG#37051 Replication rules not evaluated correctlyHe Zhenxing2009-03-051-1/+5
| |/ / / / / / / / / / / / / /
| * | | | | | | | | | | | | | Fix for bug #41868: crash or memory overrun with concat + upper,Alexey Kopytov2009-02-101-0/+5
| * | | | | | | | | | | | | | Backport patch for Bug#31222 (com_% global status counters behave randomlyAlexander Nozdrin2009-01-151-0/+4
| | |_|_|_|_|_|_|_|_|_|_|_|/ | |/| | | | | | | | | | | |
* | | | | | | | | | | | | | Bug#40363 Bug 20023 is not fixed on 5.0Kristofer Pettersson2009-03-051-0/+6
|/ / / / / / / / / / / / /
* | | | | | | | | | | | | Bug#37114: sql_mode NO_BACKSLASH_ESCAPES does not work properly with LOAD DAT...Tatiana A. Nurnberg2008-09-171-2/+11
* | | | | | | | | | | | | Bug#35577 (CREATE PROCEDURE causes either crash or syntax error depending onMarc Alff2008-07-141-1/+2
| |_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | |
* | | | | | | | | | | | BUG#33029 5.0 to 5.1 replication fails on dup key when insertinghezx@mail.hezx.com2008-03-141-0/+7
| |_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | |
* | | | | | | | | | | Merge mhansson@bk-internal:/home/bk/mysql-5.0-optmhansson/martin@linux-st28.site2007-12-151-0/+1
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | Bug #32858: Erro: "Incorrect usage of UNION and INTO" does not take mhansson/martin@linux-st28.site2007-12-131-0/+1
| | |/ / / / / / / / / | |/| | | | | | | | |
* | | | | | | | | | | Fixed bug #32533.gshchepa/uchum@gleb.loc2007-11-201-7/+10
| |/ / / / / / / / / |/| | | | | | | | |
* | | | | | | | | | Fixed bug #28076: inconsistent binary/varbinary comparison.gshchepa/uchum@gleb.loc2007-11-101-1/+1
* | | | | | | | | | Merge gleb.loc:/home/uchum/work/bk/PA/5.0-opt-31663gshchepa/uchum@gleb.loc2007-10-261-9/+35
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | Fixed bug #31663: if the FIELDS TERMINATED BY stringgshchepa/uchum@gleb.loc2007-10-231-9/+35
| |/ / / / / / / / /
* | | | | | | | | | Bug #31517: Potential crash due to access of NULL thd in mark_transaction_to_...tsmith@ramayana.hindu.god2007-10-101-2/+5
|/ / / / / / / / /
* | | | | | | | | Merge tsmith@bk-internal.mysql.com:/home/bk/mysql-5.0-opttsmith@ramayana.hindu.god2007-08-011-1/+1
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | Fix for bug #29928: INSERT ... VALUES(connection_id(), ...) incorrect ramil/ram@mysql.com/ramil.myoffice.izhnet.ru2007-08-011-1/+1
* | | | | | | | | | Merge gkodinov@bk-internal.mysql.com:/home/bk/mysql-5.0-optgkodinov/kgeorge@magare.gmz2007-07-311-1/+1
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | (pushing for Andrei)gkodinov/kgeorge@magare.gmz2007-07-301-1/+1
| |/ / / / / / / / /
* | | | | | | | | | Merge epotemkin@bk-internal.mysql.com:/home/bk/mysql-5.0-optevgen@moonbone.local2007-07-301-1/+21
|\ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / |/| | | | | | | | |
| * | | | | | | | | Bug#24989: The DEADLOCK error is improperly handled by InnoDB.evgen@moonbone.local2007-07-301-1/+21
| |/ / / / / / / /
* | | | | | | | | BUG#29734 - thread_id=0 in binary log which leads to temporary table conflictssvoj@mysql.com/april.(none)2007-07-141-1/+10
* | | | | | | | | Fixed bug #29442.gshchepa/uchum@gleb.loc2007-07-061-1/+3
* | | | | | | | | Merge gleb.loc:/home/uchum/work/bk/4.1-optgshchepa/uchum@gleb.loc2007-07-041-1/+4
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | sql_class.cc:gshchepa/uchum@gleb.loc2007-07-031-1/+1
| * | | | | | | | | Fixed bug #29294.gshchepa/uchum@gleb.loc2007-07-031-1/+4
| | |_|_|/ / / / / | |/| | | | | | |