Skip to content

Commit

Permalink
Fix tests for innodb redo log position
Browse files Browse the repository at this point in the history
Closes kjellm#85

Signed-off-by: Julien Pivotto <roidelapluie@inuits.eu>
  • Loading branch information
roidelapluie committed Oct 7, 2016
1 parent 854bbc3 commit d83cf49
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions t/values.out
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,9 @@ Handler_read_rnd.value 0
Handler_read_rnd_next.value 477487
Handler_update.value 0
Handler_write.value 553921509
Innodb_lsn_current.value U
Innodb_lsn_flushed.value U
Innodb_lsn_last_checkpoint.value U
Innodb_lsn_current.value 14329178292
Innodb_lsn_flushed.value 14329178292
Innodb_lsn_last_checkpoint.value 14201461428
Innodb_master_thread_active_loops.value U
Innodb_master_thread_idle_loops.value U
Innodb_rows_deleted.value 2471842
Expand Down

0 comments on commit d83cf49

Please sign in to comment.