mirror of
https://github.com/MariaDB/server.git
synced 2025-01-30 02:30:06 +01:00
39018f2a5a
Renamed suite/rpl/include/rpl_sync.inc to rpl_sync_test.inc to remove clash with include/rpl_sync.inc
12 lines
317 B
Text
12 lines
317 B
Text
--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
|