From 257045499ff2f90349a92df363f3e78ea9c04721 Mon Sep 17 00:00:00 2001 From: Marc Alff Date: Wed, 25 Aug 2010 13:00:38 -0600 Subject: Bug#52312 lost Handler_read_last status variable Before this fix, the ha_read_last_count status variable was defined and updated internally, for never exposed as a system variable. This fix exposes the system variable as "Handler_read_last", for completness of the Handler_read_* system variables interface. Adjusted tests results accordingly. --- mysql-test/r/join.result | 1 + 1 file changed, 1 insertion(+) (limited to 'mysql-test/r/join.result') diff --git a/mysql-test/r/join.result b/mysql-test/r/join.result index 9f87ea082db..260f7170fc5 100644 --- a/mysql-test/r/join.result +++ b/mysql-test/r/join.result @@ -854,6 +854,7 @@ show status like 'Handler_read%'; Variable_name Value Handler_read_first 0 Handler_read_key 0 +Handler_read_last 0 Handler_read_next 0 Handler_read_prev 0 Handler_read_rnd 0 -- cgit v1.2.1