1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-30 16:24:05 +03:00

fix binlog_encryption.binlog_incident test

This commit is contained in:
Sergei Golubchik
2016-12-05 22:29:25 +01:00
parent 76546a099c
commit 74d52ded72
6 changed files with 4 additions and 15 deletions

View File

@ -21,8 +21,8 @@
#
##############################################################################
let $binlog_start_pos=249;
--disable_query_log
SET @binlog_start_pos=249;
set @binlog_start_pos=249 + @@encrypt_binlog * 36;
--enable_query_log
let $binlog_start_pos=`select @binlog_start_pos`;