Skip to content

v3.3.0

Compare
Choose a tag to compare
@WillTheFarmer WillTheFarmer released this 09 Mar 06:24
· 7 commits to main since this release

This was missed during major revamp of two import processes. Does not effect processed data from last version. One of the main reasons for the revamp was to limit calls to importFileCheck to one per file. This should have been changed in version 3.0.0 when the process changed completely incorporating INNER JOIN with import_file TABLE. Version 3.2.9 called importFileCheck for each record in file instead of called once for each file.

  • [3.3.0] modify of process_access_import changed l.importfileid to DISTINCT(l.importfileid) for cursors csv2mysqlStatusFile, csv2mysqlLoadIDFile, vhostStatusFile, vhostLoadIDFile, combinedStatusFile, combinedLoadIDFile
  • [3.3.0] modify of process_error_import changed l.importfileid to DISTINCT(l.importfileid) for cursors defaultByLoadIDFile and defaultByStatusFile

Download apache-logs-to-mysql