mirror of
https://github.com/MariaDB/server.git
synced 2025-08-01 03:47:19 +03:00
fix assertion
This commit is contained in:
@ -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;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user