diff options
author | Oleksandr Byelkin <sanja@mariadb.com> | 2017-03-13 11:04:46 +0100 |
---|---|---|
committer | Oleksandr Byelkin <sanja@mariadb.com> | 2017-03-13 11:04:46 +0100 |
commit | 4c31280c5bfdfc3a1fec177de563c61559efe9c0 (patch) | |
tree | fcc58f429a711e36df2bf47a29b8d90050d5bfe0 /sql/sql_class.cc | |
parent | 1e47dece126cfab481d81bda3eedf71c0e12119c (diff) | |
download | mariadb-git-10.3-MDEV-10141.tar.gz |
MDEV-10141 & MDEV-10140 : Postreview changes10.3-MDEV-10141
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 |