summaryrefslogtreecommitdiff
path: root/sql/sql_trigger.cc
Commit message (Expand)AuthorAgeFilesLines
* BUG#37145 Killing a statement doing DDL may log binlog event with error code ...He Zhenxing2009-03-271-1/+1
* Bug#29125 Windows Server X64: so many compiler warningsIgnacio Galarza2009-02-101-18/+18
* Bug #40021: Renaming view fails, archived .frm for view isGleb Shchepa2008-11-141-4/+4
* Bug#35577 (CREATE PROCEDURE causes either crash or syntax error depending onMarc Alff2008-07-141-2/+4
* Fixed whitespacemalff/marcsql@weblab.(none)2007-09-041-1/+1
* A fix and a test case for Bug#26141 mixing table types in trigger kostja@bodhi.(none)2007-07-121-12/+16
* Fix typo in the patch for BUG#25411 on 24-Apr-2007.anozdrin/alik@ibm.2007-06-191-1/+1
* Fix for:dlenev@mockturtle.local2007-05-111-1/+1
* Bug#25411 (trigger code truncated), PART Imalff/marcsql@weblab.(none)2007-04-241-2/+6
* A fix for Bug#26750 "valgrind leak in sp_head" (and post-reviewkostja@bodhi.local2007-03-071-5/+2
* Merge abarkov@bk-internal.mysql.com:/home/bk/mysql-5.0-rplbar@mysql.com2007-02-271-5/+1
|\
| * Bug#24478 DROP TRIGGER is not caught by replicate-*-table filtersbar@mysql.com2007-02-261-5/+1
* | Merge bk-internal.mysql.com:/home/bk/mysql-5.0monty@mysql.com/narttu.mysql.fi2007-01-221-8/+9
|\ \
| * \ Merge bk-internal.mysql.com:/home/bk/mysql-5.0monty@mysql.com/narttu.mysql.fi2006-12-151-8/+9
| |\ \ | | |/ | |/|
| | * Fixed compiler warnings detected by option -Wshadow and -Wunused:monty@mysql.com/narttu.mysql.fi2006-12-151-8/+9
* | | Many files:kent@mysql.com/kent-amd64.(none)2006-12-231-2/+1
|/ /
* | Merge dfischer@bk-internal.mysql.com:/home/bk/mysql-5.0-marveldf@kahlann.erinye.com2006-12-011-5/+4
|\ \ | |/
| * Fixed portability issue in my_thr_init.c (was added in my last push)monty@mysql.com/narttu.mysql.fi2006-11-301-5/+4
* | Bug#23703 (DROP TRIGGER needs an IF EXISTS)malff/marcsql@weblab.(none)2006-11-131-27/+77
|/
* Merge bk-internal.mysql.com:/home/bk/mysql-5.0cmiller@zippy.cornsilk.net2006-11-021-3/+5
|\
| * Merge bk-internal.mysql.com:/home/bk/mysql-5.0-maintcmiller@zippy.cornsilk.net2006-10-131-3/+5
| |\
| | * Bug #14262: SP: DROP PROCEDURE|VIEW (maybe more) write to binlog too late \cmiller@zippy.cornsilk.net2006-10-031-3/+5
* | | Merge bk-internal.mysql.com:/home/bk/mysql-5.0-runtimedlenev@mockturtle.local2006-10-201-4/+4
|\ \ \ | |/ / |/| |
| * | Fix for bug#15228 "'invalid access to non-static data member'dlenev@mockturtle.local2006-10-201-4/+4
* | | Fix for bug#20670 "UPDATE using key and invoking trigger that modifiesdlenev@mockturtle.local2006-09-211-0/+32
|/ /
* | Polishing (was the part of original patch for BUG#16899):anozdrin/alik@alik.2006-08-241-61/+58
* | Fix for BUG#20438: CREATE statements for views, stored routines and triggersanozdrin/alik@booka.2006-07-281-1/+4
* | Merge moonlight.intranet:/home/tomash/src/mysql_ab/mysql-5.0kroki/tomash@moonlight.intranet2006-07-131-32/+3
|\ \ | |/ |/|
| * Bug#18630: Arguments of suid routine calculated in wrong securitykroki/tomash@moonlight.intranet2006-07-131-32/+3
* | Merge bk-internal.mysql.com:/home/bk/mysql-5.0kostja@bodhi.local2006-07-081-1/+2
|\ \
| * \ Merge chilla.local:/home/mydev/mysql-5.0ingo@chilla.local2006-07-061-1/+2
| |\ \ | | |/ | |/|
| | * Bug#16218 - Crash on insert delayedingo@mysql.com2006-06-261-1/+2
* | | Merge bk-internal.mysql.com:/home/bk/mysql-5.0-runtimedlenev@mysql.com2006-07-061-2/+42
|\ \ \ | |/ / |/| |
| * | Fix for bug#18437 "Wrong values inserted with a before update trigger ondlenev@mysql.com2006-07-021-2/+42
| |/
* | Merge mysql.com:/home/tomash/src/mysql_ab/mysql-5.0kroki@mysql.com2006-06-281-1/+3
|\ \
| * | Bug#10946: Confusing error messeges in the case of duplicate trigger definitionkroki@mysql.com2006-06-281-1/+3
| |/
* | Merge bk-internal:/home/bk/mysql-5.0-runtimejimw@mysql.com2006-06-281-0/+9
|\ \
| * | Bug #18005: Creating a trigger on mysql.event leads to server crash on schedu...jimw@mysql.com2006-06-271-0/+9
| |/
* | A fix and a test case forkonstantin@mysql.com2006-06-271-6/+3
|/
* Fix for BUG#15921: DROP TRIGGER - can't be drop trigger createdanozdrin@mysql.com2006-03-281-7/+61
* Fix for bug #18153 "ALTER/OPTIMIZE/REPAIR on transactional tables corruptdlenev@mysql.com2006-03-241-0/+4
* This patch does 1) fix my build breakage 2) Complete the removal of all symb...brian@zim.(none)2006-03-091-1/+2
* Merge bk-internal.mysql.com:/home/bk/mysql-5.0anozdrin@mysql.com2006-03-071-25/+85
|\
| * Implementation of WL#2897: Complete definer support in the stored routines.anozdrin@mysql.com2006-03-021-1/+1
| * Fix for BUG#16266: Definer is not fully qualified error during replication.anozdrin@mysql.com2006-03-011-24/+84
* | Fix for bug #17866 "Problem with renaming table with triggers with fullydlenev@mysql.com2006-03-041-0/+1
|/
* Merge bk-internal.mysql.com:/home/bk/mysql-5.0-runtimedlenev@mysql.com2006-02-261-21/+269
|\
| * Fix for bug #13525 "Rename table does not keep info of triggers".dlenev@mysql.com2006-02-241-21/+269
* | Fix for the following bugs:anozdrin@mysql.com2006-01-241-34/+20
* | Fix for BUG#15110: mysqldump --triggers: does not include DEFINER clauseanozdrin@mysql.com2006-01-111-1/+1