mirror of
https://github.com/percona/percona-toolkit.git
synced 2025-09-26 15:31:55 +00:00
Change Stats header lines from = to - because it's not a query class.
This commit is contained in:
@@ -22,9 +22,9 @@ host2:
|
||||
hostname: ...
|
||||
MySQL: ...
|
||||
|
||||
########################################################################
|
||||
#-----------------------------------------------------------------------
|
||||
# Stats
|
||||
########################################################################
|
||||
#-----------------------------------------------------------------------
|
||||
|
||||
failed_queries 0
|
||||
not_select 1
|
||||
|
@@ -19,9 +19,9 @@ host2:
|
||||
hostname: ...
|
||||
MySQL: ...
|
||||
|
||||
########################################################################
|
||||
#-----------------------------------------------------------------------
|
||||
# Stats
|
||||
########################################################################
|
||||
#-----------------------------------------------------------------------
|
||||
|
||||
failed_queries 0
|
||||
not_select 0
|
||||
|
@@ -22,9 +22,9 @@ host2:
|
||||
hostname: ...
|
||||
MySQL: ...
|
||||
|
||||
########################################################################
|
||||
#-----------------------------------------------------------------------
|
||||
# Stats
|
||||
########################################################################
|
||||
#-----------------------------------------------------------------------
|
||||
|
||||
failed_queries 0
|
||||
not_select 0
|
||||
|
@@ -19,9 +19,9 @@ host2:
|
||||
hostname: ...
|
||||
MySQL: ...
|
||||
|
||||
########################################################################
|
||||
#-----------------------------------------------------------------------
|
||||
# Stats
|
||||
########################################################################
|
||||
#-----------------------------------------------------------------------
|
||||
|
||||
failed_queries 0
|
||||
not_select 0
|
||||
|
@@ -47,9 +47,9 @@ select * from test.t order by id
|
||||
|
||||
select * from test.t order by id
|
||||
|
||||
########################################################################
|
||||
#-----------------------------------------------------------------------
|
||||
# Stats
|
||||
########################################################################
|
||||
#-----------------------------------------------------------------------
|
||||
|
||||
failed_queries 0
|
||||
not_select 0
|
||||
|
@@ -44,9 +44,9 @@ select * from test.t order by id
|
||||
|
||||
select * from test.t order by id
|
||||
|
||||
########################################################################
|
||||
#-----------------------------------------------------------------------
|
||||
# Stats
|
||||
########################################################################
|
||||
#-----------------------------------------------------------------------
|
||||
|
||||
failed_queries 0
|
||||
not_select 0
|
||||
|
@@ -50,9 +50,9 @@ No warning 1265
|
||||
|
||||
INSERT INTO t (id, username) VALUES (NULL, 'long_username')
|
||||
|
||||
########################################################################
|
||||
#-----------------------------------------------------------------------
|
||||
# Stats
|
||||
########################################################################
|
||||
#-----------------------------------------------------------------------
|
||||
|
||||
failed_queries 0
|
||||
not_select 0
|
||||
|
@@ -47,9 +47,9 @@ No warning 1265
|
||||
|
||||
INSERT INTO t (id, username) VALUES (NULL, 'long_username')
|
||||
|
||||
########################################################################
|
||||
#-----------------------------------------------------------------------
|
||||
# Stats
|
||||
########################################################################
|
||||
#-----------------------------------------------------------------------
|
||||
|
||||
failed_queries 0
|
||||
not_select 0
|
||||
|
@@ -46,9 +46,9 @@ select (unix_timestamp(now()) ? unix_timestamp(?)) / ?, sleep(?)
|
||||
|
||||
SELECT (UNIX_TIMESTAMP(NOW()) - UNIX_TIMESTAMP('2012-09-16 10:16:36')) / 60, SLEEP(1)
|
||||
|
||||
########################################################################
|
||||
#-----------------------------------------------------------------------
|
||||
# Stats
|
||||
########################################################################
|
||||
#-----------------------------------------------------------------------
|
||||
|
||||
failed_queries 0
|
||||
not_select 0
|
||||
|
@@ -46,9 +46,9 @@ DBD::mysql::st execute failed: Unknown column 'nonexistent_col' in 'field list'
|
||||
|
||||
select nonexistent_col from test.t
|
||||
|
||||
########################################################################
|
||||
#-----------------------------------------------------------------------
|
||||
# Stats
|
||||
########################################################################
|
||||
#-----------------------------------------------------------------------
|
||||
|
||||
failed_queries 1
|
||||
not_select 0
|
||||
|
@@ -43,9 +43,9 @@ DBD::mysql::st execute failed: Unknown column 'nonexistent_col' in 'field list'
|
||||
|
||||
select nonexistent_col from test.t
|
||||
|
||||
########################################################################
|
||||
#-----------------------------------------------------------------------
|
||||
# Stats
|
||||
########################################################################
|
||||
#-----------------------------------------------------------------------
|
||||
|
||||
failed_queries 1
|
||||
not_select 0
|
||||
|
@@ -48,9 +48,9 @@ No error
|
||||
|
||||
select host2_col from test.t
|
||||
|
||||
########################################################################
|
||||
#-----------------------------------------------------------------------
|
||||
# Stats
|
||||
########################################################################
|
||||
#-----------------------------------------------------------------------
|
||||
|
||||
failed_queries 0
|
||||
not_select 0
|
||||
|
@@ -45,9 +45,9 @@ No error
|
||||
|
||||
select host2_col from test.t
|
||||
|
||||
########################################################################
|
||||
#-----------------------------------------------------------------------
|
||||
# Stats
|
||||
########################################################################
|
||||
#-----------------------------------------------------------------------
|
||||
|
||||
failed_queries 0
|
||||
not_select 0
|
||||
|
@@ -48,9 +48,9 @@ DBD::mysql::st execute failed: Unknown column 'host1_col' in 'field list' [for S
|
||||
|
||||
select host1_col from test.t
|
||||
|
||||
########################################################################
|
||||
#-----------------------------------------------------------------------
|
||||
# Stats
|
||||
########################################################################
|
||||
#-----------------------------------------------------------------------
|
||||
|
||||
failed_queries 0
|
||||
not_select 0
|
||||
|
@@ -45,9 +45,9 @@ DBD::mysql::st execute failed: Unknown column 'host1_col' in 'field list' [for S
|
||||
|
||||
select host1_col from test.t
|
||||
|
||||
########################################################################
|
||||
#-----------------------------------------------------------------------
|
||||
# Stats
|
||||
########################################################################
|
||||
#-----------------------------------------------------------------------
|
||||
|
||||
failed_queries 0
|
||||
not_select 0
|
||||
|
Reference in New Issue
Block a user