Files
MaxScale/system-test/Hartmut_tests/maxscale-mysqltest/t/test_after_autocommit_disabled.test
Esa Korhonen 08f5174915 MXS-2900 Rename maxscale-system-test directory to system-test
A link with the old directory name is provided.
2020-07-28 15:24:27 +03:00

4 lines
110 B
Plaintext

--source testconf.inc
USE test;
SELECT IF(@@server_id <> @TMASTER_ID,'OK (slave)','FAIL (master)') AS result;