Commit 342a9f7f authored by unknown's avatar unknown
Browse files

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


mysql-test/r/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
mysql-test/t/innodb.test:
  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
parent e0875776
Loading
Loading
Loading
Loading
+0 −3
Original line number Diff line number Diff line
@@ -1718,9 +1718,6 @@ Innodb_rows_deleted 2070
show status like "Innodb_rows_inserted";
Variable_name	Value
Innodb_rows_inserted	31708
show status like "Innodb_rows_read";
Variable_name	Value
Innodb_rows_read	80162
show status like "Innodb_rows_updated";
Variable_name	Value
Innodb_rows_updated	29530
+0 −1
Original line number Diff line number Diff line
@@ -1221,7 +1221,6 @@ show status like "Innodb_buffer_pool_pages_total";
show status like "Innodb_page_size";
show status like "Innodb_rows_deleted";
show status like "Innodb_rows_inserted";
show status like "Innodb_rows_read";
show status like "Innodb_rows_updated";

# Test for row locks InnoDB status variables.