readyset icon indicating copy to clipboard operation
readyset copied to clipboard

Add support for MySQL TRUNCATE TABLE

Open altmannmarcelo opened this issue 10 months ago • 0 comments

Description

Truncate table is logged as a STATEMENT (EventType::QUERY_EVENT) .

This is meant to remove all the rows in the table.

Currently we skip this event leaving Readyset and MySQL in different states.

Change in user-visible behavior

Requires documentation change

altmannmarcelo avatar Apr 12 '24 21:04 altmannmarcelo