Bug #10185 ndb_global.h not installed
Submitted: 26 Apr 2005 18:26 Modified: 27 Apr 2005 7:21
Reporter: Dean Ellis Email Updates:
Status: Won't fix Impact on me:
None 
Category:MySQL Cluster: Cluster (NDB) storage engine Severity:S2 (Serious)
Version:4.1.12 OS:
Assigned to: Jonas Oreland CPU Architecture:Any

[26 Apr 2005 18:26] Dean Ellis
Description:
ndb_global.h is not installed via make install nor included in the distribution.

How to repeat:
make install, or examine a distribution.

Suggested fix:
n/a
[26 Apr 2005 18:52] Jonas Oreland
Hi,

Do you mean source on binary distribution?
If it's binary then I'm 99% sure that that's deliberate.
It's not supposed to be used by ndbapi programs.
Only by ndb internally.

What do you need it for?
[26 Apr 2005 19:04] Dean Ellis
Binary distribution; just trying to build a test.

The test includes NdbApi.hpp, which includes Ndb.hpp, which includes ndb_types.h, which includes ndb_global.h.
[27 Apr 2005 7:21] Jonas Oreland
Ok...looked at it more closely.

4.1 is totally broken wrt ndbapi usage.
4.1 is the initial import of ndb into mysql structure.
We never fixed ndbapi usage.
I think we never will.

5.0 should be ok.
But I'm not sure that we sell support on it...

/Jonas