summaryrefslogtreecommitdiff
path: root/mysql-test/t/mysqlbinlog.test
diff options
context:
space:
mode:
authorAndrei Elkin <aelkin@mysql.com>2009-10-01 19:44:53 +0300
committerAndrei Elkin <aelkin@mysql.com>2009-10-01 19:44:53 +0300
commitd91aa57c38e9baf0bbf31a596e79bea2504e50bb (patch)
treee2849e3cfc039882029b2eb6059cefa89b85f0de /mysql-test/t/mysqlbinlog.test
parentc676cebbea734691b41bf7e8edcbe61e74a53f62 (diff)
downloadmariadb-git-d91aa57c38e9baf0bbf31a596e79bea2504e50bb.tar.gz
backporting bug@27808 fixes
Diffstat (limited to 'mysql-test/t/mysqlbinlog.test')
-rw-r--r--mysql-test/t/mysqlbinlog.test2
1 files changed, 1 insertions, 1 deletions
diff --git a/mysql-test/t/mysqlbinlog.test b/mysql-test/t/mysqlbinlog.test
index 597c9671053..015d4d152cb 100644
--- a/mysql-test/t/mysqlbinlog.test
+++ b/mysql-test/t/mysqlbinlog.test
@@ -119,7 +119,7 @@ select "--- reading stdin --" as "";
--replace_result $MYSQL_TEST_DIR MYSQL_TEST_DIR
--replace_regex /SQL_LOAD_MB-[0-9]-[0-9]/SQL_LOAD_MB-#-#/
---exec $MYSQL_BINLOG --short-form --position=80 - < $MYSQL_TEST_DIR/std_data/trunc_binlog.000001
+--exec $MYSQL_BINLOG --short-form --position=79 - < $MYSQL_TEST_DIR/std_data/trunc_binlog.000001
drop table t1,t2;
#