mirror of
https://github.com/MariaDB/server.git
synced 2025-05-08 15:01:49 +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.
5 lines
65 B
Plaintext
5 lines
65 B
Plaintext
|
|
let $engine=MyISAM;
|
|
--source extra/rpl_tests/rpl_truncate.test
|
|
|