Bug #19983 mysql_client_test_embedded fails on test_bug12744
Submitted: 21 May 2006 13:49 Modified: 20 Jul 2006 13:24
Reporter: Alexey Botchkov Email Updates:
Status: Closed Impact on me:
None 
Category:MySQL Server: Embedded Library ( libmysqld ) Severity:S3 (Non-critical)
Version:4.1.20 OS:Linux (Linux)
Assigned to: Alexey Botchkov CPU Architecture:Any

[21 May 2006 13:49] Alexey Botchkov
Description:
the end of the mysql_client_test_embedded's output:

#####################################
144 of (1/1): test_bug12744
#####################################
mysql_client_test.c:11720: check failed: 'rc==0'
Aborted

How to repeat:
to run libmysqld/examples/mysql_client_test_embedded
[2 Jun 2006 17:16] Bugs System
A patch for this bug has been committed. After review, it may
be pushed to the relevant source trees for release in the next
version. You can access the patch from:

  http://lists.mysql.com/commits/7220
[20 Jul 2006 10:34] Alexander Barkov
the patch looks ok to push.
[20 Jul 2006 13:24] Paul DuBois
Noted in 4.1.22 changelog.

libmysqld returned TEXT columns to the client as number of bytes, not
number of characters (which can be different for multi-byte character
sets).