Bug #43040 | Bytes_sent gives negetive number | ||
---|---|---|---|
Submitted: | 20 Feb 2009 2:40 | Modified: | 25 Feb 2009 2:59 |
Reporter: | Lig Isler-Turmelle | Email Updates: | |
Status: | Duplicate | Impact on me: | |
Category: | MySQL Server: Logging | Severity: | S3 (Non-critical) |
Version: | 5.0.60, 5.0, 5.1, 6.0 bzr | OS: | Linux |
Assigned to: | CPU Architecture: | Any |
[20 Feb 2009 2:40]
Lig Isler-Turmelle
[21 Feb 2009 9:10]
Sveta Smirnova
Thank you for the report. Verified as described: ./sql/net_serv.cc still contains extern ulong bytes_sent, bytes_received, net_big_packet_count; which is used, for example, by update_statistics
[25 Feb 2009 2:59]
Omer Barnir
duplicate of bug#42698
[21 Apr 2010 11:40]
MySQL Verification Team
5.1.40-community MySQL Community Server (GPL) seeing the following. mysql> SHOW GLOBAL STATUS LIKE 'bytes%'; +----------------+-------------+ | Variable_name | Value | +----------------+-------------+ | Bytes_received | 546901101 | | Bytes_sent | 67934847996 | +----------------+-------------+ mysql> mysql> SHOW GLOBAL STATUS LIKE 'bytes%'; +----------------+-------------+ | Variable_name | Value | +----------------+-------------+ | Bytes_received | 611449678 | | Bytes_sent | 65135082657 | +----------------+-------------+