mirror of
https://github.com/MariaDB/server.git
synced 2025-01-18 21:12:26 +01:00
12 lines
287 B
Text
12 lines
287 B
Text
|
--source extra/rpl_tests/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_PATTERN= xxxxxxxxxxx
|
||
|
--source include/search_pattern_in_file.inc
|