From 77daf1fbdb136446a8d09cca957723e07f3397c2 Mon Sep 17 00:00:00 2001 From: Johan Wikman Date: Mon, 24 Sep 2018 10:44:52 +0300 Subject: [PATCH] MXS-2047 React on any fatal error --- maxscale-system-test/mxs2047_blr_gtid_path.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/maxscale-system-test/mxs2047_blr_gtid_path.cpp b/maxscale-system-test/mxs2047_blr_gtid_path.cpp index cc579a04f..362b87041 100644 --- a/maxscale-system-test/mxs2047_blr_gtid_path.cpp +++ b/maxscale-system-test/mxs2047_blr_gtid_path.cpp @@ -205,8 +205,7 @@ void restart_slave(TestConnections& test, MYSQL* pSlave) auto replication_failed = [] (const std::string& column) { - return column.find("from master when reading data from binary log: " - "'Requested file name") != string::npos; + return column.find("Got fatal error") != string::npos; }; test.try_query(pSlave, "STOP SLAVE");