1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-29 05:21:33 +03:00

fix assertion

This commit is contained in:
Nikita Malyavin
2020-07-22 11:17:43 +10:00
parent ebca70ead3
commit 6898eae7f8

View File

@ -3481,7 +3481,6 @@ void select_dumpvar::cleanup()
Query_arena::Type Query_arena::type() const
{
DBUG_ASSERT(0); /* Should never be called */
return STATEMENT;
}