summaryrefslogtreecommitdiff
path: root/mysql-test/r/trigger.result
Commit message (Expand)AuthorAgeFilesLines
* Merge mysql.com:/home/jimw/my/mysql-5.0-cleanjimw@mysql.com2006-04-301-1/+1
|\
| * Merge bk-internal:/home/bk/mysql-5.0msvensson@neptunus.(none)2006-04-271-1/+1
| |\
| | * Cleanup test cases that leaves "stuff" behindmsvensson@neptunus.(none)2006-04-181-1/+1
* | | Merge mysql.com:/extern/mysql/5.1/generic/mysql-5.0-mergepem@mysql.com2006-04-251-1/+34
|\ \ \ | |/ /
| * | Added test case for bug #16021 "Wrong index given to function in trigger"dlenev@mysql.com2006-04-191-1/+34
| |/
* | Merge mysql.com:/opt/local/work/tmp_mergekonstantin@mysql.com2006-04-231-0/+13
|\ \ | |/
| * Bug#16461: connection_id() does not work properly inside triggerkroki@mysql.com2006-04-121-0/+13
* | Merge mysql.com:/opt/local/work/tmp_merge2konstantin@mysql.com2006-03-301-0/+24
|\ \ | |/
| * Merge bk-internal.mysql.com:/home/bk/mysql-5.0-runtimedlenev@mysql.com2006-03-291-0/+24
| |\
| | * Proposed fix for bug #17764 "Trigger crashes MyISAM table"dlenev@mysql.com2006-03-291-0/+24
* | | Updated test case. SHOW CREATE TABLE uses uppercase DEFAULT clause in 5.1.dlenev@mysql.com2006-03-251-1/+1
* | | Merge mysql.com:/home/dlenev/mysql-5.0-bg18153dlenev@mysql.com2006-03-241-0/+31
|\ \ \ | |/ /
| * | Fix for bug #18153 "ALTER/OPTIMIZE/REPAIR on transactional tables corruptdlenev@mysql.com2006-03-241-0/+31
| |/
* | Merge mysql.com:/extern/mysql/5.0/generic/mysql-5.0pem@mysql.com2006-03-061-12/+18
|\ \ | |/
| * Fix for bug #17866 "Problem with renaming table with triggers with fullydlenev@mysql.com2006-03-041-12/+18
* | Merge neptunus.(none):/home/msvensson/mysql/bug10460/my51-bug10460msvensson@neptunus.(none)2006-03-061-1/+1
|\ \ | |/ |/|
| * Bug#10460 SHOW CREATE TABLE uses inconsistent upper/lower casemsvensson@neptunus.(none)2006-02-221-1/+1
* | Fixed test for bug #13525 "Rename table does not keep info of triggers"dlenev@mysql.com2006-02-261-10/+10
* | Merge bk-internal.mysql.com:/home/bk/mysql-5.0-runtimedlenev@mysql.com2006-02-261-1/+102
|\ \ | |/ |/|
| * Fix for bug #13525 "Rename table does not keep info of triggers".dlenev@mysql.com2006-02-241-1/+102
* | Merge bk-internal.mysql.com:/home/bk/mysql-5.0dlenev@mysql.com2006-01-311-0/+5
|\ \
| * | Fix for bug #16829 "Firing trigger with RETURN crashes the server"dlenev@mysql.com2006-01-281-0/+5
* | | Merge neptunus.(none):/home/msvensson/mysql/mysqltest_var/my50-mysqltest_varmsvensson@neptunus.(none)2006-01-241-4/+4
|\ \ \ | |/ / |/| |
| * | Make it possible to run mysql-test-run.pl with default test suite in differen...msvensson@neptunus.(none)2006-01-241-4/+4
* | | Fix for BUG#15103: SHOW TRIGGERS: small output alignment problem.anozdrin@mysql.com2006-01-121-2/+2
* | | Merge bk-internal.mysql.com:/home/bk/mysql-5.0monty@mysql.com2006-01-061-4/+3
|\ \ \ | |_|/ |/| |
| * | Review fixes of new pushed codemonty@mysql.com2006-01-061-4/+3
| |/
* | Fix for bug #14863 "Triggers: crash if create and there is no current database".dlenev@mysql.com2005-12-111-0/+6
|/
* Merge sanja.is.com.ua:/home/bell/mysql/bk/work-bug7-5.0bell@sanja.is.com.ua2005-11-231-0/+3
|\
| * Recursion support made for SP (BUG#10100).bell@sanja.is.com.ua2005-11-231-0/+3
* | Merge sanja.is.com.ua:/home/bell/mysql/bk/work-bug2-5.0bell@sanja.is.com.ua2005-11-231-0/+14
|\ \
| * | Fix for BUG#13549 "Server crash with nested stored proceduresbell@sanja.is.com.ua2005-11-231-0/+14
| |/
* | Fix for bug #13399 Crash when executing PS/SP which should activate triggerdlenev@mysql.com2005-11-171-0/+25
* | WL#2818 (Add creator to the trigger definition for privilegeanozdrin@mysql.com2005-11-101-5/+5
|/
* Implement WL#2661 "Prepared Statements: Dynamic SQL in Stored Procedures".konstantin@mysql.com2005-09-031-1/+1
* Merge bk-internal.mysql.com:/home/bk/mysql-5.0dlenev@mysql.com2005-08-231-0/+41
|\
| * Fix for bug #11896 "Partial locking in case of recursive trigger definitions".dlenev@mysql.com2005-08-181-0/+41
* | Save and clear run context before executing a stored function or trigger and ...monty@mysql.com2005-08-151-0/+33
|/
* Merge bk-internal.mysql.com:/home/bk/mysql-5.0dlenev@mysql.com2005-08-111-0/+13
|\
| * Clumsy but working fix for bug #11973 "SELECT .. INTO var_name; in triggerdlenev@mysql.com2005-08-101-0/+13
* | Fix for bug #12280 "Triggers: crash if flush tables".dlenev@mysql.com2005-08-101-0/+16
|/
* postmerge-fixbell@sanja.is.com.ua2005-07-301-8/+1
* store/restore sql_mode which was in force during ctrigger creation (BUG#5891)bell@sanja.is.com.ua2005-07-281-0/+47
* Fix for bugs #5892/6182/8751/8758/10994 (based on Antony's patch)dlenev@mysql.com2005-07-191-19/+34
* Now when we create or drop trigger we will open only subject table and notdlenev@mysql.com2005-07-131-1/+2
* Fixed trigger.test after fixing bug #11554 "Server crashes on statementdlenev@mysql.com2005-07-131-3/+9
* Manual fixes after merging patch for bug #8406 "Triggers crash if referencingdlenev@mysql.com2005-07-091-9/+0
* Merge bk-internal.mysql.com:/home/bk/mysql-5.0dlenev@mysql.com2005-07-091-1/+92
|\
| * Enable support of access to tables from triggers. Thus fix bug #8406 "Triggersdlenev@mysql.com2005-07-091-1/+92
* | Added test for bug #5893 "Triggers with dropped functions cause crashes"dlenev@brandersnatch.localdomain2005-06-291-0/+9
|/