~jmuc/percona-toolkit/float-log-precision

« back to all changes in this revision

Viewing changes to t/pt-upgrade/samples/005/error_on_host1.txt

  • Committer: Daniel Nichter
  • Date: 2013-03-12 15:21:13 UTC
  • mfrom: (507.1.37 pt-upgrade-2.2)
  • Revision ID: daniel@percona.com-20130312152113-jfkrxi3p8ca84oin
Merge pt-upgrade-2.2.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
 
 
2
#-----------------------------------------------------------------------
 
3
# Logs
 
4
#-----------------------------------------------------------------------
 
5
 
 
6
File: ...
 
7
Size: 141
 
8
 
 
9
#-----------------------------------------------------------------------
 
10
# Hosts
 
11
#-----------------------------------------------------------------------
 
12
 
 
13
host1:
 
14
 
 
15
  DSN:       h=127.1,P=12345
 
16
  hostname:  ...
 
17
  MySQL:     ...
 
18
 
 
19
host2:
 
20
 
 
21
  DSN:       h=127.1,P=12348
 
22
  hostname:  ...
 
23
  MySQL:     ...
 
24
 
 
25
########################################################################
 
26
# Query class 883A4BC43021922E
 
27
########################################################################
 
28
 
 
29
Reporting class because it has diffs, but hasn't been reported yet.
 
30
 
 
31
Total queries      1
 
32
Unique queries     1
 
33
Discarded queries  0
 
34
 
 
35
select host?_col from test.t
 
36
 
 
37
##
 
38
## Query errors diffs: 1
 
39
##
 
40
 
 
41
-- 1.
 
42
 
 
43
DBD::mysql::st execute failed: Unknown column 'host2_col' in 'field list' [for Statement "select host2_col from test.t"]
 
44
 
 
45
vs.
 
46
 
 
47
No error
 
48
 
 
49
select host2_col from test.t
 
50
 
 
51
#-----------------------------------------------------------------------
 
52
# Stats
 
53
#-----------------------------------------------------------------------
 
54
 
 
55
failed_queries        0
 
56
not_select            0
 
57
queries_filtered      0
 
58
queries_no_diffs      0
 
59
queries_read          1
 
60
queries_with_diffs    0
 
61
queries_with_errors   1