Change Stats header lines from = to - because it's not a query class.

This commit is contained in:
Daniel Nichter
2013-02-20 19:00:32 -07:00
parent 4eedd5ecc9
commit 678ef00516
16 changed files with 31 additions and 31 deletions

View File

@@ -22,9 +22,9 @@ host2:
hostname: ...
MySQL: ...
########################################################################
#-----------------------------------------------------------------------
# Stats
########################################################################
#-----------------------------------------------------------------------
failed_queries 0
not_select 1

View File

@@ -19,9 +19,9 @@ host2:
hostname: ...
MySQL: ...
########################################################################
#-----------------------------------------------------------------------
# Stats
########################################################################
#-----------------------------------------------------------------------
failed_queries 0
not_select 0

View File

@@ -22,9 +22,9 @@ host2:
hostname: ...
MySQL: ...
########################################################################
#-----------------------------------------------------------------------
# Stats
########################################################################
#-----------------------------------------------------------------------
failed_queries 0
not_select 0

View File

@@ -19,9 +19,9 @@ host2:
hostname: ...
MySQL: ...
########################################################################
#-----------------------------------------------------------------------
# Stats
########################################################################
#-----------------------------------------------------------------------
failed_queries 0
not_select 0

View File

@@ -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

View File

@@ -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

View File

@@ -50,9 +50,9 @@ No warning 1265
INSERT INTO t (id, username) VALUES (NULL, 'long_username')
########################################################################
#-----------------------------------------------------------------------
# Stats
########################################################################
#-----------------------------------------------------------------------
failed_queries 0
not_select 0

View File

@@ -47,9 +47,9 @@ No warning 1265
INSERT INTO t (id, username) VALUES (NULL, 'long_username')
########################################################################
#-----------------------------------------------------------------------
# Stats
########################################################################
#-----------------------------------------------------------------------
failed_queries 0
not_select 0

View File

@@ -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

View File

@@ -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

View File

@@ -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

View File

@@ -48,9 +48,9 @@ No error
select host2_col from test.t
########################################################################
#-----------------------------------------------------------------------
# Stats
########################################################################
#-----------------------------------------------------------------------
failed_queries 0
not_select 0

View File

@@ -45,9 +45,9 @@ No error
select host2_col from test.t
########################################################################
#-----------------------------------------------------------------------
# Stats
########################################################################
#-----------------------------------------------------------------------
failed_queries 0
not_select 0

View File

@@ -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

View File

@@ -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