From: Bjorn Munch Date: September 8 2010 11:09am Subject: Re: bzr commit into mysql-5.1-bugteam branch (Dmitry.Shulga:3456) Bug#47485 List-Archive: http://lists.mysql.com/commits/117769 Message-Id: <20100908110933.GA18690@khepri15.norway.sun.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii As I also commented on the bug, it looks like this is causing mysql_client_test to fail after merge into 5.5-merge. The function test_wl4435() (which does not exist in 5.1) gets some unexpected behaviour from mysql_stmt_next_result() which first returns 0 as expected but then returns 2014. I was about to push some unrelated stuff but I don't want to merge this failure up to trunk-merge.... I leave it to those familiar with the code to determine how to amend test_wl4435() or whether this is actually a bug in the fix for 47485... - Bjorn