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

Test behavior of DML and STATEMENT #1211

Open
altmannmarcelo opened this issue Apr 8, 2024 · 0 comments
Open

Test behavior of DML and STATEMENT #1211

altmannmarcelo opened this issue Apr 8, 2024 · 0 comments

Comments

@altmannmarcelo
Copy link
Contributor

Description

binlog_format is a dynamic per-session variable, we currently infer that STATEMENT is only used for DDL and threat EventType::QUERY_EVENT as ReplicationAction::DdlChange .

Test and document the behavior of:

SET binlog_format=STATEMENT
INSERT INTO t VALUES (1);

Change in user-visible behavior

Requires documentation change

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

No branches or pull requests

1 participant