diff --git a/server/modules/include/blr.h b/server/modules/include/blr.h index 2099e9a36..cd73bed49 100644 --- a/server/modules/include/blr.h +++ b/server/modules/include/blr.h @@ -34,7 +34,7 @@ * 23/06/15 Massimiliano Pinto Addition of MASTER_SERVER_CFG struct * 24/06/15 Massimiliano Pinto Added BLRM_UNCONFIGURED state * 05/08/15 Massimiliano Pinto Initial implementation of transaction safety - * 23/10/15 Markus Makela Added current_safe_event + * 23/10/15 Markus Makela Added current_safe_event * * @endverbatim */ diff --git a/server/modules/routing/binlog/blr.c b/server/modules/routing/binlog/blr.c index 4aa73aeff..7d0efa103 100644 --- a/server/modules/routing/binlog/blr.c +++ b/server/modules/routing/binlog/blr.c @@ -47,7 +47,7 @@ * saved master responses * 23/08/2015 Massimiliano Pinto Added strerror_r * 30/09/2015 Massimiliano Pinto Addition of send_slave_heartbeat option - * 23/10/2015 Markus Makela Added current_safe_event + * 23/10/2015 Markus Makela Added current_safe_event * * @endverbatim */ diff --git a/server/modules/routing/binlog/blr_file.c b/server/modules/routing/binlog/blr_file.c index 0faae5700..1c7a6fbf4 100644 --- a/server/modules/routing/binlog/blr_file.c +++ b/server/modules/routing/binlog/blr_file.c @@ -37,7 +37,7 @@ * This is the current supported condition for detecting * MariaDB 10 transaction start point. * It's no longer using QUERY_EVENT with BEGIN - * 23/10/15 Markus Makela Added current_safe_event + * 23/10/15 Markus Makela Added current_safe_event * * @endverbatim */ diff --git a/server/modules/routing/binlog/blr_master.c b/server/modules/routing/binlog/blr_master.c index 7a932e9fd..fde11703f 100644 --- a/server/modules/routing/binlog/blr_master.c +++ b/server/modules/routing/binlog/blr_master.c @@ -47,7 +47,7 @@ * MariaDB 10 transaction start point. * It's no longer using QUERY_EVENT with BEGIN * 25/09/2015 Massimiliano Pinto Addition of lastEventReceived for slaves - * 23/10/15 Markus Makela Added current_safe_event + * 23/10/15 Markus Makela Added current_safe_event * * @endverbatim */ diff --git a/server/modules/routing/binlog/blr_slave.c b/server/modules/routing/binlog/blr_slave.c index b04c98343..201b26bec 100644 --- a/server/modules/routing/binlog/blr_slave.c +++ b/server/modules/routing/binlog/blr_slave.c @@ -58,7 +58,7 @@ * 25/09/2015 Massimiliano Pinto Addition of slave heartbeat: * the period set during registration is checked * and heartbeat event might be sent to the affected slave. - * 23/10/15 Markus Makela Added current_safe_event + * 23/10/15 Markus Makela Added current_safe_event * * @endverbatim */