mySQL 5.0.11 sources for tomato
[tomato.git] / release / src / router / mysql / mysql-test / suite / rpl / r / rpl_LD_INFILE.result
blob3280d4bbaf7131f1c311e6ddcacb957794589dbc
1 include/master-slave.inc
2 [connection master]
3 DROP TABLE IF EXISTS test.t1;
4 CREATE TABLE test.t1 (a VARCHAR(255), PRIMARY KEY(a));
5 LOAD DATA INFILE '../../std_data/words2.dat' INTO TABLE test.t1;
6 DELETE FROM test.t1 WHERE a = 'abashed';
7 DELETE FROM test.t1;
8 LOAD DATA INFILE '../../std_data/words2.dat' INTO TABLE test.t1;
9 SELECT * FROM test.t1 ORDER BY a DESC;
11 aberration
12 aberrant
13 Abernathy
14 Aberdeen
15 Abelson
16 Abelian
17 Abel
18 abed
19 Abe
20 abducts
21 abductors
22 abductor
23 abductions
24 abduction
25 abducted
26 abduct
27 abdominal
28 abdomens
29 abdomen
30 Abby
31 abbreviations
32 abbreviation
33 abbreviating
34 abbreviates
35 abbreviated
36 abbreviate
37 Abbott
38 abbots
39 abbot
40 abbeys
41 abbey
42 abbe
43 Abba
44 abating
45 abates
46 abater
47 abatements
48 abatement
49 abated
50 abate
51 abasing
52 abashing
53 abashes
54 abashed
55 abash
56 abases
57 abasements
58 abasement
59 abased
60 abase
61 SELECT * FROM test.t1 ORDER BY a DESC;
63 aberration
64 aberrant
65 Abernathy
66 Aberdeen
67 Abelson
68 Abelian
69 Abel
70 abed
71 Abe
72 abducts
73 abductors
74 abductor
75 abductions
76 abduction
77 abducted
78 abduct
79 abdominal
80 abdomens
81 abdomen
82 Abby
83 abbreviations
84 abbreviation
85 abbreviating
86 abbreviates
87 abbreviated
88 abbreviate
89 Abbott
90 abbots
91 abbot
92 abbeys
93 abbey
94 abbe
95 Abba
96 abating
97 abates
98 abater
99 abatements
100 abatement
101 abated
102 abate
103 abasing
104 abashing
105 abashes
106 abashed
107 abash
108 abases
109 abasements
110 abasement
111 abased
112 abase
113 DROP TABLE test.t1;
114 include/rpl_end.inc