Go to the first, previous, next, last section, table of contents.
-
Added reverse check lookup of hostnames to get better security.
-
Fixed some possible buffer overflows if one uses too long filenames.
-
mysqld doesn't accept hostnames that starts with digits followed by a '.'
because the hostname may look like a IP.
-
Added option --skip-networking to only allow socket connections.
(This will not work with MIT threads!)
-
Added check of too long table names for alias.
-
Added check if database name is okey.
-
Addded check if too long table names.
-
Removed wrong free() that killed the server on 'create/drop database'.
-
Changed the name of some mysqld -O options to better names.
-
Added option '-O join_cache_size=#'.
-
Added option '-O max_join_size=#' to be able to set a limit how big
queries (in this case big = slow) one should be able to handle without
specifying 'SQL_OPTION OPTION_BIG_SELECTS=1'. A # = is about 10
examined records. The default is 'unlimited'.
-
When comparing a TIME, DATE, DATETIME or TIMESTAMP column to a
constant the constant is converted to a time value before comparing.
This will make it easier to get ODBC and particularly Access97 to work with
the above types. It should also make dates easier to use and the compares
should be quicker than before.
-
Applied patch from Jochen Wiedmann that fixes that query() in mysqlperl
now can take queries with \0 in it.
-
Store of timestamp with 2 digit year YYMMDD didn't work.
-
Fix that timestamp isn't automaticly updated if set in a update clause.
-
Now the automatic timestamp field is the FIRST timestamp field.
-
SELECT * INTO OUTFILE, which didn't correctly if the outfile already existed.
-
'mysql' now shows thread id when starting or doing a reconnect.
-
Changed the default sort buffer size from 2M to 1M.
Go to the first, previous, next, last section, table of contents.