MXS-2480 Add log message about opened SQLite database
This commit is contained in:
parent
004e8e638f
commit
d1affba34d
@ -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,
|
||||
|
Loading…
x
Reference in New Issue
Block a user