| Bug #34110 | Crash in InnoDB when used "embedded" | ||
|---|---|---|---|
| Submitted: | 28 Jan 2008 20:07 | Modified: | 6 Feb 2008 11:21 |
| Reporter: | Joerg Bruehe | ||
| Status: | Verified | ||
| Category: | Server: InnoDB | Severity: | S1 (Critical) |
| Version: | 5.1.23-rc | OS: | Other (See report text) |
| Assigned to: | Sunny Bains | Target Version: | 5.1+ |
| Triage: | Triaged: D1 (Critical) | ||
[28 Jan 2008 20:07]
Joerg Bruehe
[4 Feb 2008 9:11]
Sveta Smirnova
Thank you for the report. I can not repeat described behavior on support Solaris machine. Please indicate one of machines bug is repeatable on. Also please confirm or reject if bug is repeatable every time when tests run.
[6 Feb 2008 11:21]
Sveta Smirnova
Thank you for the report. Verified as described. Problem description below. $cat bug34110.test --source include/have_innodb.inc set foreign_key_checks=0; create table t2 (a varchar(10), foreign key (a) references t1(a)) engine = innodb DEFAULT CHARSET=latin1; create table t3(a varchar(10) primary key) engine = innodb DEFAULT CHARSET=utf8; rename table t3 to t1; $./mysql-test-run.pl main.bug34110 Logging: ./mysql-test-run.pl main.bug34110 <....> mysqltest: At line 6: query 'rename table t3 to t1' failed: 1025: Error on rename of './test/t3' to './test/t1' (errno: 150) Which is correct. $./mysql-test-run.pl --embedded-server main.bug34110 Logging: ./mysql-test-run.pl --embedded-server main.bug34110 <...> mysqltest: At line 6: query 'rename table t3 to t1' failed: 1025: Error on rename of '/PATH/mysql-test/var/master-data/test/t3' to '/PATH/mysql-test/var/master-data/
[6 Feb 2008 14:39]
Heikki Tuuri
Can you make a stack trace? The bug is probably something very simple that I can spot once I have the trace. Regards, Heikki
