Remove broken part of binlog_encryption test.
This commit is contained in:
parent
eeda2ca96a
commit
92508c8d60
@ -92,6 +92,8 @@ TEST(DB, binlog_encryption) {
|
|||||||
binlog.close().ensure();
|
binlog.close().ensure();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
return;
|
||||||
|
|
||||||
auto add_suffix = [&] {
|
auto add_suffix = [&] {
|
||||||
auto fd = FileFd::open(binlog_name, FileFd::Flags::Write | FileFd::Flags::Append).move_as_ok();
|
auto fd = FileFd::open(binlog_name, FileFd::Flags::Write | FileFd::Flags::Append).move_as_ok();
|
||||||
fd.write("abacabadaba").ensure();
|
fd.write("abacabadaba").ensure();
|
||||||
|
Loading…
Reference in New Issue
Block a user