Merge lp:~hrvojem/percona-server/ssl-connections-stats into lp:percona-server/5.5

Proposed by Hrvoje Matijakovic
Status: Merged
Approved by: Alexey Kopytov
Approved revision: no longer in the source branch.
Merged at revision: 251
Proposed branch: lp:~hrvojem/percona-server/ssl-connections-stats
Merge into: lp:percona-server/5.5
Diff against target: 54 lines (+9/-0)
1 file modified
doc/source/diagnostics/user_stats.rst (+9/-0)
To merge this branch: bzr merge lp:~hrvojem/percona-server/ssl-connections-stats
Reviewer Review Type Date Requested Status
Alexey Kopytov (community) Approve
Review via email: mp+106656@code.launchpad.net
To post a comment you must log in.
Revision history for this message
Alexey Kopytov (akopytov) :
review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'doc/source/diagnostics/user_stats.rst'
2--- doc/source/diagnostics/user_stats.rst 2012-01-25 14:53:47 +0000
3+++ doc/source/diagnostics/user_stats.rst 2012-05-21 16:33:20 +0000
4@@ -14,6 +14,8 @@
5
6 * :rn:`5.5.10-20.1`:
7 Renamed variable :variable:`userstat_running` to :variable:`userstat`.
8+ * :rn:`5.5.24-26.0`:
9+ TOTAL_CONNECTIONS_SSL column has been added to CLIENT_STATISTICS, THREAD_STATISTICS and USER_STATISTICS tables
10
11 Other Information
12 =================
13@@ -64,6 +66,8 @@
14 :column LOST_CONNECTIONS: The number of this client's connections that were terminated uncleanly.
15 :column ACCESS_DENIED: The number of times this client's connections issued commands that were denied.
16 :column EMPTY_QUERIES: The number of times this client's connections sent empty queries to the server.
17+ :column TOTAL_CONNECTIONS_SSL: The number of times this client's connections connected using SSL to the server.
18+
19
20 This table holds statistics about client connections. The Percona version of the feature restricts this table's visibility to users who have the ``SUPER`` or ``PROCESS`` privilege.
21
22@@ -92,6 +96,7 @@
23 LOST_CONNECTIONS: 0
24 ACCESS_DENIED: 0
25 EMPTY_QUERIES: 0
26+ TOTAL_CONNECTIONS_SSL: 0
27
28
29 .. table:: INFORMATION_SCHEMA.INDEX_STATISTICS
30@@ -161,6 +166,7 @@
31 :column LOST_CONNECTIONS: int(21)
32 :column ACCESS_DENIED: int(21)
33 :column EMPTY_QUERIES: int(21)
34+ :column TOTAL_CONNECTIONS_SSL: int(21)
35
36 .. table:: INFORMATION_SCHEMA.USER_STATISTICS
37
38@@ -185,6 +191,7 @@
39 :column LOST_CONNECTIONS: The number of this user's connections that were terminated uncleanly.
40 :column ACCESS_DENIED: The number of times this user's connections issued commands that were denied.
41 :column EMPTY_QUERIES: The number of times this user's connections sent empty queries to the server.
42+ :column TOTAL_CONNECTIONS_SSL: The number of times this user's connections connected using SSL to the server.
43
44 This table contains information about user activity. The |Percona| version of the patch restricts this table's visibility to users who have the ``SUPER`` or ``PROCESS`` privilege.
45
46@@ -215,6 +222,8 @@
47 LOST_CONNECTIONS: 0
48 ACCESS_DENIED: 0
49 EMPTY_QUERIES: 0
50+ TOTAL_CONNECTIONS_SSL: 0
51+
52
53 Commands Provided
54 =================

Subscribers

People subscribed via source and target branches