~stewart/drizzle/embedded-innodb-create-select-transaction-arrgh

« back to all changes in this revision

Viewing changes to mysql-test/suite/rpl/r/rpl_loaddata_simple.result

  • Committer: brian
  • Date: 2008-06-25 05:29:13 UTC
  • Revision ID: brian@localhost.localdomain-20080625052913-6upwo0jsrl4lnapl
clean slate

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
stop slave;
 
2
drop table if exists t1,t2,t3,t4,t5,t6,t7,t8,t9;
 
3
reset master;
 
4
reset slave;
 
5
drop table if exists t1,t2,t3,t4,t5,t6,t7,t8,t9;
 
6
start slave;
 
7
CREATE TABLE t1 (word CHAR(20) NOT NULL);
 
8
LOAD DATA INFILE '../std_data_ln/words.dat' INTO TABLE t1;
 
9
SELECT * FROM t1 ORDER BY word;
 
10
word
 
11
Aarhus
 
12
Aarhus
 
13
Aaron
 
14
Aaron
 
15
Ababa
 
16
Ababa
 
17
aback
 
18
aback
 
19
abaft
 
20
abaft
 
21
abandon
 
22
abandon
 
23
abandoned
 
24
abandoned
 
25
abandoning
 
26
abandoning
 
27
abandonment
 
28
abandonment
 
29
abandons
 
30
abandons
 
31
abase
 
32
abased
 
33
abasement
 
34
abasements
 
35
abases
 
36
abash
 
37
abashed
 
38
abashes
 
39
abashing
 
40
abasing
 
41
abate
 
42
abated
 
43
abatement
 
44
abatements
 
45
abater
 
46
abates
 
47
abating
 
48
Abba
 
49
abbe
 
50
abbey
 
51
abbeys
 
52
abbot
 
53
abbots
 
54
Abbott
 
55
abbreviate
 
56
abbreviated
 
57
abbreviates
 
58
abbreviating
 
59
abbreviation
 
60
abbreviations
 
61
Abby
 
62
abdomen
 
63
abdomens
 
64
abdominal
 
65
abduct
 
66
abducted
 
67
abduction
 
68
abductions
 
69
abductor
 
70
abductors
 
71
abducts
 
72
Abe
 
73
abed
 
74
Abel
 
75
Abelian
 
76
Abelson
 
77
Aberdeen
 
78
Abernathy
 
79
aberrant
 
80
aberration
 
81
SELECT * FROM t1 ORDER BY word;
 
82
word
 
83
Aarhus
 
84
Aarhus
 
85
Aaron
 
86
Aaron
 
87
Ababa
 
88
Ababa
 
89
aback
 
90
aback
 
91
abaft
 
92
abaft
 
93
abandon
 
94
abandon
 
95
abandoned
 
96
abandoned
 
97
abandoning
 
98
abandoning
 
99
abandonment
 
100
abandonment
 
101
abandons
 
102
abandons
 
103
abase
 
104
abased
 
105
abasement
 
106
abasements
 
107
abases
 
108
abash
 
109
abashed
 
110
abashes
 
111
abashing
 
112
abasing
 
113
abate
 
114
abated
 
115
abatement
 
116
abatements
 
117
abater
 
118
abates
 
119
abating
 
120
Abba
 
121
abbe
 
122
abbey
 
123
abbeys
 
124
abbot
 
125
abbots
 
126
Abbott
 
127
abbreviate
 
128
abbreviated
 
129
abbreviates
 
130
abbreviating
 
131
abbreviation
 
132
abbreviations
 
133
Abby
 
134
abdomen
 
135
abdomens
 
136
abdominal
 
137
abduct
 
138
abducted
 
139
abduction
 
140
abductions
 
141
abductor
 
142
abductors
 
143
abducts
 
144
Abe
 
145
abed
 
146
Abel
 
147
Abelian
 
148
Abelson
 
149
Aberdeen
 
150
Abernathy
 
151
aberrant
 
152
aberration
 
153
drop table t1;