readyset icon indicating copy to clipboard operation
readyset copied to clipboard

Test behavior of DML and STATEMENT

Open altmannmarcelo opened this issue 10 months ago • 0 comments

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

altmannmarcelo avatar Apr 08 '24 12:04 altmannmarcelo