diff options
author | holyfoot/hf@deer.(none) <> | 2006-12-08 15:49:43 +0400 |
---|---|---|
committer | holyfoot/hf@deer.(none) <> | 2006-12-08 15:49:43 +0400 |
commit | edfbcc12cb2363b231e2412d4c580c22281db99d (patch) | |
tree | 3f5808c4f1df2167e359f23ff9b392810d3875f8 /mysql-test/t/trigger.test | |
parent | 883aa8d980b29ba35776f65c17c9c04c6c130cc5 (diff) | |
parent | 385541131b2be0daec7540b40389b46e93e20428 (diff) | |
download | mariadb-git-edfbcc12cb2363b231e2412d4c580c22281db99d.tar.gz |
Merge bk@192.168.21.1:mysql-5.1-opt
into mysql.com:/home/hf/work/embt/my51-embt
Diffstat (limited to 'mysql-test/t/trigger.test')
-rw-r--r-- | mysql-test/t/trigger.test | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mysql-test/t/trigger.test b/mysql-test/t/trigger.test index 12262894e5b..93bd7815e01 100644 --- a/mysql-test/t/trigger.test +++ b/mysql-test/t/trigger.test @@ -1140,6 +1140,7 @@ select trigger_schema, trigger_name, event_object_schema, # Trick which makes update of second .TRN file impossible system echo dummy >$MYSQLTEST_VARDIR/master-data/test/t1_ai.TRN~; system chmod 000 $MYSQLTEST_VARDIR/master-data/test/t1_ai.TRN~; +--replace_result $MYSQLTEST_VARDIR . master-data/ '' --error 1 rename table t1 to t2; # 't1' should be still there and triggers should work correctly |