Bug #24177 ctype_latin1.test fails with --cursor-protocol
Submitted: 10 Nov 2006 10:38 Modified: 1 Dec 2022 10:34
Reporter: Magnus Blåudd Email Updates:
Status: Won't fix Impact on me:
None 
Category:MySQL Server: Prepared statements Severity:S3 (Non-critical)
Version:5.0.30 OS:Any
Assigned to: CPU Architecture:Any

[10 Nov 2006 10:38] Magnus Blåudd
Description:
./mtr --cursor-protocol ctype_latin1

mysql> SELECT convert(@str collate latin1_bin using utf8);
should return
convert(@str collate latin1_bin using utf8)
! ABC ���߲��~ ��� ������@ abc

but will return
  convert(@str collate latin1_bin using utf8)
! ABC ���‚¬â€šÂ¬Ã¢â‚¬Å�
                        
^^^ Some whitespace junk here as well. 

Same test alos fails when using 
latin1_general_ci using utf8
latin1_german1_ci using utf8
latin1_danish_ci using utf8
latin1_spanish_ci using utf8
latin1_german2_ci using utf8
latin1_swedish_ci using utf8

How to repeat:
./mtr --cursor-protocol ctype_latin1
[1 Dec 2022 10:34] Magnus Blåudd
Posted by developer:
 
Closing bugs related to "mysqltest --cursor-protocol" which was implemented just to get some easy extra coverage of the "cursor protocol" using existing tests.