Go to the first, previous, next, last section, table of contents.
-
The range optimiser is cooded, but only 85% tested. It can be enabled with
--new, but it crashes core a lot yet...
-
More portable. Should compile one AIX and alpha-digital.
At least the isam library should be relative 64 bit clean.
-
New isamchk which can detect and fix more problems.
-
New options for isamlog.
-
Using new version of automake
-
Many small portability changes (from the AIX and alpha-digital port)
Better checking of pthread(s) library.
-
czech error messages by snajdr@pvt.net
-
'mysql' now shows thread id when starting or doing a reconnect.
-
Decresed some buffers to get less problems on system with little memory.
Also added more checks to handle 'out of memory' problems
-
mysqladmin: One can now do 'mysqladmin kill 5,6,7,8'
-
When the max connection limit is reached, one extra connection by a user with
the PROCESS_ACL privilege is granted.
-
Added new mysqld option: -O backlog=#
-
Increased max packet size from 512K to 1024K for client.
-
Almost all of the functions code is now tested in the intern test suite.
-
ALTER TABLE now returns warnings from field conversions.
-
Port changed to 3306 (got it reserved from ISI).
-
Added a fix for Visual Fox Base so that any schema name from a table
specification is automaticly removed.
-
New function ASCII.
-
Removed the between() function. On should use the 'col BETWEEN a AND b'
syntax instead.
-
MySQL now doesn't anymore have to use a extra temporary table when sorting
on functions or SUM functions.
-
Fixed bug that one couldn't use 'table_name.field_name' in UPDATE.
-
Fixed SELECT DISTINCT when using 'hidden group'. For example:
SELECT DISTINCT MOD(some_field,10) FROM test GROUP BY some_field;
Note: some_field is normally in the select part. ANSI SQL should require
it.
Go to the first, previous, next, last section, table of contents.