MariaDB server is a community developed fork of MySQL server. Started by core members of the original MySQL team, MariaDB actively works with outside developers to deliver the most featureful, stable, and sanely licensed open SQL server in the industry.
The bug is caused by commits da59130ec18a (moved code from another place) and f033fbd9f236 (imitated by similarity). That's why I strongly recommend to reconsider position of RAII and utilize such classes as Query_arena_stmt.
Example: MDEV-16043.
The bug is caused by commits
da59130ec18a
(moved code from another place) andf033fbd9f236
(imitated by similarity). That's why I strongly recommend to reconsider position of RAII and utilize such classes asQuery_arena_stmt
.