← Back to team overview

percona-discussion team mailing list archive

[Bug 317927] Re: Rows_read and Rows_sent don't seem right

 

** Changed in: percona-patches
   Importance: Undecided => Medium
       Status: New => Confirmed

-- 
Rows_read and Rows_sent don't seem right
https://bugs.launchpad.net/bugs/317927
You received this bug notification because you are a member of Percona
developers, which is the registrant for Percona patches.

Status in Patches for MySQL by Percona: Confirmed

Bug description:
I think this is related to #312598 but not the same thing.  Here's a sample:

# User@Host: ui[ui] @ localhost []
# Query_time: 0.000039  Lock_time: 0.000000  Rows_sent: 3  Rows_examined: 3
use ui_production;
# administrator command: Statistics;
# User@Host: ui[ui] @ localhost []
# Query_time: 0.000040  Lock_time: 0.000000  Rows_sent: 3  Rows_examined: 3
# administrator command: Statistics;

Can that possibly be correct?  I don't think it can, but I could be wrong.



References