Alterações na distribuição 3.23.40
Fixed problem with --low-priority-updates
and INSERT
statements.
- Fixed bug in slave thread when under some rare circumstances it could get 22 bytes ahead on the offset in the master.
- Added
slave_net_timeout
for replication. - Fixed problem with
UPDATE
andBDB
tables. - Fixed hard bug in
BDB
tables when using key parts. - Fixed problem when using
GRANT FILE ON database.* ...
; previously we added theDROP
privilege for the database. - Fixed
DELETE FROM tbl_name ... LIMIT 0
andUPDATE FROM tbl_name ... LIMIT 0
, which acted as though theLIMIT
clause was not present (they deleted or updated all selected rows). CHECK TABLE
now checks if anAUTO_INCREMENT
column contains the value 0.- Sending a
SIGHUP
tomysqld
will now only flush the logs, not reset the replication. - Fixed parser to allow floats of type
1.0e1
(no sign aftere
). - Option
--force
tomyisamchk
now also updates states. - Added option
--warnings
tomysqld
. Nowmysqld
prints the errorAborted connection
only if this option is used. - Fixed problem with
SHOW CREATE TABLE
when you didn't have aPRIMARY KEY
. - Properly fixed the rename of
innodb_unix_file_flush_method
variable toinnodb_flush_method
. - Fixed bug when converting
BIGINT UNSIGNED
toDOUBLE
. This caused a problem when doing comparisons withBIGINT
values outside of the signed range. - Fixed bug in
BDB
tables when querying empty tables. - Fixed a bug when using
COUNT(DISTINCT)
withLEFT JOIN
and there weren't any matching rows. - Removed all documentation referring to the
GEMINI
table type.GEMINI
is not released under anOpen Source
license.