Commit 6898eae7 authored by Nikita Malyavin's avatar Nikita Malyavin

fix assertion

parent ebca70ea
...@@ -3481,7 +3481,6 @@ void select_dumpvar::cleanup() ...@@ -3481,7 +3481,6 @@ void select_dumpvar::cleanup()
Query_arena::Type Query_arena::type() const Query_arena::Type Query_arena::type() const
{ {
DBUG_ASSERT(0); /* Should never be called */
return STATEMENT; return STATEMENT;
} }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment