summaryrefslogtreecommitdiff
path: root/include/mysql/service_thd_wait.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/mysql/service_thd_wait.h')
-rw-r--r--include/mysql/service_thd_wait.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/mysql/service_thd_wait.h b/include/mysql/service_thd_wait.h
index cafb6b926b4..c20878fd85b 100644
--- a/include/mysql/service_thd_wait.h
+++ b/include/mysql/service_thd_wait.h
@@ -74,7 +74,8 @@ typedef enum _thd_wait_type_e {
THD_WAIT_BINLOG= 8,
THD_WAIT_GROUP_COMMIT= 9,
THD_WAIT_SYNC= 10,
- THD_WAIT_LAST= 11
+ THD_WAIT_NET= 11,
+ THD_WAIT_LAST= 12
} thd_wait_type;
extern struct thd_wait_service_st {