mirror of
https://github.com/MariaDB/server.git
synced 2025-08-29 00:08:14 +03:00

Added warning for tables where the auto_increment key is 0 Fixed DELETE ... LIMIT 0 Fixed UPDATE ..LIMIT 0
26 lines
94 B
Plaintext
26 lines
94 B
Plaintext
a b
|
|
0 0
|
|
4 1
|
|
2 1
|
|
3 1
|
|
a b
|
|
0 0
|
|
4 2
|
|
2 2
|
|
3 1
|
|
a b
|
|
0 0
|
|
4 2
|
|
2 2
|
|
3 4
|
|
a b
|
|
0 0
|
|
2 2
|
|
3 4
|
|
a b
|
|
2 2
|
|
3 4
|
|
i
|
|
2
|
|
1
|