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:
@ -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 */
|
||||
|
Reference in New Issue
Block a user