Skip to content

Commit 3f61251

Browse files
committed
Fixed results
1 parent 293cb04 commit 3f61251

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ a b c d e
110110
5 1 10 NULL NULL
111111
show status like '%Handler_read_prev%';
112112
Variable_name Value
113-
Handler_read_prev 41
113+
Handler_read_prev 800
114114
flush status;
115115
show status like '%Handler_read_prev%';
116116
Variable_name Value
@@ -142,7 +142,7 @@ a b c d e
142142
20 1 10 NULL NULL
143143
show status like '%Handler_read_prev%';
144144
Variable_name Value
145-
Handler_read_prev 21
145+
Handler_read_prev 400
146146
flush status;
147147
show status like '%Handler_read_next%';
148148
Variable_name Value

0 commit comments

Comments
 (0)