[MDEV-22860] Change EXAMINED_ROWS in I_S.PROCESSLIST from INT to BIGINT UNSIGNED Created: 2020-06-10  Updated: 2023-09-26  Resolved: 2023-09-26

Status: Closed
Project: MariaDB Server
Component/s: N/A
Fix Version/s: N/A

Type: Task Priority: Major
Reporter: Hartmut Holzgraefe Assignee: Daniel Black
Resolution: Duplicate Votes: 0
Labels: None

Issue Links:
Duplicate
duplicates MDEV-30820 slow log Rows_examined out of range Closed
Relates
relates to MDEV-22861 INSERT with subquery on I_S.PROCESSLI... Stalled
relates to MDEV-30820 slow log Rows_examined out of range Closed

 Description   

Currently the EXAMINED_ROWS column in INFORMATION_SCHEMA.PROCESSLIST is of type INT, so limited to 2^31, or about two billion max.

When doing an UPDATE that requires a full table scan on a table with more than two billion rows, EXAMINED_ROWS value for that session goes up to 2147483647 but then stops at that value even though the query is still scanning more rows.



 Comments   
Comment by Daniel Black [ 2023-09-20 ]

For review, https://github.com/MariaDB/server/pull/2767

Generated at Thu Feb 08 09:18:01 UTC 2024 using Jira 8.20.16#820016-sha1:9d11dbea5f4be3d4cc21f03a88dd11d8c8687422.