innodb.test, innodb.result:
Remove the test show status like InnoDB_rows_read; the value on IA64 was 0.01 percent bigger than on x86; maybe some different optimization
This commit is contained in:
parent
10ab1c5582
commit
173e200c65
@ -1718,9 +1718,6 @@ Innodb_rows_deleted 2070
|
|||||||
show status like "Innodb_rows_inserted";
|
show status like "Innodb_rows_inserted";
|
||||||
Variable_name Value
|
Variable_name Value
|
||||||
Innodb_rows_inserted 31708
|
Innodb_rows_inserted 31708
|
||||||
show status like "Innodb_rows_read";
|
|
||||||
Variable_name Value
|
|
||||||
Innodb_rows_read 80162
|
|
||||||
show status like "Innodb_rows_updated";
|
show status like "Innodb_rows_updated";
|
||||||
Variable_name Value
|
Variable_name Value
|
||||||
Innodb_rows_updated 29530
|
Innodb_rows_updated 29530
|
||||||
|
@ -1221,7 +1221,6 @@ show status like "Innodb_buffer_pool_pages_total";
|
|||||||
show status like "Innodb_page_size";
|
show status like "Innodb_page_size";
|
||||||
show status like "Innodb_rows_deleted";
|
show status like "Innodb_rows_deleted";
|
||||||
show status like "Innodb_rows_inserted";
|
show status like "Innodb_rows_inserted";
|
||||||
show status like "Innodb_rows_read";
|
|
||||||
show status like "Innodb_rows_updated";
|
show status like "Innodb_rows_updated";
|
||||||
|
|
||||||
# Test for row locks InnoDB status variables.
|
# Test for row locks InnoDB status variables.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user