diff options
author | unknown <sanja@askmonty.org> | 2013-10-03 18:00:44 +0300 |
---|---|---|
committer | unknown <sanja@askmonty.org> | 2013-10-03 18:00:44 +0300 |
commit | c776f5ac2614e24e64dd06f488ee29716f056c95 (patch) | |
tree | 54a20fcc5ac312f150bbb2b942246931b3ecc495 /include/mysql | |
parent | dd7339676b2a57e71f41075919ffca99bd1be937 (diff) | |
download | mariadb-git-c776f5ac2614e24e64dd06f488ee29716f056c95.tar.gz |
Client attributes
Diffstat (limited to 'include/mysql')
-rw-r--r-- | include/mysql/psi/psi.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/mysql/psi/psi.h b/include/mysql/psi/psi.h index cc2057c630d..d6c25242707 100644 --- a/include/mysql/psi/psi.h +++ b/include/mysql/psi/psi.h @@ -1921,6 +1921,7 @@ typedef struct PSI_digest_locker* (*digest_add_token_v1_t) typedef int (*set_thread_connect_attrs_v1_t)(const char *buffer, uint length, const void *from_cs); + /** Performance Schema Interface, version 1. @since PSI_VERSION_1 |