Browse Source

Fixed results

pull/214/head
Monty 10 years ago
parent
commit
3f6125129f
  1. 4
      storage/tokudb/mysql-test/tokudb_bugs/r/simple_icp.result

4
storage/tokudb/mysql-test/tokudb_bugs/r/simple_icp.result

@ -110,7 +110,7 @@ a b c d e
5 1 10 NULL NULL
show status like '%Handler_read_prev%';
Variable_name Value
Handler_read_prev 41
Handler_read_prev 800
flush status;
show status like '%Handler_read_prev%';
Variable_name Value
@ -142,7 +142,7 @@ a b c d e
20 1 10 NULL NULL
show status like '%Handler_read_prev%';
Variable_name Value
Handler_read_prev 21
Handler_read_prev 400
flush status;
show status like '%Handler_read_next%';
Variable_name Value

Loading…
Cancel
Save