Bug #53937 Junk make-ccc files included in MySQL Server bzr repo
Submitted: 24 May 2010 10:05 Modified: 18 Jun 2010 1:12
Reporter: Magnus Blåudd Email Updates:
Status: Closed Impact on me:
None 
Category:MySQL Server Severity:S3 (Non-critical)
Version:5.5.3-m3 OS:Any
Assigned to: Alexander Nozdrin CPU Architecture:Any

[24 May 2010 10:05] Magnus Blåudd
Description:
There are a number of junk files checked into the MySQL Server source repository. They seem to include some sort of compile commands.

How to repeat:
msvensson@host:~/mysql/next-mr$ find . -name make-ccc
./regex/make-ccc
./mysys/make-ccc
./storage/myisammrg/make-ccc
./storage/myisam/make-ccc
./storage/heap/make-ccc
./strings/make-ccc

Suggested fix:
Remove the make-ccc files.
[24 May 2010 10:41] MySQL Verification Team
Thank you for the bug report.
[25 May 2010 12:55] Davi Arnaut
FWIW, I removed those files from 6.0 a long time ago and nobody complained.
[26 May 2010 10:21] 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/109255

3064 Alexander Nozdrin	2010-05-26
      Patch for Bug#53937 (Junk make-ccc files included in MySQL Server bzr repo).
      
      Remove make-ccc files.
[26 May 2010 10:23] Alexander Nozdrin
Pushed to trunk-bugfixing.
[15 Jun 2010 8:13] Bugs System
Pushed into 5.5.5-m3 (revid:alik@sun.com-20100615080459-smuswd9ooeywcxuc) (version source revid:mmakela@bk-internal.mysql.com-20100415070122-1nxji8ym4mao13ao) (merge vers: 5.1.47) (pib:16)
[15 Jun 2010 8:29] Bugs System
Pushed into mysql-next-mr (revid:alik@sun.com-20100615080558-cw01bzdqr1bdmmec) (version source revid:mmakela@bk-internal.mysql.com-20100415070122-1nxji8ym4mao13ao) (pib:16)
[18 Jun 2010 1:12] Paul DuBois
Cosmetic fix. No changelog entry needed.