MXS-2480 Add log message about opened SQLite database

This commit is contained in:
Marko 2019-05-16 14:28:02 +03:00
parent 004e8e638f
commit d1affba34d

View File

@ -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,