I've fixed the build problem shown here
http://drizzlebuild.42sql.com:8010/builders/centos5.64.1/builds/4927/steps/test/logs/stdio
the test failure was
main.loaddata [ fail ] drizzletest: At line 10: query 'load data
infile '../std_data_ln/loaddata1.dat' into table t1 fields terminated
by ','' failed: 1085: The file '/home/buildbot/slave/build00/build/
tests/var/std_data_ln/loaddata1.dat' must be in the database directory
or be readable by all
The problem is that the world and group read and directory execute
permissions had been recursively removed from /home/buildbot/slave/
build00, and the permissions dont get restored via either the bzr pull
or the make distclean
Until this stupid thing about 'load data infile' gets changed, then
build and test trees need to be world readable
_______________________________________________
Mailing list: https://launchpad.net/~drizzle-discuss
Post to : [email protected]
Unsubscribe : https://launchpad.net/~drizzle-discuss
More help : https://help.launchpad.net/ListHelp