summaryrefslogtreecommitdiff
path: root/mysql-test/include/binlog_start_pos.inc
diff options
context:
space:
mode:
authorvinchen <vinchen13@gmail.com>2016-10-14 18:55:37 +0800
committerKristian Nielsen <knielsen@knielsen-hq.org>2016-10-19 20:20:47 +0200
commite1c502879fea4bc95c493e429c295ba8c95e5483 (patch)
tree76ea4896233dcd73dc4715db9e4f61ddb44fab97 /mysql-test/include/binlog_start_pos.inc
parentd4b2c9bb1afd6887d9295b44ed8f85f3bcf5019f (diff)
downloadmariadb-git-e1c502879fea4bc95c493e429c295ba8c95e5483.tar.gz
test suite for compressed binlog event
Diffstat (limited to 'mysql-test/include/binlog_start_pos.inc')
-rw-r--r--mysql-test/include/binlog_start_pos.inc10
1 files changed, 5 insertions, 5 deletions
diff --git a/mysql-test/include/binlog_start_pos.inc b/mysql-test/include/binlog_start_pos.inc
index a187e18b3a4..942a124d639 100644
--- a/mysql-test/include/binlog_start_pos.inc
+++ b/mysql-test/include/binlog_start_pos.inc
@@ -10,19 +10,19 @@
#
# Format_description_log_event length =
# 19 /* event common header */ +
-# 58 /* misc stuff in the Format description header */ +
+# 57 /* misc stuff in the Format description header */ +
# number of events +
# 1 /* Checksum algorithm */ +
# 4 /* CRC32 length */
#
-# With current number of events = 164,
+# With current number of events = 171,
#
-# binlog_start_pos = 4 + 19 + 57 + 163 + 1 + 4 = 249.
+# binlog_start_pos = 4 + 19 + 57 + 171 + 1 + 4 = 256.
#
##############################################################################
-let $binlog_start_pos=249;
+let $binlog_start_pos=256;
--disable_query_log
-SET @binlog_start_pos=249;
+SET @binlog_start_pos=256;
--enable_query_log