summaryrefslogtreecommitdiff
path: root/mysql-test/t/trigger.test
diff options
context:
space:
mode:
authorholyfoot/hf@mysql.com/hfmain.(none) <>2006-12-28 09:42:04 +0400
committerholyfoot/hf@mysql.com/hfmain.(none) <>2006-12-28 09:42:04 +0400
commit842b23a8fc4f61275774f159473334996524df5b (patch)
tree98d5ea35a1c1b4733dc237d98ddba348ece8c639 /mysql-test/t/trigger.test
parent52e716971f20e2c0231294f281ca543cf58e6936 (diff)
downloadmariadb-git-842b23a8fc4f61275774f159473334996524df5b.tar.gz
WL#3630 (add embedded server to pushbuild)
5.1-related fixes libmysqld/Makefile.am fixed to recompile and link ha_*.cc files that keep dependance on THD structure. Minor fixes to make tests working.
Diffstat (limited to 'mysql-test/t/trigger.test')
-rw-r--r--mysql-test/t/trigger.test2
1 files changed, 1 insertions, 1 deletions
diff --git a/mysql-test/t/trigger.test b/mysql-test/t/trigger.test
index 93bd7815e01..916a85ec424 100644
--- a/mysql-test/t/trigger.test
+++ b/mysql-test/t/trigger.test
@@ -1140,7 +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/ ''
+--replace_result $MYSQLTEST_VARDIR . master-data// ''
--error 1
rename table t1 to t2;
# 't1' should be still there and triggers should work correctly