Code review for Start_encryption_event
Code review for Start_encryption_event. blr_read_events_all_events() uses new added defines and new comments added as well
This commit is contained in:
@ -800,14 +800,14 @@ createInstance(SERVICE *service, char **options)
|
||||
/* Log whether the transaction safety option value is on */
|
||||
if (inst->trx_safe)
|
||||
{
|
||||
MXS_INFO("%s: Service has transaction safety option set to ON",
|
||||
MXS_NOTICE("%s: Service has transaction safety option set to ON",
|
||||
service->name);
|
||||
}
|
||||
|
||||
/* Log whether the binlog encryption option value is on */
|
||||
if (inst->encrypt_binlog)
|
||||
{
|
||||
MXS_INFO("%s: Service has binlog encryption set to ON",
|
||||
MXS_NOTICE("%s: Service has binlog encryption set to ON",
|
||||
service->name);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user