Commit 62e47b44 authored by Michael Widenius's avatar Michael Widenius

Updated result

mysql-test/suite/pbxt/r/status.result:
  Updated result file from change in old commit
parent 5a9ba869
...@@ -100,22 +100,30 @@ Variable_name Value ...@@ -100,22 +100,30 @@ Variable_name Value
Com_show_status 3 Com_show_status 3
show status like 'hand%write%'; show status like 'hand%write%';
Variable_name Value Variable_name Value
Handler_tmp_write 0
Handler_write 5 Handler_write 5
show status like '%tmp%'; show status like '%tmp%';
Variable_name Value Variable_name Value
Created_tmp_disk_tables 0 Created_tmp_disk_tables 0
Created_tmp_files 0 Created_tmp_files 0
Created_tmp_tables 0 Created_tmp_tables 0
Handler_tmp_update 0
Handler_tmp_write 0
Rows_tmp_read 5
show status like 'hand%write%'; show status like 'hand%write%';
Variable_name Value Variable_name Value
Handler_tmp_write 0
Handler_write 7 Handler_write 7
show status like '%tmp%'; show status like '%tmp%';
Variable_name Value Variable_name Value
Created_tmp_disk_tables 0 Created_tmp_disk_tables 0
Created_tmp_files 0 Created_tmp_files 0
Created_tmp_tables 0 Created_tmp_tables 0
Handler_tmp_update 0
Handler_tmp_write 0
Rows_tmp_read 13
show status like 'com_show_status'; show status like 'com_show_status';
Variable_name Value Variable_name Value
Com_show_status 8 Com_show_status 8
rnd_diff tmp_table_diff rnd_diff tmp_table_diff
20 8 28 8
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment