From 23fa0a367bcdc0d07dde1c5c397c42d2d40a9169 Mon Sep 17 00:00:00 2001 From: Sergei Golubchik Date: Sat, 29 Nov 2014 19:49:42 +0100 Subject: fix a comment --- sql/sql_error.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'sql/sql_error.h') diff --git a/sql/sql_error.h b/sql/sql_error.h index a993e9203c9..7308a574e1d 100644 --- a/sql/sql_error.h +++ b/sql/sql_error.h @@ -869,13 +869,13 @@ private: /** The number of rows affected by the last statement. This is - semantically close to thd->row_count_func, but has a different - life cycle. thd->row_count_func stores the value returned by + semantically close to thd->m_row_count_func, but has a different + life cycle. thd->m_row_count_func stores the value returned by function ROW_COUNT() and is cleared only by statements that update its value, such as INSERT, UPDATE, DELETE and few others. This member is cleared at the beginning of the next statement. - We could possibly merge the two, but life cycle of thd->row_count_func + We could possibly merge the two, but life cycle of thd->m_row_count_func can not be changed. */ ulonglong m_affected_rows; -- cgit v1.2.1