Bug #18546 | ndb_resore seg faults on hp3750-64bit | ||
---|---|---|---|
Submitted: | 27 Mar 2006 15:57 | Modified: | 19 Jun 2006 7:15 |
Reporter: | Tomas Ulin | Email Updates: | |
Status: | Can't repeat | Impact on me: | |
Category: | MySQL Cluster: Cluster (NDB) storage engine | Severity: | S2 (Serious) |
Version: | 5.1.8 bk src | OS: | HP/UX (hpux11.00 64-bit) |
Assigned to: | Stewart Smith | CPU Architecture: | Any |
[27 Mar 2006 15:57]
Tomas Ulin
[28 Mar 2006 16:10]
Tomas Ulin
boiled down to a blob issue, the following test case fails. Exchanging TEXT to VARBINARY(255), makes it work ok -- source include/have_ndb.inc --disable_warnings DROP TABLE IF EXISTS test.t2; --enable_warnings CREATE TABLE test.t2 (pk1 INT NOT NULL KEY, c2 TEXT NOT NULL) ENGINE=NDB; INSERT INTO test.t2 VALUES (1, "x"); -- source include/ndb_backup.inc DROP TABLE test.t2; -- source include/ndb_restore_master.inc
[19 Jun 2006 7:15]
Stewart Smith
Test is passing on pushbuild 5.1 on HPUX
[15 Nov 2006 12:53]
Vasil Dimov
Hi Tomas, Can you apply the patches included in Bug#24331 and see if they fix your problem? Maybe it is the same issue.