2
# Tests that an error occurs on startup for a bad replicator
3
# name in startup vairable --transaction-log-use-replicator
6
# Truncate the log file to reset for the next test
7
--source ../plugin/transaction_log/tests/t/truncate_log.inc
9
# Query the DATA_DICTIONARY views and ensure no transaction log
10
# was de-activated because of bad replicator name
12
SELECT * FROM DATA_DICTIONARY.PLUGINS
13
WHERE DATA_DICTIONARY.PLUGINS.PLUGIN_NAME LIKE 'Transaction%';
15
# Truncate the log file to reset for the next test
16
--source ../plugin/transaction_log/tests/t/truncate_log.inc