[MDEV-7832] Add status variables to track CREATE TEMPORARY TABLE and DROP TEMPORARY TABLE Created: 2015-03-25 Updated: 2015-06-27 Resolved: 2015-06-27 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | Data Definition - Temporary |
| Fix Version/s: | 10.1.6 |
| Type: | Task | Priority: | Major |
| Reporter: | Geoff Montee (Inactive) | Assignee: | Sergei Golubchik |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Sprint: | 10.1.6-1 |
| Description |
|
Some users would find it helpful to track temporary tables created and dropped by their application (not those created internally to MariaDB). Can we add status variables like the following?: Com_create_temp_table |
| Comments |
| Comment by Daniel Black [ 2015-04-06 ] |
| Comment by Sergei Golubchik [ 2015-06-19 ] |
|
svoj, could you, please, review this patch? In particular
Thanks! |
| Comment by Daniel Black [ 2015-06-20 ] |
|
differentiating between temporary tables created and used by applications to more permanent tables is useful as each table type serves different functions. |
| Comment by Sergey Vojtovich [ 2015-06-26 ] |
|
Ok to push. |