summaryrefslogtreecommitdiff
path: root/sql/sql_class.h
Commit message (Expand)AuthorAgeFilesLines
* Pull 5.1 treatment of community features into 5.0.Chad MILLER2009-05-051-1/+1
* Merge 5.0.80 release and 5.0 community. Version left at 5.0.80.Chad MILLER2009-04-141-0/+11
|\
| * Auto-mergeRamil Kalimullin2009-03-251-0/+1
| |\
| | * Bug#43748: crash when non-super user tries to kill the replication threadsTatiana A. Nurnberg2009-03-251-0/+1
| * | Fix for bug#35383: binlog playback and replication breaksRamil Kalimullin2009-03-251-0/+3
| |/
| * BUG#37051 Replication rules not evaluated correctlyHe Zhenxing2009-03-051-0/+7
* | Merge from Tim's 5.0.76-release tree to make 5.0.77 .Chad MILLER2009-01-211-0/+7
|\ \ | |/
| * BUG#38826 Race in MYSQL_LOG::purge_logs is impossible to debug in productionLuis Soares2008-12-041-0/+7
* | Merged from 5.0 (enterprise).Chad MILLER2008-12-171-11/+19
|\ \ | |/
| * Bug#28323: Server crashed in xid cache operationsDavi Arnaut2008-10-211-1/+3
| * Bug#24289 Status Variable "Questions" gets wrong values with Stored RoutinesKristofer Pettersson2008-10-091-3/+10
| * Bug#37114: sql_mode NO_BACKSLASH_ESCAPES does not work properly with LOAD DAT...Tatiana A. Nurnberg2008-09-171-0/+1
| * Bug#35577 (CREATE PROCEDURE causes either crash or syntax error depending onMarc Alff2008-07-141-7/+5
* | Merge chunk from trunk.Chad MILLER2008-07-101-1/+1
|\ \ | |/
| * Bug#33851 Passing UNSIGNED param to EXECUTE returns ERROR 1210davi@mysql.com/endora.local2008-02-281-1/+1
* | Merge chunk from trunk.Chad MILLER2008-07-101-6/+38
|\ \ | |/
| * Merge mhansson@bk-internal:/home/bk/mysql-5.0-optmhansson/martin@linux-st28.site2007-12-151-3/+34
| |\
| | * Bug #32858: Erro: "Incorrect usage of UNION and INTO" does not take mhansson/martin@linux-st28.site2007-12-131-3/+34
| * | Merge mysql.com:/home/gluh/MySQL/Merge/5.0gluh@eagle.(none)2007-12-131-3/+4
| |\ \
| | * \ Merge polly.(none):/home/kaa/src/opt/bug9481/my50-bug9481kaa@polly.(none)2007-11-301-1/+2
| | |\ \
| | | * | 5.0 version of the fix for bug #9481: mysql_insert_id() returns 0 afterkaa@polly.(none)2007-11-261-1/+2
| | * | | Merge epotemkin@bk-internal.mysql.com:/home/bk/mysql-5.0-optevgen@moonbone.local2007-11-191-2/+2
| | |\ \ \ | | | |/ / | | |/| |
| | | * | Bug#30384: Having SQL_BUFFER_RESULT option in the CREATE .. KEY(..) .. SELECTevgen@moonbone.local2007-11-191-2/+2
| | | |/
* | | | Merge bk-internal.mysql.com:/home/bk/mysql-5.0cmiller@zippy.cornsilk.net2007-12-101-0/+8
|\ \ \ \ | |/ / / |/| | |
| * | | Merge bk-internal.mysql.com:/home/bk/mysql-5.0cmiller@zippy.cornsilk.net2007-09-101-0/+8
| |\ \ \
| | * \ \ Merge mysqldev@production.mysql.com:my/mysql-5.0-releasecmiller@zippy.cornsilk.net2007-07-021-0/+8
| | |\ \ \
| | | * \ \ Merge mysqldev@production.mysql.com:my/mysql-5.0-releasecmiller@zippy.cornsilk.net2007-04-261-0/+8
| | | |\ \ \
| | | | * \ \ Merge bk-internal.mysql.com:/home/bk/mysql-5.0cmiller@zippy.cornsilk.net2007-04-031-0/+8
| | | | |\ \ \
| | | | | * \ \ Merge mysqldev@production.mysql.com:my/build-200702201448-5.0.36/mysql-5.0-re...cmiller@zippy.cornsilk.net2007-02-271-0/+8
| | | | | |\ \ \
| | | | | | * | | Prevent bugs by making DBUG_* expressions syntactically equivalent cmiller@zippy.cornsilk.net2007-02-221-1/+6
| | | | | | * | | Merge bk-internal.mysql.com:/data0/bk/mysql-5.0baker@bk-internal.mysql.com2007-01-141-0/+3
| | | | | | |\ \ \
| | | | | | | * \ \ Merge bk-internal.mysql.com:/home/bk/mysql-5.0-communitycmiller@zippy.cornsilk.net2007-01-031-0/+3
| | | | | | | |\ \ \
| | | | | | | | * | | Bug#24795: Add SHOW PROFILEcmiller@zippy.cornsilk.net2007-01-031-0/+3
* | | | | | | | | | | Merge dl145h.mysql.com:/data0/mkindahl/mysql-5.0mkindahl@dl145h.mysql.com2007-11-211-1/+17
|\ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|/ / |/| | | | | | | | | |
| * | | | | | | | | | Merge abarkov@bk-internal.mysql.com:/home/bk/mysql-5.0bar@bar.myoffice.izhnet.ru2007-10-301-1/+17
| |\ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|_|/ | |/| | | | | | | | |
| | * | | | | | | | | Bug #29136 erred multi-delete on trans table does not rollback the statementaelkin/elkin@koti.dsl.inet.fi2007-10-131-0/+10
| | * | | | | | | | | BUG#30752 rpl_dual_pos_advance valgrind (jump depends on uninitialized LOG_INFO)sven@murkla.(none)2007-10-031-1/+7
| | |/ / / / / / / /
* | | | | | | | | | Bug#31700: thd->examined_row_count not incremented for 'const' type queriestnurnberg@mysql.com/white.intern.koehntopp.de2007-11-101-4/+19
* | | | | | | | | | Fixed bug #31663: if the FIELDS TERMINATED BY stringgshchepa/uchum@gleb.loc2007-10-231-0/+7
|/ / / / / / / / /
* | | | | | | | | Bug#30384: Having SQL_BUFFER_RESULT option in the CREATE .. KEY(..) .. SELECTevgen@sunlight.local2007-09-211-1/+1
|/ / / / / / / /
* | | | | | | | Merge tsmith@bk-internal.mysql.com:/home/bk/mysql-5.0-opttsmith@ramayana.hindu.god2007-08-011-6/+21
|\ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ Merge ramayana.hindu.god:/home/tsmith/m/bk/50tsmith@ramayana.hindu.god2007-08-011-0/+3
| |\ \ \ \ \ \ \ \
| | * | | | | | | | Fix for bug #29928: INSERT ... VALUES(connection_id(), ...) incorrect ramil/ram@mysql.com/ramil.myoffice.izhnet.ru2007-08-011-0/+3
| * | | | | | | | | A fix and a test case for Bug#24918 drop table and lock / inconsistentkostja@bodhi.(none)2007-07-271-6/+18
* | | | | | | | | | Merge gkodinov@bk-internal.mysql.com:/home/bk/mysql-5.0-optgkodinov/kgeorge@magare.gmz2007-07-311-5/+1
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | (pushing for Andrei)gkodinov/kgeorge@magare.gmz2007-07-301-5/+1
| |/ / / / / / / / /
* | | | | | | | | | Merge epotemkin@bk-internal.mysql.com:/home/bk/mysql-5.0-optevgen@moonbone.local2007-07-301-1/+29
|\ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / |/| | | | | | | | |
| * | | | | | | | | Bug#24989: The DEADLOCK error is improperly handled by InnoDB.evgen@moonbone.local2007-07-301-1/+29
* | | | | | | | | | Merge bk-internal.mysql.com:/home/bk/mysql-5.0kostja@bodhi.(none)2007-07-211-1/+1
|\ \ \ \ \ \ \ \ \ \ | |_|/ / / / / / / / |/| | | | | | | | |
| * | | | | | | | | A fix and a test case for Bug#26104 Bug on foreign key class constructor.kostja@bodhi.(none)2007-07-181-1/+1