Bug #32108 subselect.test produces warnings files
Submitted: 5 Nov 2007 13:40 Modified: 15 Nov 2007 1:59
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:40] Ingo Strüwing
Description:
===========================
subselect.warnings
===========================
mysqltest: Warning detected at line 2973: Suspicious command '--returns no rows, when it should' 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 subselect
[5 Nov 2007 13:44] 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/37085

ChangeSet@1.2557, 2007-11-05 14:44:38+01:00, istruewing@stella.local +1 -0
  Bug#32108 - subselect.test produces warnings files
  
  Comment sign of -- at line begin in test files lead to warnings
  from mysqltest.
    
  Changed -- to #.
[6 Nov 2007 19:29] Ingo Strüwing
Queued to 6.0-engines, 5.1-engines, 5.0-engines.
[14 Nov 2007 9:41] 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 1:59] Paul DuBois
Test case change. No changelog entry needed.