On Apr 9, 2009, at 8:31 AM, Stewart Smith wrote:
On Thu, Apr 09, 2009 at 12:50:48AM +0200, Paul McCullagh wrote:
As I have just been discussing with Brian, the Drizzle/PBXT tree is
now
up-to-date.
great!
All tests are running through without error on Linux.
x86/x86-64 I guess?
Yes.
On Mac we still have a couple of errors, but InnoDB fails as well.
as in when just running normal InnoDB test suite? i.e. something has
been broken with the addition of pbxt?
I just tested again. Got no errors on the drizzle-pbxt.
But on lp:drizzle I get this error (strange):
main.init_connect [ fail ]
drizzletest: At line 32: query 'select @a' failed with wrong errno 5:
'drizzle_state_read:read:54', instead of 20...
The result from queries just before the failure was:
< snip >
select hex(@a);
hex(@a)
NULL
set global init_connect="set @a=2;set @b=3";
select @a, @b;
@a @b
2 3
set GLOBAL init_connect=DEFAULT;
select @a;
@a
NULL
set global init_connect="drop table if exists t1; create table t1(a
char(10));\
insert into t1 values ('\0');insert into t1 values('abc')";
select hex(a) from t1;
hex(a)
00
616263
set GLOBAL init_connect="adsfsdfsdfs";
select @a;
ERROR : drizzle_state_read:read:54
More results from queries before failure can be found in /Users/build/
Development/Repositories/drizzle/trunk/tests/var/log/init_connect.log
Stopping All Servers
shutdown failed; error: 'drizzle_state_read:read:end of file'Restoring
snapshot of databases
Resuming Tests
--
Paul McCullagh
PrimeBase Technologies
www.primebase.org
www.blobstreaming.org
pbxt.blogspot.com
_______________________________________________
Mailing list: https://launchpad.net/~drizzle-discuss
Post to : [email protected]
Unsubscribe : https://launchpad.net/~drizzle-discuss
More help : https://help.launchpad.net/ListHelp