1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-30 16:24:05 +03:00

MDEV-34518 Initialise THD::max_tmp_space_used

This commit is contained in:
Yuchen Pei
2024-07-03 16:52:08 +08:00
parent 45d99ea105
commit b7bca3ff71

View File

@ -3867,7 +3867,7 @@ public:
ulonglong tmp_tables_size;
ulonglong bytes_sent_old;
ulonglong affected_rows; /* Number of changed rows */
ulonglong max_tmp_space_used;
ulonglong max_tmp_space_used= 0;
Opt_trace_context opt_trace;
pthread_t real_id; /* For debugging */