mirror of
https://github.com/MariaDB/server.git
synced 2025-01-26 00:34:18 +01:00
innodb.result: Adjust Innodb_rows_inserted and Innodb_rows_updated
to reflect the deleted statements in r420, which somehow reappeared in the MySQL tree.
This commit is contained in:
parent
1a7f2053aa
commit
15330c3263
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue