Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
M
MariaDB
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
nexedi
MariaDB
Commits
b7bca3ff
Commit
b7bca3ff
authored
Jul 03, 2024
by
Yuchen Pei
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
MDEV-34518 Initialise THD::max_tmp_space_used
parent
45d99ea1
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
sql/sql_class.h
sql/sql_class.h
+1
-1
No files found.
sql/sql_class.h
View file @
b7bca3ff
...
...
@@ -3867,7 +3867,7 @@ class THD: public THD_count, /* this must be first */
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 */
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment