diff options
author | Michael Widenius <monty@askmonty.org> | 2011-07-01 14:16:36 +0300 |
---|---|---|
committer | Michael Widenius <monty@askmonty.org> | 2011-07-01 14:16:36 +0300 |
commit | 62e47b4402678abc85a689a820d201248dabbc36 (patch) | |
tree | d1b07ad6bebcc23508f511e27f53924fcd4034b1 | |
parent | 5a9ba869a6e747224682946a7415c53df07f4a0e (diff) | |
download | mariadb-git-62e47b4402678abc85a689a820d201248dabbc36.tar.gz |
Updated result
mysql-test/suite/pbxt/r/status.result:
Updated result file from change in old commit
-rw-r--r-- | mysql-test/suite/pbxt/r/status.result | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/mysql-test/suite/pbxt/r/status.result b/mysql-test/suite/pbxt/r/status.result index 519a55301a3..b0bcca00608 100644 --- a/mysql-test/suite/pbxt/r/status.result +++ b/mysql-test/suite/pbxt/r/status.result @@ -100,22 +100,30 @@ Variable_name Value Com_show_status 3 show status like 'hand%write%'; Variable_name Value +Handler_tmp_write 0 Handler_write 5 show status like '%tmp%'; Variable_name Value Created_tmp_disk_tables 0 Created_tmp_files 0 Created_tmp_tables 0 +Handler_tmp_update 0 +Handler_tmp_write 0 +Rows_tmp_read 5 show status like 'hand%write%'; Variable_name Value +Handler_tmp_write 0 Handler_write 7 show status like '%tmp%'; Variable_name Value Created_tmp_disk_tables 0 Created_tmp_files 0 Created_tmp_tables 0 +Handler_tmp_update 0 +Handler_tmp_write 0 +Rows_tmp_read 13 show status like 'com_show_status'; Variable_name Value Com_show_status 8 rnd_diff tmp_table_diff -20 8 +28 8 |