Alterações na distribuição 3.23.36 (27 Mar 2001)
Fixed a bug that allowed use of database names containing a '.' character. This fixes a serious security issue when mysqld is run as root.
- Fixed bug when thread creation failed (could happen when doing a lot of connections in a short time).
- Fixed some problems with
FLUSH TABLESandTEMPORARYtables. (Problem with freeing the key cache and errorCan't reopen table....) - Fixed a problem in
InnoDBwith other character sets thanlatin1and another problem when using many columns. - Fixed bug that caused a core dump when using a very complex query involving
DISTINCTand summary functions. - Added
SET TRANSACTION ISOLATION LEVEL ... - Added
SELECT ... FOR UPDATE. - Fixed bug where the number of affected rows was not returned when MariaDB was compiled without transaction support.
- Fixed a bug in
UPDATEwhere keys weren't always used to find the rows to be updated. - Fixed a bug in
CONCAT_WS()where it returned incorrect results. - Changed
CREATE ... SELECTandINSERT ... SELECTto not allow concurrent inserts as this could make the binary log hard to repeat. (Concurrent inserts are enabled if you are not using the binary or update log.) - Changed some macros to be able to use fast mutex with
glibc2.2.