diff options
Diffstat (limited to 'sql/sql_class.cc')
-rw-r--r-- | sql/sql_class.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/sql_class.cc b/sql/sql_class.cc index 6cf13447ccc..19846da8e8c 100644 --- a/sql/sql_class.cc +++ b/sql/sql_class.cc @@ -3918,7 +3918,7 @@ void select_materialize_with_stats::cleanup() /** - Override select_union::send_data to analyze each row for NULLs and to + Override select_unit::send_data to analyze each row for NULLs and to update null_statistics before sending data to the client. @return TRUE if fatal error when sending data to the client |