Bug #56870 A mistake in a printout by mysqlbackup
Submitted: 20 Sep 2010 10:44 Modified: 30 Sep 2010 22:29
Reporter: Pekka Lampio Email Updates:
Status: Closed Impact on me:
None 
Category:MySQL Enterprise Backup Severity:S3 (Non-critical)
Version:3.5.2 rev. 236 OS:Any
Assigned to: Satya B CPU Architecture:Any

[20 Sep 2010 10:44] Pekka Lampio
Description:
During backup mysqlbackup prints the following lines:

100920 13:37:11 mysqlbackup: All tables unlocked
mysqlbackup: All Mysql tables are locked for 1.000000 seconds

The second line has two problems:

 1) Wrong tense: It should say "All tables were locked ..."

 2) The locking period is reported in microsecond precision even though
    the it is probably measured in millisecond precision only.

How to repeat:

Do a backup with mysqlbackup.
[20 Sep 2010 17:02] Sveta Smirnova
Thank you for the report.

Point 1 verified as described.

Regarding to point 2 this is return value of my_time which returns time in seconds and timer in microseconds
[24 Sep 2010 12:29] Satya B
revno: 238
revision-id: satya.bn@sun.com-20100924122442-gtt6vteapinz95p9

meb-3.5.next
[30 Sep 2010 22:29] Paul DuBois
Bug does not appear in any released version. No changelog entry needed