diff options
author | Marc Alff <marc.alff@oracle.com> | 2010-08-25 13:00:38 -0600 |
---|---|---|
committer | Marc Alff <marc.alff@oracle.com> | 2010-08-25 13:00:38 -0600 |
commit | 257045499ff2f90349a92df363f3e78ea9c04721 (patch) | |
tree | 8c10529ac72f706afb6e929242d903644db211d5 /mysql-test/r/join.result | |
parent | 29d01a11072ec8849f80b377895bee4767c4b0ca (diff) | |
download | mariadb-git-257045499ff2f90349a92df363f3e78ea9c04721.tar.gz |
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.
Diffstat (limited to 'mysql-test/r/join.result')
-rw-r--r-- | mysql-test/r/join.result | 1 |
1 files changed, 1 insertions, 0 deletions
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 |