12 messages in com.mysql.lists.win32Re: MySQL/InnoDB-4.0.4 is released
FromSent OnAttachments
Heikki Tuuri02 Oct 2002 04:12 
Peter02 Oct 2002 04:26 
Heikki Tuuri02 Oct 2002 05:12 
Philip Molter02 Oct 2002 06:15 
Heikki Tuuri02 Oct 2002 08:48 
Puiu Hrenciuc02 Oct 2002 15:45 
Heikki Tuuri03 Oct 2002 02:33 
Gelu Gogancea03 Oct 2002 04:39 
Heikki Tuuri03 Oct 2002 08:06 
Heikki Tuuri03 Oct 2002 09:24 
Gelu Gogancea03 Oct 2002 09:48 
Heikki Tuuri03 Oct 2002 10:06 
Subject:Re: MySQL/InnoDB-4.0.4 is released
From:Heikki Tuuri (Heik@innodb.com)
Date:10/03/2002 02:33:18 AM
List:com.mysql.lists.win32

Puiu,

----- Original Message ----- From: "Puiu Hrenciuc" <pu@cautama.ro> To: "Heikki Tuuri" <Heik@innodb.com>; "Philip Molter" <phi@texas.net> Cc: <mys@lists.mysql.com>; <win@lists.mysql.com>; <le@mysql.com> Sent: Thursday, October 03, 2002 1:46 AM Subject: Re: MySQL/InnoDB-4.0.4 is released

I hoped that you will solve the MySQL consuming all computer's resources in 4.0.4, but nope, the problem is still there. I'm trying to run MySQL on Win ME and when started normally it consumes all resources of my computer. When I start it with --skip-innodb it works just fine. Why ?

we need more information of the bug. If you start from an MS-DOS prompt, what does mysqld-max.exe print?

C:\mysql\bin> mysqld-max --console

If mysqld-max starts up, you should enable the general query log with

mysqld-max --log --console

and look at hostname.log in the datadir to determine if you have some daemon process running on the computer which constantly issues queries to the server.

Do you have Microsoft Visual C++, so that you could compile yourself and run mysqld-max in the debugger to determine what it does?

At least I saw you fixed WinMySQLAdmin.

Best regards,

Philip,

----- Original Message ----- From: "Philip Molter" <phi@texas.net> To: "Heikki Tuuri" <Heik@innodb.com> Cc: <mys@lists.mysql.com>; <win@lists.mysql.com>; <le@mysql.com> Sent: Wednesday, October 02, 2002 4:16 PM Subject: Re: MySQL/InnoDB-4.0.4 is released

On Wed, Oct 02, 2002 at 02:12:23PM +0300, Heikki Tuuri wrote: : Hi! : : InnoDB is a table type which provides transactions, row level locking, : foreign key constraints, and a non-free hot backup tool to MySQL. : : InnoDB is included in both downloadable versions of MySQL-4.0:

MySQL-Pro

and

: MySQL-Max. : : Release 4.0.4-beta is mainly a bug fix release.

Will the bugfixes for this release (not necessarily the new/updated features) be backported to the 3.23.x series? Given that MySQL 4 isn't marked as stable yet, many of us using InnoDB no doubt still use 3.23.x.

of course, the fix will be backported if the bug also existed in 3.23.

The DESC bugs in 4.0.x are not present in 3.23.

Since 4.0.x releases will come in more rapid succession than 3.23 releases, it may soon be that the most bug-free InnoDB is actually in the latest 4.0.x.

* Philip Molter * Texas.net Internet * http://www.texas.net/ * phi@texas.net

Regards,

Heikki Innobase Oy

sql query