← Back to team overview

percona-discussion team mailing list archive

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

 

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

-- 
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 Released

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