mirror of
https://github.com/MariaDB/server.git
synced 2025-01-20 05:52:27 +01:00
bf9876a195
Added warning for tables where the auto_increment key is 0 Fixed DELETE ... LIMIT 0 Fixed UPDATE ..LIMIT 0
62 lines
481 B
Text
62 lines
481 B
Text
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
|