Re: crashing in innodb

Sinisa Milivojevic <[email protected]>
Newsgroups gmane.comp.db.mysql.bugs
Message-ID <[email protected]>
Manoj Kumar writes:
> Hi,
> 
> I built the 4.1.2 from source tree (latest as on today ) on my Redhat-8
> box. While running,  mysqld 
> crashes with the following set of queries:
> 
> CREATE TABLE tt1 (col1 int(1))ENGINE=InnoDB;
> CREATE TABLE tt2 (col1 int(1),stamp TIMESTAMP,INDEX stamp_idx
> (stamp))ENGINE=InnoDB;
> insert into tt2 values (1, 20020204130000);
> SELECT col1 FROM tt1 UNION SELECT col1 FROM tt2 WHERE stamp <
> '20020204120000' GROUP BY col1;
> 
> These queries are there in the innodb test case of mysql-test suite
> also. Because of this, even mysql-test suite 
> fails to run the innodb test.
> 

The above is a deliberate assert.

A fix was pushed yesterday, so it should be ok now.

-- 

Sincerely,

-- 
For technical support contracts, go to https://order.mysql.com/?ref=msmi
   __  ___     ___ ____  __
  /  |/  /_ __/ __/ __ \/ /    Mr. Sinisa Milivojevic <[email protected]>
 / /|_/ / // /\ \/ /_/ / /__   MySQL AB
/_/  /_/\_, /___/\___\_\___/   Fulltime Developer and Support Coordinator
       <___/   www.mysql.com   Larnaca, Cyprus

Want to swim with the dolphins? (April 14-16, 2004)
http://www.mysql.com/uc2004/


-- 
MySQL Bugs Mailing List
For list archives: http://lists.mysql.com/bugs
To unsubscribe:    http://lists.mysql.com/[email protected]
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.