1
0
mirror of https://github.com/MariaDB/server.git synced 2025-08-08 11:22:35 +03:00

MDEV-16470 - Session user variables tracker

Based on contribution by Dapeng Huang.
This commit is contained in:
Sergey Vojtovich
2019-06-20 18:02:40 +04:00
parent ad77e3ac09
commit f5c3ad1913
16 changed files with 141 additions and 21 deletions

View File

@@ -601,6 +601,7 @@ enum enum_session_state_type
SESSION_TRACK_GTIDS,
SESSION_TRACK_TRANSACTION_CHARACTERISTICS, /* Transaction chistics */
SESSION_TRACK_TRANSACTION_STATE, /* Transaction state */
SESSION_TRACK_USER_VARIABLES,
SESSION_TRACK_always_at_the_end /* must be last */
};