Bug #6332 Compiling error if configured --with-ndb-test option
Submitted: 29 Oct 2004 21:46 Modified: 2 Aug 2005 13:26
Reporter: Shuichi Tamagawa Email Updates:
Status: Closed Impact on me:
None 
Category:MySQL Server: Compiling Severity:S3 (Non-critical)
Version:4.1.7 OS:Linux (SuSE Linux 9.0)
Assigned to: Martin Skold CPU Architecture:Any

[29 Oct 2004 21:46] Shuichi Tamagawa
Description:
Compiling fails if configured with --with-ndb-test option. Please see the attached file to see the error. (The file is encoded in ujis, most of the Japanese part says "Syntax Parsing Error" or "Syntax Error")

How to repeat:
./configure --with-ndbcluster --with-ndb-test
[29 Oct 2004 21:47] Shuichi Tamagawa
error messages

Attachment: error.txt (text/plain), 14.53 KiB.

[31 Oct 2004 13:39] Hartmut Holzgraefe
ndb/test/run-test/run-test.hpp seems to be missing from the source tarball
[1 Nov 2004 13:11] pineau benjamin
mysql-4.1.7/ndb/test/run-test/main.cpp:26 #include "run-test.hpp"

find mysql-4.1.7/ -name run-test.hpp   # prints nothing
[22 Dec 2004 10:04] Peter Duffy
This file still seems to be missing in 4.1.8
[2 Aug 2005 13:26] Martin Skold
Seems to be present in latest source release:
gtar ztf mysql-4.1.13.tar.gz | grep run-test.hpp
mysql-4.1.13/ndb/test/run-test/run-test.hpp