summaryrefslogtreecommitdiff
path: root/sql/sql_class.h
diff options
context:
space:
mode:
authorIgor Babaev <igor@askmonty.org>2014-10-19 09:50:50 -0700
committerIgor Babaev <igor@askmonty.org>2014-10-19 09:50:50 -0700
commitd24919969a4dcebf5bd206ee2678d23c72ca726a (patch)
tree7c7e150fa0b14d38ce7ab0377a510f7381e46825 /sql/sql_class.h
parentec89abfef4d0ceef06e4037e8fa1a3cdad7ca18d (diff)
downloadmariadb-git-d24919969a4dcebf5bd206ee2678d23c72ca726a.tar.gz
Correction for the fix of the bug mdev-6874.
Diffstat (limited to 'sql/sql_class.h')
-rw-r--r--sql/sql_class.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/sql/sql_class.h b/sql/sql_class.h
index d44ade1c845..4198402ae9b 100644
--- a/sql/sql_class.h
+++ b/sql/sql_class.h
@@ -4463,13 +4463,7 @@ public:
}
void cleanup()
{
- /*
- Only called for top-level select_results, usually select_send,
- and for the results of subquery engines
- (select_<something>_subselect).
- */
send_records= 0;
- DBUG_ASSERT(false); /* purecov: inspected */
}
void set_thd(THD *thd_arg)
{