Bug #51360 mysql_tzinfo_to_sql grew enormously between 5.1.43 and 5.1.44
Submitted: 21 Feb 2010 0:05 Modified: 4 Apr 2010 10:36
Reporter: [ name withheld ] Email Updates:
Status: No Feedback Impact on me:
None 
Category:MySQL Server Severity:S3 (Non-critical)
Version:5.1.44 OS:Linux (Fedora 11)
Assigned to: CPU Architecture:Any

[21 Feb 2010 0:05] [ name withheld ]
Description:
The executable file mysql_tzinfo_to_sql is about 160KB in 5.1.43 and 1350KB in 5.1.44.  This is pretty bizarre since I cannot see any change in the source code or relevant makefile entries, nor do I see anything about it in the ChangeLog.  Is it intentional?

How to repeat:
Check size of installed file /usr/bin/mysql_tzinfo_to_sql
[21 Feb 2010 0:11] [ name withheld ]
Hmm ... actually, looking closer, it seems to have returned to about the size it was in 5.1.42.  Even odder.

[tgl@rh2 x86_64]$ rpm2cpio mysql-server-5.1.42-7.fc11.x86_64.rpm | cpio -tv | grep tzinfo
-rwxr-xr-x   1 root     root      1349888 Jan 29 02:32 ./usr/bin/mysql_tzinfo_to_sql
[tgl@rh2 x86_64]$ rpm2cpio mysql-server-5.1.43-2.fc11.x86_64.rpm | cpio -tv | grep tzinfo
-rwxr-xr-x   1 root     root       164224 Feb 20 18:53 ./usr/bin/mysql_tzinfo_to_sql
[tgl@rh2 x86_64]$ rpm2cpio mysql-server-5.1.44-1.fc11.x86_64.rpm | cpio -tv | grep tzinfo
-rwxr-xr-x   1 root     root      1349952 Feb 20 18:11 ./usr/bin/mysql_tzinfo_to_sql

I rebuilt the .43 SRPM to see if there was some change in the relevant system libraries, but it didn't change it.
[4 Mar 2010 10:36] Sveta Smirnova
Thank you for the report.

Name "mysql-server-5.1.42-7.fc11.x86_64.rpm" looks like this is not our binaries. Where did you download this file?
[4 Apr 2010 23:00] Bugs System
No feedback was provided for this bug for over a month, so it is
being suspended automatically. If you are able to provide the
information that was originally requested, please do so and change
the status of the bug back to "Open".