← Back to team overview

percona-discussion team mailing list archive

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

 

Yasufumi,

Query_time: 0.000039 - it's available only in Percona builds.


Yasufumi Kinoshita wrote:
> By the way, this log seems to be similar to by "normal MySQL" rather than newer percona-patches version.
> I think the percona patches already have fixed the output of "Rows_sent:" and "Rows_examined:".
> 


-- 
Vadim Tkachenko, CTO
Percona Inc.
ICQ: 369-510-335, Skype: vadimtk153, Phone +1-888-401-3403
MySQL Performance Blog - http://www.mysqlperformanceblog.com
MySQL Consulting http://www.percona.com/

-- 
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: Fix Committed

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