Skip to content

Fix binlog argument passing for output file#872

Merged
KirillOsenkov merged 1 commit intoKirillOsenkov:mainfrom
stan-sz:patch-1
Jun 2, 2025
Merged

Fix binlog argument passing for output file#872
KirillOsenkov merged 1 commit intoKirillOsenkov:mainfrom
stan-sz:patch-1

Conversation

@stan-sz
Copy link
Copy Markdown
Contributor

@stan-sz stan-sz commented Jun 2, 2025

No description provided.

if (args.Length >= 2 && string.Equals(firstArg, "compilerinvocations", StringComparison.OrdinalIgnoreCase))
{
string binlog = null;
string binlog = binlog = args[1];
Copy link
Copy Markdown
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

= binlog = binlog is duplicated

Copy link
Copy Markdown
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'll fix it myself

if (args.Length >= 2 && string.Equals(firstArg, "doublewrites", StringComparison.OrdinalIgnoreCase))
{
string binlog = null;
string binlog = binlog = args[1];
Copy link
Copy Markdown
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

same here

@KirillOsenkov KirillOsenkov merged commit 5abfe22 into KirillOsenkov:main Jun 2, 2025
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants