Alterações na distribuição 3.23.39 (12 Jun 2001)
The AUTO_INCREMENT sequence wasn't reset when dropping and adding an AUTO_INCREMENT column.
CREATE ... SELECTnow creates non-unique indexes delayed.- Fixed problem where
LOCK TABLES tbl_name READfollowed byFLUSH TABLESput an exclusive lock on the table. REAL @variablevalues were represented with only 2 digits when converted to strings.- Fixed problem that client
hung
whenLOAD TABLE FROM MASTERfailed. myisamchk --fast --forcewill no longer repair tables that only had the open count wrong.- Added functions to handle symbolic links to make life easier in 4.0.
- We are now using the
-lcmathread library on HP-UX 10.20 so that MariaDB will be more stable on HP-UX. - Fixed problem with
IF()and number of decimals in the result. - Fixed date-part extraction functions to work with dates where day and/or month is 0.
- Extended argument length in option files from 256 to 512 chars.
- Fixed problem with shutdown when
INSERT DELAYEDwas waiting for aLOCK TABLE. - Fixed core dump bug in
InnoDBwhen tablespace was full. - Fixed problem with
MERGEtables and big tables (> 4G) when usingORDER BY.