From d1affba34d0dc23e973971a49df9a80dac057f67 Mon Sep 17 00:00:00 2001 From: Marko Date: Thu, 16 May 2019 14:28:02 +0300 Subject: [PATCH] MXS-2480 Add log message about opened SQLite database --- server/modules/routing/binlogrouter/blr.cc | 1 + 1 file changed, 1 insertion(+) diff --git a/server/modules/routing/binlogrouter/blr.cc b/server/modules/routing/binlogrouter/blr.cc index b07e5647b..46c1d64ab 100644 --- a/server/modules/routing/binlogrouter/blr.cc +++ b/server/modules/routing/binlogrouter/blr.cc @@ -3240,6 +3240,7 @@ static bool blr_open_gtid_maps_storage(ROUTER_INSTANCE* inst) return false; } + MXS_INFO("Opened GTID maps SQLite database: %s", dbpath); char* errmsg; /* Create the gtid_maps table */ int rc = sqlite3_exec(inst->gtid_maps,