summaryrefslogtreecommitdiff
path: root/mysql-test/t/sp_trans_log.test
diff options
context:
space:
mode:
authorunknown <aelkin/elkin@dsl-hkibras-fe38f900-157.dhcp.inet.fi>2007-08-22 15:43:16 +0300
committerunknown <aelkin/elkin@dsl-hkibras-fe38f900-157.dhcp.inet.fi>2007-08-22 15:43:16 +0300
commit116995f9165539a254e058f1be13ae364a0bef4b (patch)
treee437a9d2ba18db010d6e4b59a08b5095d40bfd5f /mysql-test/t/sp_trans_log.test
parentbdfe0b5290df00c85b716bbcd3718b842a3fbbdc (diff)
downloadmariadb-git-116995f9165539a254e058f1be13ae364a0bef4b.tar.gz
bug#23333
fixing the test due a to different offsets in binlog with ps-protocol (a possible bug to be reported) mysql-test/r/sp_trans_log.result: results changed as prescribed mysql-test/t/sp_trans_log.test: Replacing the reporting pattern ### a possible bug: #show master status /* the offset must denote there is the query */| # displays different offests in ps-protocol with show binlog events
Diffstat (limited to 'mysql-test/t/sp_trans_log.test')
-rw-r--r--mysql-test/t/sp_trans_log.test3
1 files changed, 2 insertions, 1 deletions
diff --git a/mysql-test/t/sp_trans_log.test b/mysql-test/t/sp_trans_log.test
index 508c730a1cf..93605722f6b 100644
--- a/mysql-test/t/sp_trans_log.test
+++ b/mysql-test/t/sp_trans_log.test
@@ -26,7 +26,8 @@ end|
reset master|
--error ER_DUP_ENTRY
insert into t2 values (bug23333(),1)|
-show master status /* the offset must denote there is the query */|
+--replace_column 2 # 5 # 6 #
+show binlog events from 98 /* with fixes for #23333 will show there are 2 queries */|
select count(*),@a from t1 /* must be 1,1 */|
drop table t1, t2|