Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

PS-9328: Merge 8.4.2 : Tentative fix for binlog_mysqlbinlog_4g_start_… #5410

Closed
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,8 @@
--source include/not_asan.inc
--source include/big_test.inc
--source include/have_binlog_format_row.inc
# Do not run in parallel with other tests as requires lots of disk space/memory.
--source include/not_parallel.inc

--echo #
--echo # 1) Prepare a sample table and insert values.
Expand Down
Loading