Commit 6ccc725f authored by marko's avatar marko

innodb.result: Adjust Innodb_rows_inserted and Innodb_rows_updated

to reflect the deleted statements in r420, which somehow reappeared
in the MySQL tree.
parent 2d45f765
......@@ -1778,10 +1778,10 @@ Variable_name Value
Innodb_rows_deleted 2070
show status like "Innodb_rows_inserted";
Variable_name Value
Innodb_rows_inserted 31727
Innodb_rows_inserted 3083
show status like "Innodb_rows_updated";
Variable_name Value
Innodb_rows_updated 29530
Innodb_rows_updated 886
show status like "Innodb_row_lock_waits";
Variable_name Value
Innodb_row_lock_waits 0
......
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