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
shutdown
on Solaris where the.pid
file wasn't deleted. InnoDB
now supports < 4 GB rows. The former limit was 8000 bytes.- The
doublewrite
file 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
InnoDB
Monitor to print a lot ofInnoDB
state information, including locks, to the standard output. This is useful in performance tuning. - Several bugs which could cause hangs in
InnoDB
have been fixed. - Split
record_buffer
torecord_buffer
andrecord_rnd_buffer
. To make things compatible to previous MariaDB versions, ifrecord_rnd_buffer
is not set, then it takes the value ofrecord_buffer
. - Fixed optimising bug in
ORDER BY
where someORDER BY
parts where wrongly removed. - Fixed overflow bug with
ALTER TABLE
andMERGE
tables. - Added prototypes for
my_thread_init()
andmy_thread_end()
tomysql_com.h
- Added
--safe-user-create
option tomysqld
. - Fixed bug in
SELECT DISTINCT ... HAVING
that caused error messageCan't find record in #...