From: Christopher Powers Date: October 24 2008 4:14pm Subject: Re: Chill thaw fixes 1 and 2 List-Archive: http://lists.mysql.com/falcon/100 Message-Id: <4901F44A.2030907@sun.com> MIME-Version: 1.0 Content-Type: text/plain; format=flowed; charset=ISO-8859-1 Content-Transfer-Encoding: 7BIT Vladislav Vaintroub wrote: > 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.. Vlad, I will write a bug against this after checking with Mikael and Marten Skold about the design. > > 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 >> To: Kevin Lewis >> CC: falcon@stripped >> >> http://lists.mysql.com/commits/56961 >> >> http://lists.mysql.com/commits/56962 > >