midenok / mariadb

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.
GNU General Public License v2.0
0 stars 0 forks source link

Utilize RAII #39

Open midenok opened 6 years ago

midenok commented 6 years ago

Example: MDEV-16043.

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.