mirror of
https://github.com/MariaDB/server.git
synced 2025-01-18 04:53:01 +01:00
manual.texi bug was described incorrectly
Docs/manual.texi: bug was described incorrectly
This commit is contained in:
parent
0889a0055a
commit
10cae1f670
1 changed files with 3 additions and 2 deletions
|
@ -45748,8 +45748,9 @@ Fixed hard bug in BDB tables when using key parts.
|
|||
Fixed problem when using the @code{GRANT FILE ON database.* ...}; Previously
|
||||
we added the @code{DROP} privilege for the database.
|
||||
@item
|
||||
Fixed that @code{DELETE FROM table_name ... LIMIT 0} and
|
||||
@code{UPDATE FROM table_name ... LIMIT 0} doesn't delete/update anything.
|
||||
Fixed @code{DELETE FROM table_name ... LIMIT 0} and
|
||||
@code{UPDATE FROM table_name ... LIMIT 0} acted as though the @code{LIMIT}
|
||||
clause was not present (they deleted or updated all selected rows).
|
||||
@item
|
||||
@code{CHECK TABLE} now checks if an auto_increment column contains the value 0.
|
||||
@item
|
||||
|
|
Loading…
Reference in a new issue