summaryrefslogtreecommitdiff
path: root/mysql-test/t/sp_trans.test
diff options
context:
space:
mode:
authorunknown <aelkin/elkin@andrepl.(none)>2007-03-24 14:40:38 +0200
committerunknown <aelkin/elkin@andrepl.(none)>2007-03-24 14:40:38 +0200
commitd18945535d24107c865239d7c3f071e98f5cd31b (patch)
tree03fc4240d30690ef9dd7baaa041aff75242bc5db /mysql-test/t/sp_trans.test
parent7b41fd46d46bab8c299fa9cf31c21c65177aec0c (diff)
downloadmariadb-git-d18945535d24107c865239d7c3f071e98f5cd31b.tar.gz
Bug #27395 OPTION_STATUS_NO_TRANS_UPDATE is not preserved at the end of SF()
eliminating the unnecessary option; and replacing site-dependant stuff in the test mysql-test/r/sp_trans.result: results changed, will be changed again after bug#23333 fixed mysql-test/t/sp_trans.test: replacing sensitive stuff sql/mysql_priv.h: removal, as part of Bug#27395 OPTION_STATUS_NO_TRANS_UPDATE is not preserved at the end of SF()
Diffstat (limited to 'mysql-test/t/sp_trans.test')
-rw-r--r--mysql-test/t/sp_trans.test3
1 files changed, 2 insertions, 1 deletions
diff --git a/mysql-test/t/sp_trans.test b/mysql-test/t/sp_trans.test
index 579af44f28d..f2ed39c093e 100644
--- a/mysql-test/t/sp_trans.test
+++ b/mysql-test/t/sp_trans.test
@@ -580,7 +580,8 @@ end|
--error ER_DUP_ENTRY
insert into t2 values (bug23333(),1)|
-show binlog events /* must show the insert */|
+--replace_column 2 # 5 #
+show binlog events from 98 /* must show the insert */|
select count(*),@a from t1 /* must be 1,1 */|
#