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.
4 lines
65 B
Text
4 lines
65 B
Text
|
|
let $engine=MyISAM;
|
|
--source extra/rpl_tests/rpl_truncate.test
|
|
|