mirror of
https://github.com/MariaDB/server.git
synced 2025-08-01 03:47:19 +03:00
MDEV-16470 - Session user variables tracker
Based on contribution by Dapeng Huang.
This commit is contained in:
@ -1750,6 +1750,7 @@ THD::~THD()
|
||||
/* trick to make happy memory accounting system */
|
||||
#ifndef EMBEDDED_LIBRARY
|
||||
session_tracker.sysvars.deinit();
|
||||
session_tracker.user_variables.deinit();
|
||||
#endif //EMBEDDED_LIBRARY
|
||||
|
||||
if (status_var.local_memory_used != 0)
|
||||
|
Reference in New Issue
Block a user