From: Dan Nelson Date: February 6 2003 5:59am Subject: Re: Mysql 4 production quality List-Archive: http://lists.mysql.com/mysql/131718 Message-Id: <20030206055949.GA16896@dan.emsphone.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii In the last episode (Feb 05), Dan Rossi said: > hi there i was wondering if mysql 4 will become production quality > soon ? i would like to convince work to start using it, so i can > start using the transactions, sub selects and query cache Well, MySQL 3.23 already has transactions with the InnoDB table type, and 4.0 will not have sub selects, so you already have some of what you want, and you won't have other things that you want for quite a while :) 4.0 hasn't crashed on me... Check out http://www.mysql.com/doc/en/MySQL_4.0_In_A_Nutshell.html and find out exactly what is in what versions. Also take a look at http://www.mysql.com/doc/en/Upgrading-from-3.23.html . -- Dan Nelson dnelson@stripped