mirror of
https://github.com/MariaDB/server.git
synced 2025-01-16 03:52:35 +01:00
91e5e47a50
All the .inc files that included from binlog_encryption are refactored.
12 lines
312 B
Text
12 lines
312 B
Text
--source suite/rpl/t/rpl_loadfile.test
|
|
|
|
--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
|