Bug #26765 typo when running mysql-test-run
Submitted: 1 Mar 2007 19:16 Modified: 22 Mar 2007 20:53
Reporter: Shane Bester (Platinum Quality Contributor) Email Updates:
Status: Closed Impact on me:
None 
Category:MySQL Server: Tests Severity:S3 (Non-critical)
Version:5.1.17BK OS:Any (*)
Assigned to: Konstantin Osipov CPU Architecture:Any

[1 Mar 2007 19:16] Shane Bester
Description:
sbester@www:~/ndb/mgmd/mysql-5.1.17-beta-linux-i686/mysql-test> ./mysql-test-run --with-ndbcluster --do-test=ndb 
Logging: ./mysql-test-run --with-ndbcluster --do-test=ndb
MySQL Version 5.1.17
Using binlog format 'mixed'
mysql-test-run: *** ERROR: Can only use --with-ndbcluster togheter with --bench
sbester@www:~/ndb/mgmd/mysql-5.1.17-beta-linux-i686/mysql-test> 

note that "togheter" should read "together"

How to repeat:
search the codebase for 'togheter' or run:
./mysql-test-run --with-ndbcluster --do-test=ndb 

Suggested fix:
fix a typo in the following files (at least)

mysql-test-run
mysql-test-run.pl
NDBT_Error.hpp
NDBT_ReturnCodes.h
[15 Mar 2007 20:18] 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/22058

ChangeSet@1.2468, 2007-03-15 23:17:44+03:00, kostja@bodhi.local +3 -0
  Bug#26765 "typo when running mysql-test-run"
  Fix a typo (togheter -> together)
[22 Mar 2007 20:53] Konstantin Osipov
No documentation entry needed.