24
24
#todo: introduce a suite private macro that provides numeric values
25
25
# for some constants like the offset of the first real event
26
26
# that is different between severs versions.
28
28
--replace_result $MYSQLTEST_VARDIR MYSQLTEST_VARDIR
30
30
(@a:=load_file("$MYSQLTEST_VARDIR/tmp/binlog_killed_bug27571.binlog"))
33
33
let $error_code= `select @a like "%#%error_code=0%" /* must return 1 */`;
34
34
eval select $error_code /* must return 1 as query completed before got killed*/;