Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
README.md | 2025-03-05 | 962 Bytes | |
v3.2.8 source code.tar.gz | 2025-03-05 | 5.5 MB | |
v3.2.8 source code.zip | 2025-03-05 | 5.5 MB | |
Totals: 3 Items | 11.0 MB | 0 |
- [3.2.8] @@server_uuid and UUID() - these 2 are not the same - changed in version 3.2.0 on 02/01/2025 release - since then records are added to import_server TABLE as different servers each execution
- [3.2.8] add comments to
importProcessID
explain changes - scraped using server_uuid, UUID() and server_uid. - [3.2.8] alter TABLE
import_server
rename COLUMNserveruuid
todbcomment
. - [3.2.8] modify
process_access_parse
,process_error_parse
,process_access_import
andprocess_error_import
add file LOOP for CALL toimportFileCheck
. Less CALLS, cleaner code for changes made in version 3.0. - [3.2.8] add
FOR UPDATE
clause to SELECTS forprocess_access_parse
,process_error_parse
,process_access_import
andprocess_error_import
to LOCK RECORDS.