1
0
mirror of https://github.com/MariaDB/server.git synced 2025-08-08 11:22:35 +03:00

Merge 10.10 into 10.11

This commit is contained in:
Marko Mäkelä
2023-02-16 11:41:18 +02:00
361 changed files with 2938 additions and 1939 deletions

View File

@@ -4033,9 +4033,7 @@ void THD::restore_active_arena(Query_arena *set, Query_arena *backup)
DBUG_VOID_RETURN;
}
Statement::~Statement()
{
}
Statement::~Statement() = default;
C_MODE_START