File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -869,13 +869,13 @@ class Diagnostics_area
869
869
870
870
/* *
871
871
The number of rows affected by the last statement. This is
872
- semantically close to thd->row_count_func , but has a different
873
- life cycle. thd->row_count_func stores the value returned by
872
+ semantically close to thd->m_row_count_func , but has a different
873
+ life cycle. thd->m_row_count_func stores the value returned by
874
874
function ROW_COUNT() and is cleared only by statements that
875
875
update its value, such as INSERT, UPDATE, DELETE and few others.
876
876
This member is cleared at the beginning of the next statement.
877
877
878
- We could possibly merge the two, but life cycle of thd->row_count_func
878
+ We could possibly merge the two, but life cycle of thd->m_row_count_func
879
879
can not be changed.
880
880
*/
881
881
ulonglong m_affected_rows;
You can’t perform that action at this time.
0 commit comments