From edf1fbd25b81ecb0d5636566b35fa2f7fb09b0b8 Mon Sep 17 00:00:00 2001 From: Sergei Golubchik Date: Tue, 13 May 2014 11:53:30 +0200 Subject: MDEV-6153 Trivial Lintian errors in MariaDB sources: spelling errors and wrong executable bits --- sql/slave.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sql/slave.cc') diff --git a/sql/slave.cc b/sql/slave.cc index a40e5735b24..f7d019a6c39 100644 --- a/sql/slave.cc +++ b/sql/slave.cc @@ -4427,7 +4427,7 @@ pthread_handler_t handle_slave_sql(void *arg) /* binlog_annotate_row_events must be TRUE only after an Annotate_rows event - has been recieved and only till the last corresponding rbr event has been + has been received and only till the last corresponding rbr event has been applied. In all other cases it must be FALSE. */ thd->variables.binlog_annotate_row_events= 0; -- cgit v1.2.1