summaryrefslogtreecommitdiff
path: root/sql/sql_trigger.cc
Commit message (Expand)AuthorAgeFilesLines
* Merge bodhi.local:/opt/local/work/tmp_mergeunknown2006-07-131-1/+12
|\
| * Merge mysql.com:/home/tomash/src/mysql_ab/mysql-5.0unknown2006-06-281-1/+3
| |\
| | * Bug#10946: Confusing error messeges in the case of duplicate trigger definitionunknown2006-06-281-1/+3
| * | Merge bk-internal:/home/bk/mysql-5.0-runtimeunknown2006-06-281-0/+9
| |\ \
| | * | Bug #18005: Creating a trigger on mysql.event leads to server crash on schedu...unknown2006-06-271-0/+9
| | |/
* | | Merge bk-internal.mysql.com:/home/bk/mysql-5.1unknown2006-07-131-1/+2
|\ \ \
| * \ \ Merge chilla.local:/home/mydev/mysql-5.1--mainunknown2006-07-081-1/+2
| |\ \ \
| | * \ \ Merge chilla.local:/home/mydev/mysql-5.0-bug16218unknown2006-07-061-1/+2
| | |\ \ \
| | | * | | Bug#16218 - Crash on insert delayedunknown2006-06-261-1/+2
| | | | |/ | | | |/|
* | | | | Merge bk-internal.mysql.com:/home/bk/mysql-5.1-runtimeunknown2006-07-071-2/+47
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | After merge fixes for patch solving bug#18437 "Wrong values inserted with aunknown2006-07-061-3/+8
| * | | | Merge mysql.com:/home/dlenev/mysql-5.0-bg18437-3unknown2006-07-021-2/+42
| |\ \ \ \ | | |/ / / | |/| | |
| | * | | Fix for bug#18437 "Wrong values inserted with a before update trigger onunknown2006-07-021-2/+42
| | |/ /
* | | | Merge bodhi.netgear:/opt/local/work/tmp_mergeunknown2006-07-061-6/+3
|\ \ \ \ | |/ / / |/| | / | | |/ | |/|
| * | A fix and a test case forunknown2006-06-271-6/+3
| |/
* | 1. Fix compilation on Windows;unknown2006-05-191-2/+2
* | This is an implementation of two WL items:unknown2006-05-181-2/+2
* | Merge zim.(none):/home/ian/workspace/mysql-5.0unknown2006-03-271-7/+61
|\ \ | |/
| * Fix for BUG#15921: DROP TRIGGER - can't be drop trigger createdunknown2006-03-281-7/+61
* | Merge mysql.com:/home/dlenev/mysql-5.0-bg18153unknown2006-03-241-0/+4
|\ \ | |/
| * Fix for bug #18153 "ALTER/OPTIMIZE/REPAIR on transactional tables corruptunknown2006-03-241-0/+4
* | Merge zim.(none):/home/brian/mysql/mysql-5.0unknown2006-03-091-1/+2
|\ \ | |/
| * This patch does 1) fix my build breakage 2) Complete the removal of all symb...unknown2006-03-091-1/+2
* | Merge mysql.com:/home/alik/Documents/AllProgs/MySQL/devel/5.0-treeunknown2006-03-091-25/+85
|\ \ | |/
| * Merge bk-internal.mysql.com:/home/bk/mysql-5.0unknown2006-03-071-25/+85
| |\
| | * Implementation of WL#2897: Complete definer support in the stored routines.unknown2006-03-021-1/+1
| | * Fix for BUG#16266: Definer is not fully qualified error during replication.unknown2006-03-011-24/+84
* | | Merge mysql.com:/extern/mysql/5.0/generic/mysql-5.0unknown2006-03-061-0/+1
|\ \ \ | |/ /
| * | Fix for bug #17866 "Problem with renaming table with triggers with fullyunknown2006-03-041-0/+1
| |/
* | Merge mysql.com:/home/dlenev/src/mysql-5.0-bg13525unknown2006-02-271-20/+266
|\ \ | |/
| * Merge bk-internal.mysql.com:/home/bk/mysql-5.0-runtimeunknown2006-02-261-21/+269
| |\
| | * Fix for bug #13525 "Rename table does not keep info of triggers".unknown2006-02-241-21/+269
* | | Polishing: after implementing TRIGGER privilege, mysqld option unknown2006-02-131-4/+2
* | | Fix for BUG#17180: Failure in trigger-grant on Solaris.unknown2006-02-081-1/+1
* | | Merge mysql.com:/home/alik/Documents/AllProgs/MySQL/devel/5.0-rev-1.2004.2.1unknown2006-02-061-36/+33
|\ \ \ | |/ /
| * | Fix for the following bugs:unknown2006-01-241-34/+20
* | | Fix for BUG#9412: Triggers: should have trigger privilege.unknown2006-02-011-23/+25
* | | Merge BUG#15110 from 5.0 into 5.1.unknown2006-01-131-1/+1
|\ \ \ | |/ /
| * | Fix for BUG#15110: mysqldump --triggers: does not include DEFINER clauseunknown2006-01-111-1/+1
* | | Merge mysql.com:/home/jimw/my/mysql-5.0-cleanunknown2006-01-061-11/+20
|\ \ \ | |/ /
| * | After merge fix and a safety fix for handlerunknown2006-01-061-2/+3
| * | Merge bk-internal.mysql.com:/home/bk/mysql-5.0unknown2006-01-061-12/+20
| |\ \ | | |/ | |/|
| | * Review fixes of new pushed codeunknown2006-01-061-12/+20
| * | Merge bk-internal:/home/bk/mysql-5.0unknown2005-12-211-7/+7
| |\ \
| | * | BUG#15842: Change in "item.cc" adding Item_sp_variable breaks compile on HP-U...unknown2005-12-211-7/+7
* | | | WL#1324 table name to file name encodingunknown2005-12-311-37/+26
* | | | Merge mysql.com:/home/dlenev/src/mysql-5.0-bg14836unknown2005-12-241-9/+17
|\ \ \ \ | |/ / /
| * | | Fix for bug #14863 "Triggers: crash if create and there is no current database".unknown2005-12-111-10/+17
| |/ /
* | | sql_trigger.cc, item.cc:unknown2005-12-191-7/+7
* | | Merge mysql.com:/home/alik/MySQL/devel/5.0-wl2984unknown2005-12-091-3/+3
|\ \ \ | |/ /