← Back to team overview

drizzle-merge team mailing list archive

Re: State of...

 

Looks like they are all failing the user_var test.

main.user_var                                                [ fail ]
drizzletest: At line 124: query 'set @first_var= cast(NULL as
integer)' succeeded - should have failed with errno 1064...

The result from queries just before the failure was:
< snip >
#
select @@Max_Allowed_Packet;
@@Max_Allowed_Packet
#
select @@version;
@@version
#
select @@global.version;
@@global.version
#
End of 4.1 tests
set @first_var= NULL;
create table t1 select @first_var;
show create table t1;
Table	Create Table
t1	CREATE TABLE `t1` (
  `@first_var` BLOB
) ENGINE=DEFAULT COLLATE = utf8_general_ci
drop table t1;
set @first_var= cast(NULL as integer);




On Thu, Dec 30, 2010 at 1:24 AM, Brian Aker <brian@xxxxxxxxxxx> wrote:

> Hi!
>
> I've pushed a set of patches into build. They need to be rolled up and
> inserted into staging if they pass. I've also approved Andrew's patch.
>
> Night,
>        -Brian
> _______________________________________________
> Mailing list: https://launchpad.net/~drizzle-merge<https://launchpad.net/%7Edrizzle-merge>
> Post to     : drizzle-merge@xxxxxxxxxxxxxxxxxxx
> Unsubscribe : https://launchpad.net/~drizzle-merge<https://launchpad.net/%7Edrizzle-merge>
> More help   : https://help.launchpad.net/ListHelp
>

References