Bug #32107 ctype_uca.test produces warnings files
Submitted: 5 Nov 2007 13:30 Modified: 15 Nov 2007 2:01
Reporter: Ingo Strüwing Email Updates:
Status: Closed Impact on me:
None 
Category:Tests Severity:S7 (Test Cases)
Version:5.0.52 OS:Any
Assigned to: Ingo Strüwing CPU Architecture:Any

[5 Nov 2007 13:30] Ingo Strüwing
Description:
===========================
ctype_uca.warnings
===========================
mysqltest: Warning detected at line 533: Suspicious command '--In Czech 'ch' is a single letter between 'h' and 'i'' detected, was this intentional? Use # instead of -- to avoid this warning

How to repeat:
bk clone bk-internal.mysql.com:/home/bk/mysql-5.0-engines mysql-5.0-axmrg
cd mysql-5.0-axmrg
BUILD/compile-pentium-debug-max --with-debug=full --prefix="/home2/mydev/install-5.0-axmrg"
cd mysql-test
./mysql-test-run.pl ctype_uca
[5 Nov 2007 13:37] 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/37083

ChangeSet@1.2556, 2007-11-05 14:37:00+01:00, istruewing@stella.local +1 -0
  Bug#32107 - ctype_uca.test produces warnings files
  
  Comment sign of -- at line begin in test files lead to warnings
  from mysqltest.
    
  Changed -- to #.
[6 Nov 2007 19:28] Ingo Strüwing
Queued to 6.0-engines, 5.1-engines, 5.0-engines.
[14 Nov 2007 9:40] Bugs System
Pushed into 6.0.4-alpha
[14 Nov 2007 9:45] Bugs System
Pushed into 5.1.23-rc
[14 Nov 2007 9:49] Bugs System
Pushed into 5.0.52
[15 Nov 2007 2:01] Paul DuBois
Test case change. No changelog entry needed.