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:
MassimilianoPinto
2016-09-21 16:55:17 +02:00
parent 883c581d25
commit d9238afe58
3 changed files with 114 additions and 59 deletions

View File

@ -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);
}