mirror of
https://github.com/MariaDB/server.git
synced 2025-04-26 11:49:09 +03:00

Under row-based replication, DELETE FROM will now always be replicated as individual row deletions, while TRUNCATE TABLE will always be replicated as a statement.
6 lines
98 B
Plaintext
6 lines
98 B
Plaintext
|
|
--source include/have_innodb.inc
|
|
|
|
let $engine=InnoDB;
|
|
--source extra/rpl_tests/rpl_truncate.test
|