| Bug #18546 | ndb_resore seg faults on hp3750-64bit | ||
|---|---|---|---|
| Submitted: | 27 Mar 2006 17:57 | Modified: | 19 Jun 2006 9:15 |
| Reporter: | Tomas Ulin | ||
| Status: | Can't repeat | ||
| Category: | Server: Cluster | Severity: | S2 (Serious) |
| Version: | 5.1.8 bk src | OS: | HP/UX (hpux11.00 64-bit) |
| Assigned to: | Bugs System | Target Version: | |
[27 Mar 2006 17:57]
Tomas Ulin
[28 Mar 2006 18: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 9:15]
Stewart Smith
Test is passing on pushbuild 5.1 on HPUX
[15 Nov 2006 13: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.
