mirror of
https://github.com/MariaDB/server.git
synced 2025-01-20 05:52:27 +01:00
321d9d842f
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.
5 lines
98 B
Text
5 lines
98 B
Text
|
|
--source include/have_innodb.inc
|
|
|
|
let $engine=InnoDB;
|
|
--source extra/rpl_tests/rpl_truncate.test
|