Alterações na distribuição 3.23.41 (11 Aug 2001)
Added --sql-mode=value[,value[,value]] option to mysqld. Leia "Opções de Linha de Comando do mysqld".
- Fixed possible problem with
shutdownon Solaris where the.pidfile wasn't deleted. InnoDBnow supports < 4 GB rows. The former limit was 8000 bytes.- The
doublewritefile flush method is used inInnoDB. It reduces the need for Unixfsync()calls to a fraction and improves performance on most Unix flavors. - You can now use the
InnoDBMonitor to print a lot ofInnoDBstate information, including locks, to the standard output. This is useful in performance tuning. - Several bugs which could cause hangs in
InnoDBhave been fixed. - Split
record_buffertorecord_bufferandrecord_rnd_buffer. To make things compatible to previous MariaDB versions, ifrecord_rnd_bufferis not set, then it takes the value ofrecord_buffer. - Fixed optimising bug in
ORDER BYwhere someORDER BYparts where wrongly removed. - Fixed overflow bug with
ALTER TABLEandMERGEtables. - Added prototypes for
my_thread_init()andmy_thread_end()tomysql_com.h - Added
--safe-user-createoption tomysqld. - Fixed bug in
SELECT DISTINCT ... HAVINGthat caused error messageCan't find record in #...