[FoLUG]Fwd: MySQL 4.0.12 has been released

Davide Giunchi folug@lists.linux.it
Wed, 19 Mar 2003 00:17:53 +0100


--Boundary-00=_hk6d+EQ0h6aoWo3
Content-Type: text/plain;
  charset="us-ascii"
Content-Transfer-Encoding: 7bit
Content-Disposition: inline


La tanto attesa versione 4.x di MySQL e' uscita come stabile.
Potete leggere un'overview delle nuove feature all'url:
http://www.mysql.com/doc/en/Nutshell_Other_features.html

Ciao

-- 
Davide Giunchi
--Boundary-00=_hk6d+EQ0h6aoWo3
Content-Type: message/rfc822;
  name="forwarded message"
Content-Transfer-Encoding: 8bit
Content-Description: Lenz Grimmer <lenz@mysql.com>: MySQL 4.0.12 has been released

Return-Path: <announce-return-160-davidegiunchi=libero.it@lists.mysql.com>
Received: from smtp7.libero.it (193.70.192.90) by ims5b.libero.it (6.5.028)
        id 3E6DF96B00282518 for davidegiunchi@libero.it; Tue, 18 Mar 2003 22:10:48 +0100
Received: from web.mysql.com (62.119.101.229) by smtp7.libero.it (6.7.015)
        id 3E59CF4202E39CF0 for davidegiunchi@libero.it; Tue, 18 Mar 2003 22:10:48 +0100
