summaryrefslogtreecommitdiff
path: root/include/mysql.h.pp
diff options
context:
space:
mode:
authorOleksandr Byelkin <sanja@mariadb.com>2016-08-09 15:49:30 +0200
committerOleksandr Byelkin <sanja@mariadb.com>2016-08-31 17:17:46 +0200
commit6dfa1d374e8c4d3a06e25ceb78cc6571418363ab (patch)
treee41520848e0ffdefb24a7fbe4cfe1c7249163125 /include/mysql.h.pp
parent0ee3e64c55664332e8e92eda55b43692159fe4fe (diff)
downloadmariadb-git-6dfa1d374e8c4d3a06e25ceb78cc6571418363ab.tar.gz
MDEV-8931: (server part of) session state tracking
Postreview fixes. New MySQL tests fixes.
Diffstat (limited to 'include/mysql.h.pp')
-rw-r--r--include/mysql.h.pp2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/mysql.h.pp b/include/mysql.h.pp
index 0ef3403626c..e1a0901cee8 100644
--- a/include/mysql.h.pp
+++ b/include/mysql.h.pp
@@ -95,7 +95,7 @@ enum enum_session_state_type
SESSION_TRACK_GTIDS,
SESSION_TRACK_TRANSACTION_CHARACTERISTICS,
SESSION_TRACK_TRANSACTION_STATE,
- SESSION_TRACK_END
+ SESSION_TRACK_always_at_the_end
};
my_bool my_net_init(NET *net, Vio* vio, void *thd, unsigned int my_flags);
void my_net_local_init(NET *net);