Thanks Chris,
This looks like serious server problem. I guess they assert there is no way
to ever land here. Should not we, after big merge, file a bug against the
runtime? Interesting what da_status() says in this case..
switch (thd->main_da.status()) {
....
default:
DBUG_ASSERT(0); <<<<<<<< Vlad
net_send_ok(thd, thd->server_status, thd->total_warn_count,
0, 0, NULL);
break;
}
thd->main_da.is_sent= TRUE;
DBUG_VOID_RETURN;
}
> -----Original Message-----
> From: Christopher.Powers@stripped [mailto:Christopher.Powers@stripped]
> Sent: Friday, October 24, 2008 4:30 PM
> To: Vladislav Vaintroub
> Cc: Kevin Lewis; falcon@stripped
> Subject: Re: Chill thaw fixes 1 and 2
>
> Vlad: Assertion stacks attached
>
> -------- Original Message --------
> Subject: Chill thaw fixes 1 and 2
> Date: Fri, 24 Oct 2008 00:40:20 -0500
> From: Christopher Powers <christopher.powers@stripped>
> To: Kevin Lewis <klewis@stripped>
> CC: falcon@stripped
>
> http://lists.mysql.com/commits/56961
>
> http://lists.mysql.com/commits/56962