diff options
Diffstat (limited to 'include/mysql_com.h')
-rw-r--r-- | include/mysql_com.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/mysql_com.h b/include/mysql_com.h index 8b1f09e4703..4eafe148743 100644 --- a/include/mysql_com.h +++ b/include/mysql_com.h @@ -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 */ }; |