Bug #35247 rpl_transaction.test produces warnings files
Submitted: 12 Mar 2008 14:29 Modified: 28 Mar 2008 19:37
Reporter: Ingo Strüwing Email Updates:
Status: Closed Impact on me:
None 
Category:MySQL Server: Replication Severity:S3 (Non-critical)
Version:5.0.60 OS:Any
Assigned to: Ingo Strüwing CPU Architecture:Any
Tags: pbwarn

[12 Mar 2008 14:29] Ingo Strüwing
Description:
===========================
rpl_transaction.warnings
===========================
mysqltest: Warning detected at line 42: Suspicious command '--warning 1196' 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-pentium64-debug-max --with-debug=full --prefix="/home2/mydev/install-5.0-axmrg"
cd mysql-test
./mysql-test-run.pl --force   rpl_transaction
ls mysql-test/var/log/*warnings
cat mysql-test/var/log/rpl_transaction.warnings

Suggested fix:
Change --warning to #--warning.
[12 Mar 2008 14:39] 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/43850

ChangeSet@1.2595, 2008-03-12 15:38:57+01:00, istruewing@stella.local +1 -0
  Bug#35247 - rpl_transaction.test produces warnings files
  
  The test file tried to use a mysqltest command '--warning'
  but there is no such command.
  
  Changed '--warning' to '#--warning'.
[17 Mar 2008 11:28] Ingo Strüwing
Queued to mysql-6.0-engines-merge, mysql-5.1-engines-merge, mysql-5.0-engines-merge.
[27 Mar 2008 11:21] Bugs System
Pushed into 5.1.24-rc
[27 Mar 2008 11:21] Bugs System
Pushed into 5.0.60
[27 Mar 2008 17:53] Bugs System
Pushed into 6.0.5-alpha
[28 Mar 2008 19:37] Paul DuBois
Fix involves test case change. No changelog entry needed.