We will look into this.
Vlad: would it be possible to give the Maria buildbot access to dev8?
Or will our firewall be a problem...?
We need to investigate this.
pbxt.udf [ fail ] Test ended at 2009-04-07 12:11:59
CURRENT_TEST: pbxt.udf mysqltest: At line 18: query 'CREATE FUNCTION metaphon RETURNS STRING SONAME "$UDF_EXAMPLE_LIB"' failed: 1126: Can't open shared library 'udf_example.so' (errno: 22 (null))
The result from queries just before the failure was: drop table if exists t1;
Hmmm, not sure what the problem is here. Will investigate....
this usually happens because udf_example.so is not in the plugin_dir - which might be because it's not built. Another reason, if you "make test" from pbxt root - I simply copy udf_example.so to pbxt .libs directory and set up --plugin_dir to it, but this relies on the proper --with-mysql pbxt config option.
Best regards,
Paul
-- Paul McCullagh PrimeBase Technologies www.primebase.org www.blobstreaming.org pbxt.blogspot.com
-- -- Best Regards, Vladimir