← Back to team overview

percona-discussion team mailing list archive

[Bug 300164] Re: Add SHOW STATUS counters for temp tables

 

moved to BP - https://blueprints.launchpad.net/percona-patches/+spec
/temp-tables-status

** Changed in: percona-patches
       Status: Confirmed => Invalid

-- 
Add SHOW STATUS counters for temp tables
https://bugs.launchpad.net/bugs/300164
You received this bug notification because you are a member of Percona
developers, which is the registrant for Percona patches.

Status in Patches for MySQL by Percona: Invalid

Bug description:
Add two new counters:

Tmp_table_bytes_used: the number of bytes written to temp tables.

Tmp_table_max_size: the maximum size any temp table has grown to, in bytes.  (I cannot think of a good name for this one that isn't easy to confuse with max_temp_table_size, which already exists.  Maybe there is a better name.)

Both of these can be global and session.