MySqlBackup.Net icon indicating copy to clipboard operation
MySqlBackup.Net copied to clipboard

Wrong calculation Current and Total row(s) in all tables.

Open SpaceBomber opened this issue 6 months ago • 0 comments
trafficstars

Starting with version 2.3.7, the CurrentRowIndexInAllTables value is incorrectly calculated in the ExportProgressChanged event. It is now always less than TotalRowsInAllTables and the process always ends at 96%. Before version 2.3.7, the situation was the opposite - CurrentRowIndexInAllTables was always greater than TotalRowsInAllTables at the end of the export. In this case, the problem can be solved by equating the values ​​to the larger one, but in new versions the real value is unknown until the very end.

SpaceBomber avatar May 08 '25 21:05 SpaceBomber