Received: (qmail 8558 invoked by uid 7797); 18 Mar 2003 20:56:14 -0000
Mailing-List: contact announce-help@lists.mysql.com; run by ezmlm (http://www.ezmlm.org)
List-ID: <announce.mysql.com>
Precedence: bulk
List-Help: <mailto:announce-help@lists.mysql.com>
List-Unsubscribe: <mailto:announce-unsubscribe-davidegiunchi=libero.it@lists.mysql.com>
List-Post: <mailto:announce@lists.mysql.com>
List-Subscribe: <mailto:announce-subscribe@lists.mysql.com>
Delivered-To: mailing list announce@lists.mysql.com
Delivered-To: moderator for announce@lists.mysql.com
Received: (qmail 4030 invoked from network); 18 Mar 2003 20:51:09 -0000
Date: Tue, 18 Mar 2003 21:51:02 +0100 (CET)
From: Lenz Grimmer <lenz@mysql.com>
X-X-Sender: lenz@kallisto.local
To: announce@lists.mysql.com
Cc: mysql@lists.mysql.com,
 packagers@lists.mysql.com
Subject: MySQL 4.0.12 has been released
Message-ID: <Pine.LNX.4.53.0303181120100.25612@kallisto.local>
MIME-Version: 1.0
Content-Type: TEXT/PLAIN;
  charset=US-ASCII
X-Virus-Scanned: by AMaViS snapshot-20020531
Status: R 
X-Status: N
X-KMail-EncryptionState:  
X-KMail-SignatureState:  

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Hi,

MySQL 4.0.12, a new version of the popular Open Source Database, has been
released. It is now available in source and binary form for a number of
platforms from our download pages at http://www.mysql.com/downloads/ and
mirror sites.

Note that not all mirror sites may be up to date at this point of time -
if you can't find this version on some mirror, please try again later or
choose another download site.

Starting with MySQL 4.0.12, MySQL 4.0 is now labelled as "production"
instead of "gamma".

Users of MySQL 3.23 are encouraged to upgrade, since MySQL 3.23 will now
be phased out slowly. It will still be supported, but only critical bug
and security fixes will be applied to the 3.23 code base.

News from the ChangeLog:

Functionality added or changed:

 * `mysqld' no longer reads options from world-writeable config files.

 * Integer values between 9223372036854775807 and 9999999999999999999
   are now regarded as unsigned longlongs, not as floats. This makes
   these values work similar to values between 10000000000000000000
   and 18446744073709551615.

 * `SHOW PROCESSLIST' will now include the client TCP port after the
   hostname to make it easier to know from which client the request
   originated.

Bugs fixed:

 * Fixed `mysqld' crash on extremely small values of `sort_buffer'
   variable.

 * `INSERT INTO u SELECT ... FROM t' was written too late to the
   binary log if t was very frequently updated during the execution of
   this query. This could cause a problem with `mysqlbinlog' or
   replication. The master must be upgraded, not the slave. (bug #136).

 * Fixed checking of random part of `WHERE' clause (bug #142).

 * Fixed a bug with `multi-table updates' with `InnoDB' tables. This
   bug occured as, in many cases, `InnoDB' tables can not be updated
   "on the fly", but offsets to the records have to be stored in a
   temporary table.

 * Added missing file `mysql_secure_installation' to the `server' RPM
   subpackage (bug #141).

 * Fixed MySQL (and `myisamchk') crash on artificially corrupted
   `.MYI' files.

 * Don't allow `BACKUP TABLE' to overwrite existing files.

 * Fixed a bug with multi-table `UPDATE's when user had all privileges
   on the database where tables are located and there were any
   entries in `tables_priv' table, i.e. `grant_option' was true.

 * Fixed a bug that allowed a user with table or column grants on
   some table, `TRUNCATE' any table in the same database.

 * Fixed deadlock when doing `LOCK TABLE' followed by `DROP TABLE' in
   the same thread.  In this case one could still kill the thread
   with `KILL'.

 * `LOAD DATA LOCAL INFILE' was not properly written to the binary
   log (hence not properly replicated). (bug #82).

 * `RAND()' entries were not read correctly by `mysqlbinlog' from the
   binary log which caused problems when restoring a table that was
   inserted with `RAND()'. `INSERT INTO t1 VALUES(RAND())'. In
   replication this worked ok.

 * `SET SQL_LOG_BIN=0' was ignored for `INSERT DELAYED' queries.
   (bug #104).

 * `SHOW SLAVE STATUS' reported too old positions (columns
   `Relay_Master_Log_File' and `Exec_master_log_pos') for the last
   executed statement from the master, if this statement was the
   `COMMIT' of a transaction. The master must be upgraded for that,
   not the slave. (bug #52).

 * `LOAD DATA INFILE' was not replicated by the slave if
   `replicate_*_table' was set on the slave. (bug #86).

 * After `RESET SLAVE', the coordinates displayed by `SHOW SLAVE
   STATUS' looked un-reset (though they were, but only internally).
   (bug #70).

 * Fixed query cache invalidation on `LOAD DATA'.

 * Fixed memory leak on `ANALYZE' procedure with error.

 * Fixed a bug in handling `CHAR(0)' columns that could cause wrong
   results from the query.

 * Fixed rare bug with wrong initialization of `AUTO_INCREMENT'
   column, as a secondary column in a multi-column key (*note
   `AUTO_INCREMENT' on secondary column in a multi-column key:
   example-AUTO_INCREMENT.), when data was inserted with `INSERT ...
   SELECT' or `LOAD DATA' into an empty table.

 * On windows, `STOP SLAVE' didn't stop the slave until the slave got
   one new command from the master (this bug has been fixed for MySQL
   4.0.11 by releasing updated 4.0.11a windows packages, which
   include this individual fix on top of the 4.0.11 sources).
	 (bug #69).

 * Fixed a crash when no database was selected and `LOAD DATA' command
   was issued with full table name specified, including database
   prefix.

 * Fixed a crash when shutting down replication on some platforms
   (e.g. Mac OS X).

 * Fixed a portability bug with `pthread_attr_getstacksize' on
   HP-UX 10.20 (Patch was also included in 4.0.11a sources).

 * Fixed the `bigint' test to not fail on some platforms (e.g. HP-UX
   and Tru64) due to different return values of the `atof()' function.

 * Fixed the `rpl_rotate_logs' test to not fail on certain platforms
   (e.g.  Mac OS X) due to a too long file name (changed
   `slave-master-info.opt' to `.slave-mi').


Bye,
	LenZ

- -- 
For technical support contracts, visit https://order.mysql.com/?ref=mlgr
   __  ___     ___ ____  __
  /  |/  /_ __/ __/ __ \/ /      Mr. Lenz Grimmer <lenz@mysql.com>
 / /|_/ / // /\ \/ /_/ / /__     MySQL AB, Production Engineer
/_/  /_/\_, /___/\___\_\___/     Hamburg, Germany
       <___/   www.mysql.com
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.2-rc1-SuSE (GNU/Linux)
Comment: For info see http://quantumlab.net/pine_privacy_guard/

iD8DBQE+d4a7SVDhKrJykfIRAr4eAJsFtsuUFYQUOb0HZ5ZPshJqEqu4TQCdFpH7
iZwpe4Bgc1Rc+LtaHlMDvuc=
=ifYe
-----END PGP SIGNATURE-----

---------------------------------------------------------------------
To unsubscribe, e-mail <announce-unsubscribe-davidegiunchi=libero.it@lists.mysql.com>
To see the list archives, visit: http://lists.mysql.com/


--Boundary-00=_hk6d+EQ0h6aoWo3--