summaryrefslogtreecommitdiff
path: root/mysql-test/t/trigger.test
Commit message (Expand)AuthorAgeFilesLines
* Merge bodhi.local:/opt/local/work/tmp_mergekostja@bodhi.local2006-07-131-43/+65
|\
| * Replace all numeric error code with symbolic names in trigger.test.kroki@mysql.com2006-06-291-42/+42
| * Merge mysql.com:/home/tomash/src/mysql_ab/mysql-5.0kroki@mysql.com2006-06-281-1/+1
| |\
| | * Bug#10946: Confusing error messeges in the case of duplicate trigger definitionkroki@mysql.com2006-06-281-1/+1
| * | Bug #18005: Creating a trigger on mysql.event leads to server crash on schedu...jimw@mysql.com2006-06-271-1/+23
| |/
* | Merge mysql.com:/home/alik/MySQL/devel/5.0-to-be-mergedanozdrin@mysql.com2006-06-201-23/+17
|\ \ | |/
| * Fix for bug#13479 "REPLACE activates UPDATE trigger, not the DELETE anddlenev@mysql.com2006-06-161-23/+17
* | Merge mysql.com:/usr/local/mysql/tmp_mergeknielsen@mysql.com2006-05-181-0/+122
|\ \ | |/
| * Bug#14635: Accept NEW.x as INOUT parameters to stored procedureskroki@mysql.com2006-05-121-0/+74
| * Merge mysql.com:/home/tomash/src/mysql_ab/mysql-5.0kroki@mysql.com2006-05-041-0/+48
| |\
| | * Merge mysql.com:/home/tomash/src/mysql_ab/mysql-5.0kroki@mysql.com2006-04-211-0/+48
| | |\
| | | * Bug#6951: Triggers/Traditional: SET @ result wrongkroki@mysql.com2006-04-191-0/+48
* | | | Add missing drop table msvensson@neptunus.(none)2006-05-101-0/+1
* | | | Merge bk-internal:/home/bk/mysql-5.1-newmsvensson@neptunus.(none)2006-05-021-1/+0
|\ \ \ \ | |/ / / | | / / | |/ / |/| |
| * | 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
| |/
* | Added test case for bug #16021 "Wrong index given to function in trigger"dlenev@mysql.com2006-04-191-1/+25
|/
* Bug#16461: connection_id() does not work properly inside triggerkroki@mysql.com2006-04-121-0/+28
* Merge bk-internal.mysql.com:/home/bk/mysql-5.0-runtimedlenev@mysql.com2006-03-291-0/+34
|\
| * Proposed fix for bug #17764 "Trigger crashes MyISAM table"dlenev@mysql.com2006-03-291-0/+34
* | Fix for bug #18153 "ALTER/OPTIMIZE/REPAIR on transactional tables corruptdlenev@mysql.com2006-03-241-0/+23
|/
* Fix for bug #17866 "Problem with renaming table with triggers with fullydlenev@mysql.com2006-03-041-5/+9
* Fix for trigger.test failures on pushbuild hosts introduced by fix for dlenev@mysql.com2006-02-271-3/+4
* Merge bk-internal.mysql.com:/home/bk/mysql-5.0-runtimedlenev@mysql.com2006-02-261-1/+86
|\
| * Fix for bug #13525 "Rename table does not keep info of triggers".dlenev@mysql.com2006-02-241-1/+86
* | Merge bk-internal.mysql.com:/home/bk/mysql-5.0dlenev@mysql.com2006-01-311-0/+9
|\ \
| * | Fix for bug #16829 "Firing trigger with RETURN crashes the server"dlenev@mysql.com2006-01-281-0/+9
* | | 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
* | | Merge bk-internal.mysql.com:/home/bk/mysql-5.0monty@mysql.com2006-01-061-6/+3
|\ \ \ | |_|/ |/| |
| * | Review fixes of new pushed codemonty@mysql.com2006-01-061-6/+3
| |/
* | Fix for bug #14863 "Triggers: crash if create and there is no current database".dlenev@mysql.com2005-12-111-0/+15
|/
* Merge sanja.is.com.ua:/home/bell/mysql/bk/work-bug7-5.0bell@sanja.is.com.ua2005-11-231-0/+4
|\
| * Recursion support made for SP (BUG#10100).bell@sanja.is.com.ua2005-11-231-0/+4
* | Merge sanja.is.com.ua:/home/bell/mysql/bk/work-bug2-5.0bell@sanja.is.com.ua2005-11-231-0/+28
|\ \
| * | Fix for BUG#13549 "Server crash with nested stored proceduresbell@sanja.is.com.ua2005-11-231-0/+28
| |/
* | Fix for bug #13399 Crash when executing PS/SP which should activate triggerdlenev@mysql.com2005-11-171-0/+39
|/
* Fix for bug #12704 "Server crashes during trigger execution".dlenev@mysql.com2005-09-151-3/+113
* 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/+36
|\
| * Fix for bug #11896 "Partial locking in case of recursive trigger definitions".dlenev@mysql.com2005-08-181-0/+36
* | Fixed typo in error numbersmonty@mysql.com2005-08-151-1/+1
* | Save and clear run context before executing a stored function or trigger and ...monty@mysql.com2005-08-151-0/+44
|/
* Merge bk-internal.mysql.com:/home/bk/mysql-5.0dlenev@mysql.com2005-08-111-0/+23
|\
| * Clumsy but working fix for bug #11973 "SELECT .. INTO var_name; in triggerdlenev@mysql.com2005-08-101-0/+23
* | Fix for bug #12280 "Triggers: crash if flush tables".dlenev@mysql.com2005-08-101-0/+20
|/
* postmerge-fixbell@sanja.is.com.ua2005-07-301-5/+1
* store/restore sql_mode which was in force during ctrigger creation (BUG#5891)bell@sanja.is.com.ua2005-07-281-0/+36
* After merge fix.dlenev@mysql.com2005-07-191-2/+2
* Fix for bugs #5892/6182/8751/8758/10994 (based on Antony's patch)dlenev@mysql.com2005-07-191-20/+39