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
=== modified file 'doc/source/diagnostics/user_stats.rst'
--- doc/source/diagnostics/user_stats.rst 2012-01-25 14:53:47 +0000
+++ doc/source/diagnostics/user_stats.rst 2012-05-21 16:33:20 +0000
@@ -14,6 +14,8 @@
1414
15 * :rn:`5.5.10-20.1`:15 * :rn:`5.5.10-20.1`:
16 Renamed variable :variable:`userstat_running` to :variable:`userstat`.16 Renamed variable :variable:`userstat_running` to :variable:`userstat`.
17 * :rn:`5.5.24-26.0`:
18 TOTAL_CONNECTIONS_SSL column has been added to CLIENT_STATISTICS, THREAD_STATISTICS and USER_STATISTICS tables
1719
18Other Information20Other Information
19=================21=================
@@ -64,6 +66,8 @@
64 :column LOST_CONNECTIONS: The number of this client's connections that were terminated uncleanly.66 :column LOST_CONNECTIONS: The number of this client's connections that were terminated uncleanly.
65 :column ACCESS_DENIED: The number of times this client's connections issued commands that were denied.67 :column ACCESS_DENIED: The number of times this client's connections issued commands that were denied.
66 :column EMPTY_QUERIES: The number of times this client's connections sent empty queries to the server.68 :column EMPTY_QUERIES: The number of times this client's connections sent empty queries to the server.
69 :column TOTAL_CONNECTIONS_SSL: The number of times this client's connections connected using SSL to the server.
70
6771
68This 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.72This 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.
6973
@@ -92,6 +96,7 @@
92 LOST_CONNECTIONS: 096 LOST_CONNECTIONS: 0
93 ACCESS_DENIED: 097 ACCESS_DENIED: 0
94 EMPTY_QUERIES: 098 EMPTY_QUERIES: 0
99 TOTAL_CONNECTIONS_SSL: 0
95100
96101
97.. table:: INFORMATION_SCHEMA.INDEX_STATISTICS102.. table:: INFORMATION_SCHEMA.INDEX_STATISTICS
@@ -161,6 +166,7 @@
161 :column LOST_CONNECTIONS: int(21)166 :column LOST_CONNECTIONS: int(21)
162 :column ACCESS_DENIED: int(21)167 :column ACCESS_DENIED: int(21)
163 :column EMPTY_QUERIES: int(21)168 :column EMPTY_QUERIES: int(21)
169 :column TOTAL_CONNECTIONS_SSL: int(21)
164170
165.. table:: INFORMATION_SCHEMA.USER_STATISTICS171.. table:: INFORMATION_SCHEMA.USER_STATISTICS
166172
@@ -185,6 +191,7 @@
185 :column LOST_CONNECTIONS: The number of this user's connections that were terminated uncleanly.191 :column LOST_CONNECTIONS: The number of this user's connections that were terminated uncleanly.
186 :column ACCESS_DENIED: The number of times this user's connections issued commands that were denied.192 :column ACCESS_DENIED: The number of times this user's connections issued commands that were denied.
187 :column EMPTY_QUERIES: The number of times this user's connections sent empty queries to the server.193 :column EMPTY_QUERIES: The number of times this user's connections sent empty queries to the server.
194 :column TOTAL_CONNECTIONS_SSL: The number of times this user's connections connected using SSL to the server.
188195
189This 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.196This 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.
190197
@@ -215,6 +222,8 @@
215 LOST_CONNECTIONS: 0222 LOST_CONNECTIONS: 0
216 ACCESS_DENIED: 0223 ACCESS_DENIED: 0
217 EMPTY_QUERIES: 0224 EMPTY_QUERIES: 0
225 TOTAL_CONNECTIONS_SSL: 0
226
218227
219Commands Provided228Commands Provided
220=================229=================

Subscribers

People subscribed via source and target branches