summaryrefslogtreecommitdiff
path: root/mysql-test/r/auto_increment.result
blob: bf6265e5b64c662d9aa5902760499af96257e426 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
a	b
1	1
3	3
5	5
6	6
a	b	c
1	1	NULL
3	3	3
5	5	NULL
8	8	8
9	9	9
a	b
1	1
5	5
3	3
4	4
6	6
a	b	c
1	1	NULL
5	5	NULL
3	3	NULL
4	4	NULL
6	6	6
skey	sval
1	hello
2	hey
_rowid	_rowid	skey	sval
1	1	1	hello
2	2	2	hey
a	b
a	1
a	2
a	3
a	4
a	5
b	2
b	3
b	4
c	1
c	2
c	3
d	1
d	2
d	5
e	1
k	1
ordid	ord
1	sdj
2	sdj
ordid	ord
1	abc
2	abc
3	abc
1	sdj
2	sdj
3	sdj
1	zzz
a
0
Table	Op	Msg_type	Msg_text
test.t1	check	warning	Found row where the auto_increment column has the value 0
test.t1	check	status	OK