Hi!
At 10:38 PM 10/23/01 -0700, you wrote:
>On Tue, Oct 23, 2001 at 01:43:32PM +0300, Heikki Tuuri wrote:
>> Hi!
>>
>> Thank you for a detailed bug report. This bug is already fixed in
>> the source release 3.23.43b available from http://www.innodb.com
>
>Is there now a test case for it in the
On Tue, Oct 23, 2001 at 01:43:32PM +0300, Heikki Tuuri wrote:
> Hi!
>
> Thank you for a detailed bug report. This bug is already fixed in
> the source release 3.23.43b available from http://www.innodb.com
Is there now a test case for it in the MySQL test suite, too?
Jeremy
--
Jeremy D. Zawodn
Hi!
Thank you for a detailed bug report.
This bug is already fixed in the source release
3.23.43b available from http://www.innodb.com
You can look at latest bug information at
http://www.innodb.com/bugfixes.html
Regards,
Heikki
>Description:
> Using the following statement on empyt inn
>Description:
Using the following statement on empyt innobase tables crashes the
MySQL-Server:
select MAX(col3) from crashTable where col1 = 1 and col2 = 7;
>How-To-Repeat:
CREATE TABLE IF NOT EXISTS crashTable (
col1 SMALLINT UNSIGNED NOT NULL,