MXS-2480 Add log message about opened SQLite database
This commit is contained in:
@ -3240,6 +3240,7 @@ static bool blr_open_gtid_maps_storage(ROUTER_INSTANCE* inst)
|
|||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
MXS_INFO("Opened GTID maps SQLite database: %s", dbpath);
|
||||||
char* errmsg;
|
char* errmsg;
|
||||||
/* Create the gtid_maps table */
|
/* Create the gtid_maps table */
|
||||||
int rc = sqlite3_exec(inst->gtid_maps,
|
int rc = sqlite3_exec(inst->gtid_maps,
|
||||||
|
Reference in New Issue
Block a user