B4BY.588
Home
Terminal
Upload
information
Create File
Create Folder
About
Tools
:
/
usr
/
share
/
mysql-test
/
extra
/
rpl_tests
/
Filename :
rpl_truncate.test
back
Copy
# Test to check for the different version of truncating a table. # The statements are "TRUNCATE tbl" and "DELETE FROM tbl". We check # the behaviour of each possible value for BINLOG_FORMAT. --source include/master-slave.inc let $trunc_stmt = TRUNCATE TABLE; --source extra/rpl_tests/rpl_truncate_helper.test let $trunc_stmt = DELETE FROM; --source extra/rpl_tests/rpl_truncate_helper.test --source include/rpl_end.inc