← Back to team overview

percona-discussion team mailing list archive

[Bug 312598] Re: Very large values for Rows_read in slow log

 

I have fixed at the both case of sql.

5.0.75/revision/31

** Changed in: percona-patches
       Status: Confirmed => Fix Committed

** Changed in: percona-patches
     Assignee: (unassigned) => Yasufumi Kinoshita (yasufumi-kinoshita)

-- 
Very large values for Rows_read in slow log
https://bugs.launchpad.net/bugs/312598
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:
In slow log:

# User@Host: blah_blah[blah_blah] @ my-host.net [192.168.100.1]
# Thread_id: 2  Schema: blah
# Query_time: 0.000015  Lock_time: 0.000000  Rows_sent: 0  Rows_examined: 0  Rows_affected: 0  Rows_read: 4124524590823728995
# administrator command: Init DB;
# User@Host: blah_blah[blah_blah] @ my-host.net [192.168.100.1]
# Thread_id: 2  Schema: blah
# Query_time: 0.000018  Lock_time: 0.000000  Rows_sent: 0  Rows_examined: 0  Rows_affected: 0  Rows_read: 4124524590823728995
SELECT template FROM template WHERE title='options';



References