MySqlBackup.Net
MySqlBackup.Net copied to clipboard
Wrong calculation Current and Total row(s) in all tables.
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.