diff options
Diffstat (limited to 'mysql-test/suite/binlog_encryption/rpl_loadfile.test')
-rw-r--r-- | mysql-test/suite/binlog_encryption/rpl_loadfile.test | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/mysql-test/suite/binlog_encryption/rpl_loadfile.test b/mysql-test/suite/binlog_encryption/rpl_loadfile.test new file mode 100644 index 00000000..84e6ecd7 --- /dev/null +++ b/mysql-test/suite/binlog_encryption/rpl_loadfile.test @@ -0,0 +1,12 @@ +--source suite/rpl/include/rpl_loadfile.inc + +--let $datadir= `SELECT @@datadir` + +--echo # +--echo # Check that the loaded data is encrypted in the master binlog +--echo # + +--let SEARCH_FILE=$datadir/master-bin.0* +--let SEARCH_RANGE = 500000 +--let SEARCH_PATTERN= xxxxxxxxxxx +--source include/search_pattern_in_file.inc |