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/insert_select.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/insert_select.result')
-rw-r--r-- | mysql-test/r/insert_select.result | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mysql-test/r/insert_select.result b/mysql-test/r/insert_select.result index f12c9a0a61a..b0858894b71 100644 --- a/mysql-test/r/insert_select.result +++ b/mysql-test/r/insert_select.result @@ -694,6 +694,7 @@ show status like 'Handler_read%'; Variable_name Value Handler_read_first 1 Handler_read_key 0 +Handler_read_last 0 Handler_read_next 0 Handler_read_prev 0 Handler_read_rnd 0 |